[Pkg-utopia-commits] r1460 - in /packages/unstable/avahi/debian: avahi-daemon-check-dns.sh changelog

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Thu May 3 11:14:02 UTC 2007


Author: sjoerd
Date: Thu May  3 11:14:02 2007
New Revision: 1460

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1460
Log:
* debian/avahi-daemon-check-dns.sh: Explicitly set $PATH so programs in
  /usr/bin are also found (Closes: #421360)

Modified:
    packages/unstable/avahi/debian/avahi-daemon-check-dns.sh
    packages/unstable/avahi/debian/changelog

Modified: packages/unstable/avahi/debian/avahi-daemon-check-dns.sh
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/avahi-daemon-check-dns.sh?rev=1460&op=diff
==============================================================================
--- packages/unstable/avahi/debian/avahi-daemon-check-dns.sh (original)
+++ packages/unstable/avahi/debian/avahi-daemon-check-dns.sh Thu May  3 11:14:02 2007
@@ -2,6 +2,8 @@
 #
 # If we have an unicast .local domain, we immediately disable avahi to avoid
 # conflicts with the multicast IP4LL .local domain
+
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
 
 RUNDIR="/var/run/avahi-daemon/"
 DISABLE_TAG="$RUNDIR/disabled-for-unicast-local"
@@ -77,7 +79,6 @@
     ADDED=$?
     echo "${DIFFERENCE}" | grep -q '^<'
     REMOVED=$?
-    echo "${DIFFERENCE}"
     # Avahi was disabled and no servers were removed, no need to recheck
     [ -e ${DISABLE_TAG} ] && [ ${REMOVED} -ne 0 ]  && RET=1
     # Avahi was enabled and no servers were added, no need to recheck

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=1460&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Thu May  3 11:14:02 2007
@@ -2,8 +2,10 @@
 
   * debian/avahi-daemon.init: Don't report failure when stopping an already
     stopped daemon (Closes: #421928)
-
- -- Sjoerd Simons <sjoerd at debian.org>  Thu, 03 May 2007 13:03:38 +0200
+  * debian/avahi-daemon-check-dns.sh: Explicitly set $PATH so programs in
+    /usr/bin are also found (Closes: #421360)
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Thu, 03 May 2007 13:11:53 +0200
 
 avahi (0.6.18-4) unstable; urgency=low
 




More information about the Pkg-utopia-commits mailing list