Files
phessler fbfe2ce100 1.32: Stopped looking for titles in STDs because they went away 2026-05-21
as per usual, upstream doesn't do anything even remotely related to releases,
so pretend one exists and work around that.

OK kn@ (MAINTAINER) sthen@
2026-06-05 17:55:15 +00:00

15 lines
650 B
Plaintext

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