[Pkg-utopia-commits] r1535 - in /packages/unstable/dhcdbd/debian: changelog dhcdbd.init patches/50-dynamic-timeout.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Jun 19 21:27:14 UTC 2007


Author: biebl
Date: Tue Jun 19 21:27:14 2007
New Revision: 1535

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1535
Log:
* New upstream release.
* debian/patches/50-dynamic-timeout.patch
  - Removed. Applied upstream.
* debian/dhcdbd.init
  - Don't fail to start if dhcdbd is already running.

Removed:
    packages/unstable/dhcdbd/debian/patches/50-dynamic-timeout.patch
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=1535&op=diff
==============================================================================
--- packages/unstable/dhcdbd/debian/changelog (original)
+++ packages/unstable/dhcdbd/debian/changelog Tue Jun 19 21:27:14 2007
@@ -1,3 +1,13 @@
+dhcdbd (2.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/patches/50-dynamic-timeout.patch
+    - Removed. Applied upstream.
+  * debian/dhcdbd.init
+    - Don't fail to start if dhcdbd is already running.
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 19 Jun 2007 22:24:02 +0100
+
 dhcdbd (2.0-5) unstable; urgency=low
 
   * debian/patches/50-dynamic-timeout.patch

Modified: packages/unstable/dhcdbd/debian/dhcdbd.init
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dhcdbd/debian/dhcdbd.init?rev=1535&op=diff
==============================================================================
--- packages/unstable/dhcdbd/debian/dhcdbd.init (original)
+++ packages/unstable/dhcdbd/debian/dhcdbd.init Tue Jun 19 21:27:14 2007
@@ -37,7 +37,7 @@
 #
 d_start() {
 	start-stop-daemon --start --quiet --pidfile $PIDFILE \
-		--exec $DAEMON -- $DAEMON_OPTS
+		--oknodo --exec $DAEMON -- $DAEMON_OPTS
 }
 
 #




More information about the Pkg-utopia-commits mailing list