[Pkg-utopia-commits] r1533 - in /packages/unstable/hal/debian: changelog hal.init

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Jun 19 20:25:32 UTC 2007


Author: biebl
Date: Tue Jun 19 20:25:32 2007
New Revision: 1533

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1533
Log:
 * debian/hal.init
   - Don't fail to start if hal daemon is already running.


Modified:
    packages/unstable/hal/debian/changelog
    packages/unstable/hal/debian/hal.init

Modified: packages/unstable/hal/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/changelog?rev=1533&op=diff
==============================================================================
--- packages/unstable/hal/debian/changelog (original)
+++ packages/unstable/hal/debian/changelog Tue Jun 19 20:25:32 2007
@@ -23,8 +23,10 @@
     - Replace ${Source-Version} with ${binary:Version}.
     - Add build dependency on autotools-dev for up-to-date config.{guess,sub}
       files.
- 
- -- Michael Biebl <biebl at debian.org>  Tue, 19 Jun 2007 17:20:43 +0100
+  * debian/hal.init
+    - Don't fail to start if hal daemon is already running.
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 19 Jun 2007 21:23:03 +0100
 
 hal (0.5.9-3) unstable; urgency=low
 

Modified: packages/unstable/hal/debian/hal.init
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/hal/debian/hal.init?rev=1533&op=diff
==============================================================================
--- packages/unstable/hal/debian/hal.init (original)
+++ packages/unstable/hal/debian/hal.init Tue Jun 19 20:25:32 2007
@@ -36,7 +36,7 @@
 		mkdir -p $PIDDIR
 		chown $DAEMONUSER:$DAEMONUSER $PIDDIR
 	fi
-	start-stop-daemon --start --pidfile $PIDFILE \
+	start-stop-daemon --start --oknodo --pidfile $PIDFILE \
 		--exec $DAEMON -- $DAEMON_OPTS
 }
 




More information about the Pkg-utopia-commits mailing list