diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-22 09:04:23 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-07-22 23:16:13 +0200 |
commit | 58df49d71a9c9e727fe03b4ef3b9c700dd0daebf (patch) | |
tree | 44c0b8b300a81d661bf38ac99a350a2d42dfe516 /debian | |
parent | 5df343e67f279cb9cd328b0acc8ba8c757a91326 (diff) | |
download | vyos-1x-58df49d71a9c9e727fe03b4ef3b9c700dd0daebf.tar.gz vyos-1x-58df49d71a9c9e727fe03b4ef3b9c700dd0daebf.zip |
dns-forwarding: T2185: cleanup deprecated /etc/powerdns files - now living in /run/powerdns
Diffstat (limited to 'debian')
-rw-r--r-- | debian/vyos-1x.postinst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/vyos-1x.postinst b/debian/vyos-1x.postinst index 5c98609a4..29a8ea31a 100644 --- a/debian/vyos-1x.postinst +++ b/debian/vyos-1x.postinst @@ -94,7 +94,8 @@ fi DELETE="/etc/logrotate.d/conntrackd.distrib /etc/init.d/conntrackd /etc/default/conntrackd /etc/default/pmacctd /etc/pmacct /etc/networks_list /etc/networks_whitelist /etc/fastnetmon.conf - /etc/ntp.conf" + /etc/ntp.conf + /etc/powerdns /etc/default/pdns-recursor" for tmp in $DELETE; do if [ -e ${tmp} ]; then rm -rf ${tmp} |