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

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Thu May 3 11:04:53 UTC 2007


Author: sjoerd
Date: Thu May  3 11:04:52 2007
New Revision: 1459

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1459
Log:
* debian/avahi-daemon.init: Don't report failure when stopping an already
  stopped daemon (Closes: #421928)

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

Modified: packages/unstable/avahi/debian/avahi-daemon.init
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/avahi-daemon.init?rev=1459&op=diff
==============================================================================
--- packages/unstable/avahi/debian/avahi-daemon.init (original)
+++ packages/unstable/avahi/debian/avahi-daemon.init Thu May  3 11:04:52 2007
@@ -64,7 +64,9 @@
 #       Function that stops the daemon/service.
 #
 d_stop() {
-    $DAEMON -c && $DAEMON -k
+    if $DAEMON -c ; then 
+       $DAEMON -k 
+    fi
 }
 
 #

Modified: packages/unstable/avahi/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/avahi/debian/changelog?rev=1459&op=diff
==============================================================================
--- packages/unstable/avahi/debian/changelog (original)
+++ packages/unstable/avahi/debian/changelog Thu May  3 11:04:52 2007
@@ -1,3 +1,10 @@
+avahi (0.6.18-5) unstable; urgency=low
+
+  * 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
+
 avahi (0.6.18-4) unstable; urgency=low
 
   [ Sjoerd Simons ]




More information about the Pkg-utopia-commits mailing list