[Initscripts-ng-commits] r406 - in /trunk/src/insserv/debian: changelog patches/00list update-bootsystem-insserv

pere at users.alioth.debian.org pere at users.alioth.debian.org
Wed Jan 2 11:47:10 UTC 2008


Author: pere
Date: Wed Jan  2 11:47:10 2008
New Revision: 406

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=406
Log:
  * Added patch 44_reportloopmemb to make loop reporting code in
    insserv more helpful, and make sure to report this from
    update-bootsystem-insserv when refusing to switch to dependency
    based boot (Closes: #458683).

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/patches/00list
    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=406&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Wed Jan  2 11:47:10 2008
@@ -5,6 +5,10 @@
   * Add test to demonstrate the fake loop warning issue.
   * Implement support for non-fatal tests in the testsuite.
   * Added override file for dmraid, scsitools-pre.sh and scsitools.sh.
+  * Added patch 44_reportloopmemb to make loop reporting code in
+    insserv more helpful, and make sure to report this from
+    update-bootsystem-insserv when refusing to switch to dependency
+    based boot (Closes: #458683).
 
  -- Petter Reinholdtsen <pere at debian.org>  Tue,  1 Jan 2008 21:57:58 +0100
 

Modified: trunk/src/insserv/debian/patches/00list
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/00list?rev=406&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/00list (original)
+++ trunk/src/insserv/debian/patches/00list Wed Jan  2 11:47:10 2008
@@ -10,3 +10,4 @@
 41_debiandefault
 42_redundantlvl
 43_shutdown
+44_reportloopmemb

Modified: trunk/src/insserv/debian/update-bootsystem-insserv
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/update-bootsystem-insserv?rev=406&op=diff
==============================================================================
--- trunk/src/insserv/debian/update-bootsystem-insserv (original)
+++ trunk/src/insserv/debian/update-bootsystem-insserv Wed Jan  2 11:47:10 2008
@@ -115,7 +115,7 @@
     insserv -nv > $logfile 2>&1
     if egrep -q 'There is a loop between|already provided!' $logfile ; then
 	echo "error: Problems running insserv:"
-	egrep 'There is a loop between|already provided!' $logfile | sed 's/^/  /'
+	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




More information about the Initscripts-ng-commits mailing list