[Pkg-sysvinit-commits] r1704 - sysvinit/trunk/debian
Petter Reinholdtsen
pere at alioth.debian.org
Thu Sep 3 15:17:55 UTC 2009
Author: pere
Date: 2009-09-03 15:17:55 +0000 (Thu, 03 Sep 2009)
New Revision: 1704
Modified:
sysvinit/trunk/debian/changelog
sysvinit/trunk/debian/control
Log:
Let sysv-rc break older versions of initscripts, instead of depending on them, to avoid circular dependency.
Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog 2009-09-03 15:14:51 UTC (rev 1703)
+++ sysvinit/trunk/debian/changelog 2009-09-03 15:17:55 UTC (rev 1704)
@@ -14,8 +14,10 @@
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.
+ * Make sysv-rc Breaks: initscripts (<< 2.86.ds1-63) to make sure
+ scripts working with makefile style concurrent booting is
+ installed. Not using dependency to avoid circular dependency
+ between initscripts and sysv-rc.
* Dependency based boot sequencing is now the default. Move the
code to migrate to dependency based boot sequencing during
upgrades from the insserv package to the sysv-rc package. Depend
Modified: sysvinit/trunk/debian/control
===================================================================
--- sysvinit/trunk/debian/control 2009-09-03 15:14:51 UTC (rev 1703)
+++ sysvinit/trunk/debian/control 2009-09-03 15:17:55 UTC (rev 1704)
@@ -42,7 +42,8 @@
Conflicts: file-rc
Replaces: file-rc
Suggests: sysv-rc-conf, bum
-Depends: debconf | debconf-2.0, sysvinit-utils (>= 2.86.ds1-62), insserv (>> 1.12.0-10), initscripts (>= 2.86.ds1-63)
+Depends: debconf | debconf-2.0, sysvinit-utils (>= 2.86.ds1-62), insserv (>> 1.12.0-10)
+Breaks: initscripts (<< 2.86.ds1-63)
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