[Initscripts-ng-commits] r155 - in /trunk/src/insserv/debian: changelog overrides/acpid

pere at users.alioth.debian.org pere at users.alioth.debian.org
Thu Sep 7 23:24:19 UTC 2006


Author: pere
Date: Thu Sep  7 23:24:18 2006
New Revision: 155

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=155
Log:
  * Adjust override file for acpid, to make sure it is not started in
    runlevel S.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/overrides/acpid

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=155&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Thu Sep  7 23:24:18 2006
@@ -17,6 +17,8 @@
   * Adjust the override files for dns-clean, hotplug, hotplug-net,
     hwclock.sh, modutils, nviboot and procps.sh to make sure they only
     start in runlevel S.
+  * Adjust override file for acpid, to make sure it is not started in
+    runlevel S.
 
  -- Petter Reinholdtsen <pere at debian.org>  Thu,  7 Sep 2006 12:47:39 +0200
 

Modified: trunk/src/insserv/debian/overrides/acpid
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/overrides/acpid?rev=155&op=diff
==============================================================================
--- trunk/src/insserv/debian/overrides/acpid (original)
+++ trunk/src/insserv/debian/overrides/acpid Thu Sep  7 23:24:18 2006
@@ -2,6 +2,6 @@
 # Provides:          acpid
 # Required-Start:    mountdevsubfs $syslog
 # Required-Stop:     mountdevsubfs $syslog
-# Default-Start:     S 1 2 3 4 5
+# Default-Start:     1 2 3 4 5
 # Default-Stop:      0 6
 ### END INIT INFO




More information about the Initscripts-ng-commits mailing list