[Initscripts-ng-commits] r438 - /trunk/src/insserv/debian/run-testsuite

pere at users.alioth.debian.org pere at users.alioth.debian.org
Fri Jan 4 10:53:02 UTC 2008


Author: pere
Date: Fri Jan  4 10:53:02 2008
New Revision: 438

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=438
Log:
Correct test comment about the loop test.

Modified:
    trunk/src/insserv/debian/run-testsuite

Modified: trunk/src/insserv/debian/run-testsuite
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/run-testsuite?rev=438&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Fri Jan  4 10:53:02 2008
@@ -443,13 +443,12 @@
 
 check_order S loop1 loop2
 
-# Test fake loop.  The loop is in the combined start and stop
-# sequence.  There is no loop in the start sequence, and no loop in
-# the stop sequence, but in the combined graph insserv is creating
-# internally, there is a loop.  This make sense, as scripts need to be
-# installed in dependency order, and there is no way to install these
-# scripts that make sure both start and stop dependencies are
-# fulfilled.
+# Test real loop in the combined start and stop sequence.  There is no
+# loop in the start sequence, and no loop in the stop sequence, but in
+# the combined graph insserv is creating internally, there is a loop.
+# This make sense, as scripts need to be installed in dependency
+# order, and there is no way to install these scripts that make sure
+# both start and stop dependencies are fulfilled.
 rm -rf $initddir
 mkdir -p $initddir
 




More information about the Initscripts-ng-commits mailing list