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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Wed Jan 2 22:57:45 UTC 2008


Author: pere
Date: Wed Jan  2 22:57:45 2008
New Revision: 428

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=428
Log:
Make fake loop demo more obvious and fix bug in check code.

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=428&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Wed Jan  2 22:57:45 2008
@@ -418,21 +418,21 @@
 rm -rf $initddir
 mkdir -p $initddir
 
-insertscript startfirst <<'EOF' || true
-### BEGIN INIT INFO
-# Provides:          startfirst
-# Required-Start:
-# Required-Stop:
-# Should-Stop:       startsecond
+insertscript startfirst_stopfirst <<'EOF' || true
+### BEGIN INIT INFO
+# Provides:          startfirst_stopfirst
+# Required-Start:
+# Required-Stop:
+# Should-Stop:       startsecond_stoplast
 # Default-Start:     S
 # Default-Stop:      6
 ### END INIT INFO
 EOF
 
-insertscript startsecond <<'EOF' || true
-### BEGIN INIT INFO
-# Provides:          startsecond
-# Required-Start:    startfirst
+insertscript startsecond_stoplast <<'EOF' || true
+### BEGIN INIT INFO
+# Provides:          startsecond_stoplast
+# Required-Start:    startfirst_stopfirst
 # Required-Stop:
 # Default-Start:     S
 # Default-Stop:      6
@@ -443,8 +443,8 @@
 
 # These are checking real bugs, but until bug #458582 is fixed, they
 # will fail.  Making the tests non-fatal because of this.
-test_order S startfirst startsecond
-test_order 6 startsecond startfirst
+test_order S startfirst_stopfirst startsecond_stoplast
+test_order 6 startfirst_stopfirst startsecond_stoplast 
 
 rm -rf $tmpdir
 




More information about the Initscripts-ng-commits mailing list