Codebase list avahi / debian/0.6.18-4
Fix stupid syntax errors git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/avahi@1450 ceb527fc-18e6-0310-9fe2-813c157c29e7 Sjoerd Simons 17 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
99
1010 # If we have an unicast .local domain, we immediately disable avahi to avoid
1111 # conflicts with the multicast IP4LL .local domain
12 if [ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ]
12 if [ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ] ; then
1313 exec /usr/lib/avahi/avahi-daemon-check-dns.sh
1414 fi
22 # If we have an unicast .local domain, we immediately disable avahi to avoid
33 # conflicts with the multicast IP4LL .local domain
44
5 if [ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ]
5 if [ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ]; then
66 exec /usr/lib/avahi/avahi-daemon-check-dns.sh
77 fi