[Initscripts-ng-commits] r531 - in /trunk/src/insserv/debian: changelog update-bootsystem-insserv

pere at users.alioth.debian.org pere at users.alioth.debian.org
Wed Jan 16 20:56:59 UTC 2008


Author: pere
Date: Wed Jan 16 20:56:59 2008
New Revision: 531

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=531
Log:
  * Provide more information when convertion to dependency based boot
    sequencing can not be done.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/update-bootsystem-insserv

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=531&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Wed Jan 16 20:56:59 2008
@@ -5,6 +5,8 @@
   * Added override files for bastille-firewall.
   * Do not warn about obsolete init.d scripts that have been removed
     (Closes: #461073).
+  * Provide more information when convertion to dependency based boot
+    sequencing can not be done.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sun, 13 Jan 2008 19:32:34 +0100
 

Modified: trunk/src/insserv/debian/update-bootsystem-insserv
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/update-bootsystem-insserv?rev=531&op=diff
==============================================================================
--- trunk/src/insserv/debian/update-bootsystem-insserv (original)
+++ trunk/src/insserv/debian/update-bootsystem-insserv Wed Jan 16 20:56:59 2008
@@ -160,13 +160,19 @@
     if egrep -q 'There is a loop between|already provided!' $logfile ; then
 	echo "error: Problems running insserv:"
 	egrep 'There is a loop between|loop involving service|already provided!' $logfile | sed 's/^/  /'
-	echo "info: Please check out this manually."
-	echo "info: Refusing to convert boot sequence until this is fixed"
 	rm $logfile
 	badstate=1
     fi
 
     if [ 1 = "$badstate" ] ; then
+	cat <<EOF
+info: Please check out this manually.
+info: Refusing to convert boot sequence until this is fixed
+info: See http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot
+info: for more information on how to solve these issues.  Most likely,
+info: it is a bug in the binary package with the init.d script, and
+info: not with insserv.
+EOF
 	exit 1
     fi
 




More information about the Initscripts-ng-commits mailing list