[Pkg-utopia-commits] r1247 - packages/unstable/avahi/debian

Sjoerd Simons sjoerd at alioth.debian.org
Sun Mar 4 23:22:57 CET 2007


Author: sjoerd
Date: 2007-03-04 22:22:57 +0000 (Sun, 04 Mar 2007)
New Revision: 1247

Modified:
   packages/unstable/avahi/debian/avahi-daemon-check-dns.sh
Log:
Only source /etc/default/avahi-daemon once

Modified: packages/unstable/avahi/debian/avahi-daemon-check-dns.sh
===================================================================
--- packages/unstable/avahi/debian/avahi-daemon-check-dns.sh	2007-03-04 20:09:05 UTC (rev 1246)
+++ packages/unstable/avahi/debian/avahi-daemon-check-dns.sh	2007-03-04 22:22:57 UTC (rev 1247)
@@ -5,9 +5,8 @@
 DISABLE_TAG_DIR="/var/run/avahi-daemon/"
 DISABLE_TAG="$DISABLE_TAG_DIR/disabled-for-unicast-local"
 
-. /etc/default/avahi-daemon
-
 AVAHI_DAEMON_DETECT_LOCAL=1
+
 test -f /etc/default/avahi-daemon && . /etc/default/avahi-daemon
 
 if [ "$AVAHI_DAEMON_DETECT_LOCAL" != "1" ]; then




More information about the Pkg-utopia-commits mailing list