Skip to content

Commit

Permalink
Don't set --config-dir when generating dist config, no need to anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
omoerbeek committed Feb 14, 2025
1 parent 2a52224 commit f52dbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/recursordist/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f52dbc2

Please sign in to comment.