summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-12-01 21:25:33 +0100
committerGitHub <noreply@github.com>2023-12-01 21:25:33 +0100
commit883ab5d1c450f8d5fcf30dca5415c2aa15e6c438 (patch)
tree883a6be76f38f53e78a91436782f2713e7d2c1fc
parent5b7f7944eb06f2461e5bc95c8171160b8767291d (diff)
parent68d4161858863f14adc6b8540f1dd34cd3d6b08a (diff)
downloadvyos-1x-883ab5d1c450f8d5fcf30dca5415c2aa15e6c438.tar.gz
vyos-1x-883ab5d1c450f8d5fcf30dca5415c2aa15e6c438.zip
Merge pull request #2560 from vyos/mergify/bp/sagitta/pr-2559
mdns: T5793: Cleanup avahi-daemon configuration in `/etc` (backport #2559)
-rw-r--r--debian/vyos-1x.postinst3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/vyos-1x.postinst b/debian/vyos-1x.postinst
index 22b50ce2a..5bd6e19c6 100644
--- a/debian/vyos-1x.postinst
+++ b/debian/vyos-1x.postinst
@@ -172,7 +172,7 @@ 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/default/ssh
+ /etc/ntp.conf /etc/default/ssh /etc/avahi
/etc/powerdns /etc/default/pdns-recursor
/etc/ppp/ip-up.d/0000usepeerdns /etc/ppp/ip-down.d/0000usepeerdns"
for tmp in $DELETE; do
@@ -200,4 +200,3 @@ systemctl enable vyos-config-cloud-init.service
# Update XML cache
python3 /usr/lib/python3/dist-packages/vyos/xml_ref/update_cache.py
-