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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Nov 28 12:34:47 UTC 2007


Author: lool
Date: Wed Nov 28 12:34:47 2007
New Revision: 1891

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1891
Log:
* Revert checking DNS on ifup only in avahi-daemon.ifupdown as an ifdown
  might actually reenable avahi properly if the interface was the only
  defining a DNS server with .local; thanks Sjoerd.

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=1891&op=diff
==============================================================================
--- packages/unstable/avahi/debian/avahi-daemon.ifupdown (original)
+++ packages/unstable/avahi/debian/avahi-daemon.ifupdown Wed Nov 28 12:34:47 2007
@@ -4,9 +4,6 @@
 # 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=1891&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Wed Nov 28 12:34:47 2007
@@ -1,3 +1,11 @@
+avahi (0.6.21-4) unstable; urgency=low
+
+  * Revert checking DNS on ifup only in avahi-daemon.ifupdown as an ifdown
+    might actually reenable avahi properly if the interface was the only
+    defining a DNS server with .local; thanks Sjoerd.
+
+ -- Loic Minier <lool at dooz.org>  Wed, 28 Nov 2007 13:33:41 +0100
+
 avahi (0.6.21-3) unstable; urgency=low
 
   [ Michael Biebl ]




More information about the Pkg-utopia-commits mailing list