Replacing \s with [[:space:]] in the various sed and grep invocations makes dehydrated work on OpenBSD.
This is very lightly tested though; I only tested the dns-01 challenge on OpenBSD and Alpine Linux. However, to my knowledge GNU utils handle these just fine.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/dehydrated-io/dehydrated/pull/761
**Author:** [@oranenj](https://github.com/oranenj)
**Created:** 9/7/2020
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `openbsd-compat`
---
### 📝 Commits (1)
- [`e7294c0`](https://github.com/dehydrated-io/dehydrated/commit/e7294c0e24c9662271bf7ac625a9551924c0699d) Replace \s with [[:space:]] for compatibility
### 📊 Changes
**1 file changed** (+6 additions, -6 deletions)
<details>
<summary>View changed files</summary>
📝 `dehydrated` (+6 -6)
</details>
### 📄 Description
Replacing `\s` with `[[:space:]]` in the various `sed` and `grep` invocations makes dehydrated work on OpenBSD.
This is *very* lightly tested though; I only tested the `dns-01` challenge on OpenBSD and Alpine Linux. However, to my knowledge GNU utils handle these just fine.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/761
Author: @oranenj
Created: 9/7/2020
Status: ❌ Closed
Base:
master← Head:openbsd-compat📝 Commits (1)
e7294c0Replace \s with :space: for compatibility📊 Changes
1 file changed (+6 additions, -6 deletions)
View changed files
📝
dehydrated(+6 -6)📄 Description
Replacing
\swith[[:space:]]in the varioussedandgrepinvocations makes dehydrated work on OpenBSD.This is very lightly tested though; I only tested the
dns-01challenge on OpenBSD and Alpine Linux. However, to my knowledge GNU utils handle these just fine.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.