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

Petter Reinholdtsen pere at alioth.debian.org
Tue Jun 23 15:59:20 UTC 2009


Author: pere
Date: 2009-06-23 15:59:19 +0000 (Tue, 23 Jun 2009)
New Revision: 1343

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/control
Log:
Make sysv-rc depend on a version of sysvinit-utils with a properly
working startpar, in case concurrent booting is enabled.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-06-23 15:47:10 UTC (rev 1342)
+++ sysvinit/trunk/debian/changelog	2009-06-23 15:59:19 UTC (rev 1343)
@@ -75,6 +75,8 @@
   * Improve init.d/umountfs umount ordering code to avoid being
     confused while still solving #391673 (Closes: #529805).  Patch
     from Tim Phipps.
+  * Make sysv-rc depend on a version of sysvinit-utils with a properly
+    working startpar, in case concurrent booting is enabled.
 
  -- Kel Modderman <kel at otaku42.de>  Tue, 23 Jun 2009 20:40:49 +1000
 

Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control	2009-06-23 15:47:10 UTC (rev 1342)
+++ sysvinit/trunk/debian/control	2009-06-23 15:59:19 UTC (rev 1343)
@@ -42,6 +42,7 @@
 Conflicts: file-rc
 Replaces: file-rc, sysvinit (<< 2.85-1)
 Suggests: sysv-rc-conf, bum
+Depends: sysvinit-utils (>= 2.86.ds1-62)
 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