From: Chris Hofstaedtler Date: Mon, 24 Feb 2025 11:47:31 +0000 (+0100) Subject: rec: remove unused recursor.lua config file X-Git-Tag: dnsdist-2.0.0-alpha1~34^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e1a18c191d1c90d5e96d4ff6322e8a67fc0f0e0;p=thirdparty%2Fpdns.git rec: remove unused recursor.lua config file --- diff --git a/builder-support/debian/recursor/debian-buster/pdns-recursor.conffiles b/builder-support/debian/recursor/debian-buster/pdns-recursor.conffiles new file mode 100644 index 0000000000..bde3e6433e --- /dev/null +++ b/builder-support/debian/recursor/debian-buster/pdns-recursor.conffiles @@ -0,0 +1 @@ +remove-on-upgrade /etc/powerdns/recursor.lua diff --git a/builder-support/debian/recursor/debian-buster/rules b/builder-support/debian/recursor/debian-buster/rules index 4e9b72d7f6..36503a365e 100755 --- a/builder-support/debian/recursor/debian-buster/rules +++ b/builder-support/debian/recursor/debian-buster/rules @@ -40,9 +40,6 @@ override_dh_auto_configure: # Stop installing the Lua config files once we fully moved to YAML configuration override_dh_auto_install: dh_auto_install - install -d debian/pdns-recursor/usr/share/pdns-recursor/lua-config - install -m 644 -t debian/pdns-recursor/usr/share/pdns-recursor/lua-config debian/lua-config/rootkeys.lua - install -m 644 -t debian/pdns-recursor/etc/powerdns debian/recursor.lua install -d debian/pdns-recursor/usr/share/pdns-recursor/snmp install -m 644 -t debian/pdns-recursor/usr/share/pdns-recursor/snmp RECURSOR-MIB.txt rm -f debian/pdns-recursor/etc/powerdns/recursor.conf-dist