]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Don't set --config-dir when generating dist config, no need to anymore 15161/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 14 Feb 2025 11:21:53 +0000 (12:21 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 14 Feb 2025 11:21:53 +0000 (12:21 +0100)
pdns/recursordist/Makefile.am

index 90070b3f1e79a649bd5248f6448cd7d97f40ae1f..faaee9c2a9f398f5be847522116d9cf1e41974fb 100644 (file)
@@ -572,7 +572,7 @@ pubsuffix.cc: $(srcdir)/effective_tld_names.dat
 sysconf_DATA = recursor.yml-dist
 
 recursor.yml-dist: pdns_recursor
-       ./pdns_recursor --config-dir="$$dir" --config=default 2> /dev/null > $@
+       ./pdns_recursor --config=default 2> /dev/null > $@
 
 ## Manpages
 MANPAGES=pdns_recursor.1 \