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

Petter Reinholdtsen pere at alioth.debian.org
Thu Aug 27 15:19:48 UTC 2009


Author: pere
Date: 2009-08-27 15:19:48 +0000 (Thu, 27 Aug 2009)
New Revision: 1653

Modified:
   sysvinit/trunk/debian/sysv-rc.postinst
   sysvinit/trunk/debian/sysv-rc.templates
Log:
Improve messages.

Modified: sysvinit/trunk/debian/sysv-rc.postinst
===================================================================
--- sysvinit/trunk/debian/sysv-rc.postinst	2009-08-27 15:13:32 UTC (rev 1652)
+++ sysvinit/trunk/debian/sysv-rc.postinst	2009-08-27 15:19:48 UTC (rev 1653)
@@ -78,7 +78,7 @@
     insserv -nv > $logfile 2>&1 || true
     errstr='There is a loop between|loop involving service|already provided!|provides system facility|missing LSB tags'
     if egrep -q "$errstr" $logfile ; then
-	echo "error: Problems running insserv:"
+	echo "error: Problems reported by insserv:"
 	egrep "$errstr" $logfile | sed 's/^/  /'
 	rm $logfile
 	return 0

Modified: sysvinit/trunk/debian/sysv-rc.templates
===================================================================
--- sysvinit/trunk/debian/sysv-rc.templates	2009-08-27 15:13:32 UTC (rev 1652)
+++ sysvinit/trunk/debian/sysv-rc.templates	2009-08-27 15:19:48 UTC (rev 1653)
@@ -31,9 +31,18 @@
 Template: sysv-rc/unable-to-convert
 Type: note
 _Description: Unable to migrate to dependency based boot system.
- Please check out this manually.  Refusing to migrate to dependency
- based boot sequencing until this is fixed. See
+ Please check out the migration problems manually.  Unable to migrate
+ to dependency based boot sequencing until this is fixed. See
  http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot for more
  information on how to solve the issues blocking the migration.  Most
  likely, it is a bug in the binary package with the init.d script in
- question, and not with insserv and sysv-rc.
+ question, and not with insserv and sysv-rc.  To retry the migration,
+ run 'dpkg-reconfigure sysv-rc'.
+ .
+ With dependency based boot sequencing, the order of boot and shutdown
+ scripts is calculated dynamically using dependency information
+ provided with each init.d script when a new package is installed.
+ This allow some long standing problems with the boot and shutdown
+ sequences to be solved, and make it possible to detect when new
+ problems are introduced into the boot and shutdown sequence.
+




More information about the Pkg-sysvinit-commits mailing list