first commit
This commit is contained in:
8
etc_org/resolvconf/update-libc.d/avahi-daemon
Executable file
8
etc_org/resolvconf/update-libc.d/avahi-daemon
Executable file
@ -0,0 +1,8 @@
|
||||
#!/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
|
Reference in New Issue
Block a user