- https homepage - time_t printf - fix stray semicolon in if - stop using dnssec-keygen -r, it was removed after BIND 9.12. I don't have a working setup to validate things so I'm not sure if this is enough to fix with the current version of bind+tools in ports so more work maybe needed, but at least it can't work without this.
21 lines
567 B
Plaintext
21 lines
567 B
Plaintext
$OpenBSD: patch-man_zkt-ls_8,v 1.3 2020/02/20 11:21:13 sthen Exp $
|
|
|
|
Index: man/zkt-ls.8
|
|
--- man/zkt-ls.8.orig
|
|
+++ man/zkt-ls.8
|
|
@@ -251,12 +251,12 @@ Specifies the name of the default global configuration
|
|
|
|
.SH FILES
|
|
.TP
|
|
-.I /var/named/dnssec.conf
|
|
+.I /var/named/etc/dnssec.conf
|
|
Built-in default global configuration file.
|
|
The name of the default global config file is settable via
|
|
the environment variable ZKT_CONFFILE.
|
|
.TP
|
|
-.I /var/named/dnssec-<view>.conf
|
|
+.I /var/named/etc/dnssec-<view>.conf
|
|
View specific global configuration file.
|
|
.TP
|
|
.I ./dnssec.conf
|