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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Nov 27 13:17:19 UTC 2007


Author: lool
Date: Tue Nov 27 13:17:18 2007
New Revision: 1878

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1878
Log:
* Only check the DNS on ifup in avahi-daemon.ifupdown, not on ifdown.

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

Modified: packages/unstable/avahi/debian/avahi-daemon.ifupdown
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/avahi-daemon.ifupdown?rev=1878&op=diff
==============================================================================
--- packages/unstable/avahi/debian/avahi-daemon.ifupdown (original)
+++ packages/unstable/avahi/debian/avahi-daemon.ifupdown Tue Nov 27 13:17:18 2007
@@ -4,6 +4,9 @@
 # the loopback device; it's not necessary until we bring up a real network
 # device
 [ "$IFACE" != "lo" ] || exit 0
+
+# only check on ifup
+[ "$MODE" = "start" ] || exit 0
 
 # Bail out if resolvconf is installed
 [ -x /sbin/resolvconf ] && exit 0

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=1878&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Tue Nov 27 13:17:18 2007
@@ -1,11 +1,15 @@
 avahi (0.6.21-3) UNRELEASED; urgency=low
 
+  [ Michael Biebl ]
   * debian/control
     + Use new "Homepage:" field to specify the upstream URL.
     + The Vcs-* fields are now officially supported, so remove the XS- prefix.
     + Replace deprecated ${Source-Version} substvar with ${binary:Version}.
 
- -- Michael Biebl <biebl at debian.org>  Sun, 21 Oct 2007 18:41:16 +0200
+  [ Loic Minier ]
+  * Only check the DNS on ifup in avahi-daemon.ifupdown, not on ifdown.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 27 Nov 2007 14:16:47 +0100
 
 avahi (0.6.21-2) unstable; urgency=low
 




More information about the Pkg-utopia-commits mailing list