[Pkg-utopia-commits] r1889 - 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:33:26 UTC 2007


Author: lool
Date: Wed Nov 28 12:33:26 2007
New Revision: 1889

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1889
Log:
Reapply r1878 as I uploaded it, sigh

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=1889&op=diff
==============================================================================
--- packages/unstable/avahi/debian/avahi-daemon.ifupdown (original)
+++ packages/unstable/avahi/debian/avahi-daemon.ifupdown Wed Nov 28 12:33:26 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=1889&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Wed Nov 28 12:33:26 2007
@@ -7,6 +7,7 @@
     + Replace deprecated ${Source-Version} substvar with ${binary:Version}.
 
   [ Loic Minier ]
+  * Only check the DNS on ifup in avahi-daemon.ifupdown, not on ifdown.
   * Add lpia to the list of arches on which not to pass
     --disable-stack-protector to configure.
   * Build avahi-autoipd on lpia.




More information about the Pkg-utopia-commits mailing list