openbsd-ports/misc/ietf-cli/patches/patch-ietf

15 lines
577 B
Plaintext

Adjust ConfigPlaces.
Index: ietf
--- ietf.orig
+++ ietf
@@ -103,7 +103,7 @@ __license__ = "https://en.wikipedia.org/wiki/WTFPL"
KnownCmds = ("auth48", "author", "bcp", "bcponly", "charter", "conflict", "diff", "draft", "draftreport", \
"iesg", "mirror", "rfc", "rfcextra", "rfcinfo", "rg", "std", "stdonly", "tools", "tracker", "foo")
-ConfigPlaces = ("~/bin/ietf.config", "/usr/local/bin/ietf.config", "~/.ietf/ietf.config")
+ConfigPlaces = ("~/.ietf/ietf.config", "${SYSCONFDIR}/ietf.config")
# Make a block of text that can be executed in the CLI
CLICmdCode = ""