[Pkg-utopia-commits] r199 - packages/hal/trunk/debian

Sjoerd Simons sjoerd@costa.debian.org
Mon, 11 Apr 2005 16:30:14 +0000


Author: sjoerd
Date: 2005-04-11 16:30:14 +0000 (Mon, 11 Apr 2005)
New Revision: 199

Modified:
   packages/hal/trunk/debian/changelog
   packages/hal/trunk/debian/hal.init.dbus
Log:
Have the init script wait for hal to shutdown when stopping

Modified: packages/hal/trunk/debian/changelog
===================================================================
--- packages/hal/trunk/debian/changelog	2005-04-11 15:46:37 UTC (rev 198)
+++ packages/hal/trunk/debian/changelog	2005-04-11 16:30:14 UTC (rev 199)
@@ -7,8 +7,9 @@
     work with systems using devfs like naming (Closes: #302134)
   * Added an example to set the group id and umask of a mounted volume to
     preferences.fdi. (Closes: #303720)
+  * Have the dbus init script wait for hal to actually shutdown, when stopping.
 
- -- Sjoerd Simons <sjoerd@debian.org>  Mon, 11 Apr 2005 17:39:50 +0200
+ -- Sjoerd Simons <sjoerd@debian.org>  Mon, 11 Apr 2005 18:28:33 +0200
 
 hal (0.4.7-3) unstable; urgency=low
 

Modified: packages/hal/trunk/debian/hal.init.dbus
===================================================================
--- packages/hal/trunk/debian/hal.init.dbus	2005-04-11 15:46:37 UTC (rev 198)
+++ packages/hal/trunk/debian/hal.init.dbus	2005-04-11 16:30:14 UTC (rev 199)
@@ -39,7 +39,7 @@
 
 do_stop() {
 	echo -n "Stopping $DESC: "
-	start-stop-daemon --stop --oknodo --quiet --pidfile $PIDFILE \
+	start-stop-daemon --stop --retry 60 --oknodo --quiet --pidfile $PIDFILE \
 		--exec $DAEMON 
 	echo "$NAME."
 }