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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Fri Jan 11 09:36:27 UTC 2008


Author: pere
Date: Fri Jan 11 09:36:27 2008
New Revision: 498

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=498
Log:
Adding a start level to the list of runlevesl to remove make the test fail in other ways.

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=498&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Fri Jan 11 09:36:27 2008
@@ -629,6 +629,7 @@
 # is OK.
 check_script_present 0 oldscript
 check_script_present 1 oldscript
+check_script_present 3 oldscript
 check_script_present 6 oldscript
 
 addscript oldscript <<'EOF' || true
@@ -636,7 +637,7 @@
 # Provides:          oldscript
 # Required-Start:    $remote_fs
 # Required-Stop:     $remote_fs
-# Default-Start:     2 3 4 5
+# Default-Start:     2 4 5
 # Default-Stop:      1
 ### END INIT INFO
 EOF
@@ -650,6 +651,8 @@
 
 check_script_not_present 0 oldscript
 check_script_present 1 oldscript
+check_script_present 2 oldscript
+check_script_not_present 3 oldscript
 check_script_not_present 6 oldscript
 
 finish_test




More information about the Initscripts-ng-commits mailing list