[Pkg-utopia-commits] r1450 - in /packages/unstable/avahi/debian: avahi-daemon.ifupdown avahi-daemon.resolvconf

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Fri Apr 27 12:08:13 UTC 2007


Author: sjoerd
Date: Fri Apr 27 12:08:12 2007
New Revision: 1450

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1450
Log:
Fix stupid syntax errors

Modified:
    packages/unstable/avahi/debian/avahi-daemon.ifupdown
    packages/unstable/avahi/debian/avahi-daemon.resolvconf

Modified: packages/unstable/avahi/debian/avahi-daemon.ifupdown
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/avahi-daemon.ifupdown?rev=1450&op=diff
==============================================================================
--- packages/unstable/avahi/debian/avahi-daemon.ifupdown (original)
+++ packages/unstable/avahi/debian/avahi-daemon.ifupdown Fri Apr 27 12:08:12 2007
@@ -10,6 +10,6 @@
 
 # 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 ]
+if [ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ] ; then
   exec /usr/lib/avahi/avahi-daemon-check-dns.sh
 fi

Modified: packages/unstable/avahi/debian/avahi-daemon.resolvconf
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/avahi-daemon.resolvconf?rev=1450&op=diff
==============================================================================
--- packages/unstable/avahi/debian/avahi-daemon.resolvconf (original)
+++ packages/unstable/avahi/debian/avahi-daemon.resolvconf Fri Apr 27 12:08:12 2007
@@ -3,6 +3,6 @@
 # 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 ]
+if [ -x /usr/lib/avahi/avahi-daemon-check-dns.sh ]; then
   exec /usr/lib/avahi/avahi-daemon-check-dns.sh
 fi




More information about the Pkg-utopia-commits mailing list