/resolvconf/update-libc.d/avahi-daemon
http://github.com/brinkman83/bashrc · Shell · 8 lines · 3 code · 1 blank · 4 comment · 1 complexity · 2cf53ff5a00f9d1fed653a2913de5bc7 MD5 · raw file
- #!/bin/sh
- #
- # If we have an unicast .local domain, we immediately disable avahi to avoid
- # conflicts with the multicast IP4LL .local domain
- if [ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ]; then
- exec /usr/lib/avahi/avahi-daemon-check-dns.sh
- fi