[Pkg-sysvinit-commits] r1554 - sysvinit/trunk/debian

Petter Reinholdtsen pere at alioth.debian.org
Sun Jul 26 17:17:04 UTC 2009


Author: pere
Date: 2009-07-26 17:17:03 +0000 (Sun, 26 Jul 2009)
New Revision: 1554

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/control
Log:
Let sysv-rc depend on insserv (>= 1.12.0-10) to activate
dependency based boot sequencing by default.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-07-26 11:18:05 UTC (rev 1553)
+++ sysvinit/trunk/debian/changelog	2009-07-26 17:17:03 UTC (rev 1554)
@@ -12,6 +12,8 @@
     source packages.
   * Add the sysv-rc saveconfig script to /usr/share/doc/sysv-rc/
     to provide an example.
+  * Let sysv-rc depend on insserv (>= 1.12.0-10) to activate
+    dependency based boot sequencing by default.
 
   [ Kel Modderman ]
   * Allow forcefsck on kernel cmdline to have same effect as touching

Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control	2009-07-26 11:18:05 UTC (rev 1553)
+++ sysvinit/trunk/debian/control	2009-07-26 17:17:03 UTC (rev 1554)
@@ -42,7 +42,7 @@
 Conflicts: file-rc
 Replaces: file-rc
 Suggests: sysv-rc-conf, bum
-Depends: sysvinit-utils (>= 2.86.ds1-62)
+Depends: sysvinit-utils (>= 2.86.ds1-62), insserv (>= 1.12.0-10)
 Description: System-V-like runlevel change mechanism
  This package provides support for the System-V like system
  for booting, shutting down and changing runlevels,




More information about the Pkg-sysvinit-commits mailing list