diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-05 13:21:45 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-05 13:21:53 +0100 |
commit | 90c90abb73119d17db970f3694bfe81a19e66cf9 (patch) | |
tree | 6721313f2d4277349633124f5b46dda506739970 /main/nsd/config.patch | |
parent | da627589defc40c1a2fbe1116e0e16d5631836b3 (diff) | |
download | aports-90c90abb73119d17db970f3694bfe81a19e66cf9.tar.bz2 aports-90c90abb73119d17db970f3694bfe81a19e66cf9.tar.xz |
main/nsd: remove problematic logic for creating dir for control-interface
And change the default control-interface to /run/nsd.control.sock, so it
doesn't need to prepare the directory.
See #11016
Diffstat (limited to 'main/nsd/config.patch')
-rw-r--r-- | main/nsd/config.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/nsd/config.patch b/main/nsd/config.patch index 52749a50b0..244f95b755 100644 --- a/main/nsd/config.patch +++ b/main/nsd/config.patch @@ -22,7 +22,7 @@ # what interfaces are listened to for control, default is on localhost. # with an absolute path, a unix local named pipe is used for control # (and key and cert files are not needed, use directory permissions). -+ control-interface: /run/nsd/control.sock ++ control-interface: /run/nsd.control.sock # control-interface: 127.0.0.1 # control-interface: ::1 |