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

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jan 11 00:22:02 UTC 2008


Author: biebl
Date: Fri Jan 11 00:22:02 2008
New Revision: 2031

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2031
Log:
  - Bump Standards-Version to 3.7.3. No further changes required.
* debian/dhcdbd.init
  - Fix LSB init header. Use $remote_fs instead of $local_fs as the dhcdbd
    daemon requires /usr to be mounted.
  - Remove S from Default-Stop.

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=2031&op=diff
==============================================================================
--- packages/unstable/dhcdbd/debian/changelog (original)
+++ packages/unstable/dhcdbd/debian/changelog Fri Jan 11 00:22:02 2008
@@ -2,9 +2,13 @@
 
   * debian/control
     - The Vcs-* fields are now officially supported, so remove the XS- prefix.
-    - Bump Standards-Version to 3.7.3. No further changes required. 
-
- -- Michael Biebl <biebl at debian.org>  Fri, 11 Jan 2008 01:17:49 +0100
+    - Bump Standards-Version to 3.7.3. No further changes required.
+  * debian/dhcdbd.init
+    - Fix LSB init header. Use $remote_fs instead of $local_fs as the dhcdbd
+      daemon requires /usr to be mounted.
+    - Remove S from Default-Stop.
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 11 Jan 2008 01:20:09 +0100
 
 dhcdbd (3.0-1) unstable; urgency=low
 

Modified: packages/unstable/dhcdbd/debian/dhcdbd.init
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dhcdbd/debian/dhcdbd.init?rev=2031&op=diff
==============================================================================
--- packages/unstable/dhcdbd/debian/dhcdbd.init (original)
+++ packages/unstable/dhcdbd/debian/dhcdbd.init Fri Jan 11 00:22:02 2008
@@ -1,12 +1,12 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          dhcdbd
-# Required-Start:    $local_fs dbus
-# Required-Stop:     $local_fs dbus
+# Required-Start:    $remote_fs dbus
+# Required-Stop:     $remote_fs dbus
 # Should-Start:      $syslog
 # Should-Stop:       $syslog
 # Default-Start:     2 3 4 5
-# Default-Stop:      S 0 1 6
+# Default-Stop:      0 1 6
 # Short-Description: DHCP D-Bus manager
 # Description:       dhcdbd provides a D-DBus interface to dhclient,
 #                    the DHCP client from ISC. 




More information about the Pkg-utopia-commits mailing list