[Pkg-utopia-commits] r2193 - in /packages/unstable/dhcdbd/debian: changelog dhcdbd.init

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Apr 6 13:11:38 UTC 2008


Author: biebl
Date: Sun Apr  6 13:11:38 2008
New Revision: 2193

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2193
Log:
debian/dhcdbd.init
- Reduce retry time to 5 seconds.

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

Modified: packages/unstable/dhcdbd/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dhcdbd/debian/changelog?rev=2193&op=diff
==============================================================================
--- packages/unstable/dhcdbd/debian/changelog (original)
+++ packages/unstable/dhcdbd/debian/changelog Sun Apr  6 13:11:38 2008
@@ -1,3 +1,10 @@
+dhcdbd (3.0-3) UNRELEASED; urgency=low
+
+  * debian/dhcdbd.init
+    - Reduce retry time to 5 seconds.
+
+ -- Michael Biebl <biebl at debian.org>  Sun, 06 Apr 2008 15:10:47 +0200
+
 dhcdbd (3.0-2) unstable; urgency=low
 
   * debian/control

Modified: packages/unstable/dhcdbd/debian/dhcdbd.init
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dhcdbd/debian/dhcdbd.init?rev=2193&op=diff
==============================================================================
--- packages/unstable/dhcdbd/debian/dhcdbd.init (original)
+++ packages/unstable/dhcdbd/debian/dhcdbd.init Sun Apr  6 13:11:38 2008
@@ -45,7 +45,7 @@
 #
 d_stop() {
 	start-stop-daemon --stop --quiet --pidfile $PIDFILE \
-		 --oknodo --retry 60 --exec $DAEMON
+		 --oknodo --retry 5 --exec $DAEMON
 }
 
 




More information about the Pkg-utopia-commits mailing list