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

Petter Reinholdtsen pere at alioth.debian.org
Tue Jul 28 15:18:24 UTC 2009


Author: pere
Date: 2009-07-28 15:18:19 +0000 (Tue, 28 Jul 2009)
New Revision: 1560

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/control
Log:
Make sysv-rc depend on initscripts (>= 2.86.ds1-63) to make sure we
get scripts working with makefile style concurrent booting.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-07-28 14:33:47 UTC (rev 1559)
+++ sysvinit/trunk/debian/changelog	2009-07-28 15:18:19 UTC (rev 1560)
@@ -7,6 +7,8 @@
     to disable a service at a given runlevel with the dependency based
     boot sequencing.  Remove the list of well known sequence numbers in
     rcS.d/, no longer valid with dependency based boot sequencing.
+  * Make sysv-rc depend on initscripts (>= 2.86.ds1-63) to make sure we
+    get scripts working with makefile style concurrent booting.
 
  -- Petter Reinholdtsen <pere at debian.org>  Tue, 28 Jul 2009 16:03:06 +0200
 

Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control	2009-07-28 14:33:47 UTC (rev 1559)
+++ sysvinit/trunk/debian/control	2009-07-28 15:18:19 UTC (rev 1560)
@@ -42,7 +42,7 @@
 Conflicts: file-rc
 Replaces: file-rc
 Suggests: sysv-rc-conf, bum
-Depends: sysvinit-utils (>= 2.86.ds1-62), insserv (>= 1.12.0-10)
+Depends: initscripts (>= 2.86.ds1-63), 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