summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-11-14 07:00:30 +0100
committerGitHub <noreply@github.com>2022-11-14 07:00:30 +0100
commit92b828154497c534ce82af16320ed34f0c15e51c (patch)
tree4fb0e69e87e37cca30451af6c06a83944486c2ad /debian
parent61574eaf2d703e8084c8272e6976fd44abaea482 (diff)
parent00ec496877453cc37ceec0633821a47f128d9f4f (diff)
downloadvyos-1x-92b828154497c534ce82af16320ed34f0c15e51c.tar.gz
vyos-1x-92b828154497c534ce82af16320ed34f0c15e51c.zip
Merge pull request #1656 from vfreex/fix-ns-config
T4815: Fix various name server config issues
Diffstat (limited to 'debian')
-rw-r--r--debian/vyos-1x.postinst3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/vyos-1x.postinst b/debian/vyos-1x.postinst
index d92fd8233..d5f5cbbc7 100644
--- a/debian/vyos-1x.postinst
+++ b/debian/vyos-1x.postinst
@@ -103,7 +103,8 @@ DELETE="/etc/logrotate.d/conntrackd.distrib /etc/init.d/conntrackd /etc/default/
/etc/default/pmacctd /etc/pmacct
/etc/networks_list /etc/networks_whitelist /etc/fastnetmon.conf
/etc/ntp.conf /etc/default/ssh
- /etc/powerdns /etc/default/pdns-recursor"
+ /etc/powerdns /etc/default/pdns-recursor
+ /etc/ppp/ip-up.d/0000usepeerdns /etc/ppp/ip-down.d/0000usepeerdns"
for tmp in $DELETE; do
if [ -e ${tmp} ]; then
rm -rf ${tmp}