Skip to content

Commit

Permalink
Merge pull request #2559 from indrajitr/avahi-cleanup
Browse files Browse the repository at this point in the history
mdns: T5793: Cleanup avahi-daemon configuration in `/etc`
  • Loading branch information
c-po authored Dec 1, 2023
2 parents a6d4dd1 + 33c9665 commit 115c106
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debian/vyos-1x.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 115c106

Please sign in to comment.