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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Fri Feb 1 07:51:18 UTC 2008


Author: pere
Date: Fri Feb  1 07:51:18 2008
New Revision: 571

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=571
Log:
  * Changed update-bootsystem-insserv to refuse to enable dependency
    based boot sequencing when a script provide a virtual system
    facility.

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=571&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Fri Feb  1 07:51:18 2008
@@ -4,6 +4,9 @@
     implementations for the $syslog facility.
   * Add test case to detect insserv crashing when it find scripts
     providing virtual system facilities.
+  * Changed update-bootsystem-insserv to refuse to enable dependency
+    based boot sequencing when a script provide a virtual system
+    facility.
 
  -- Petter Reinholdtsen <pere at debian.org>  Fri,  1 Feb 2008 08:27:22 +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=571&op=diff
==============================================================================
--- trunk/src/insserv/debian/update-bootsystem-insserv (original)
+++ trunk/src/insserv/debian/update-bootsystem-insserv Fri Feb  1 07:51:18 2008
@@ -158,9 +158,9 @@
     done
 
     insserv -nv > $logfile 2>&1 || true
-    if egrep -q 'There is a loop between|already provided!' $logfile ; then
+    if egrep -q 'There is a loop between|already provided!|provides system facility' $logfile ; then
 	echo "error: Problems running insserv:"
-	egrep 'There is a loop between|loop involving service|already provided!' $logfile | sed 's/^/  /'
+	egrep 'There is a loop between|loop involving service|already provided!|provides system facility' $logfile | sed 's/^/  /'
 	rm $logfile
 	badstate=1
     fi




More information about the Initscripts-ng-commits mailing list