Skip to content

Commit

Permalink
Regen patch
Browse files Browse the repository at this point in the history
  • Loading branch information
omoerbeek committed Oct 18, 2023
1 parent 02a7f9c commit 98d9d31
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -529,15 +529,6 @@ $(srcdir)/effective_tld_names.dat:
pubsuffix.cc: $(srcdir)/effective_tld_names.dat
$(AM_V_GEN)./mkpubsuffixcc

-## Config file
-sysconf_DATA = recursor.conf-dist recursor.yml-dist
-
-recursor.conf-dist: pdns_recursor
- $(AM_V_GEN)./pdns_recursor --config=default > $@
-
-recursor.yml-dist: pdns_recursor
- dir=$$(mktemp -d) && touch "$$dir/recursor.yml" && ./pdns_recursor --config-dir="$$dir" --config=default 2> /dev/null > $@ && rm "$$dir/recursor.yml" && rmdir "$$dir"
-
## Manpages
MANPAGES=pdns_recursor.1 \
rec_control.1

0 comments on commit 98d9d31

Please sign in to comment.