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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sun Jul 12 20:16:18 UTC 2009


Author: pere
Date: Sun Jul 12 20:16:18 2009
New Revision: 920

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=920
Log:
Change makefile test to use runlevel 1 instead of S, to make it easier to compare with the SuSe build.

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=920&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Sun Jul 12 20:16:18 2009
@@ -1878,7 +1878,7 @@
 # Provides:          mountall
 # Required-Start:
 # Required-Stop:
-# Default-Start:     S
+# Default-Start:     1
 # Default-Stop:
 ### END INIT INFO
 EOF
@@ -1888,7 +1888,7 @@
 # Provides:          mountnfs
 # Required-Start:    $local_fs
 # Required-Stop:
-# Default-Start:     S
+# Default-Start:     1
 # Default-Stop:
 ### END INIT INFO
 EOF
@@ -1898,7 +1898,7 @@
 # Provides:          dbus
 # Required-Start:
 # Required-Stop:
-# Default-Start:     S
+# Default-Start:     1
 # Default-Stop:
 ### END INIT INFO
 EOF
@@ -1908,21 +1908,21 @@
 # Provides:          hal
 # Required-Start:    $remote_fs dbus
 # Required-Stop:
-# Default-Start:     S
-# Default-Stop:
-### END INIT INFO
-EOF
-
-list_rclinks
-
-if ! grep -q "^hal: mountall mountnfs dbus" ${initddir}/.depend.boot ; then
-    msg="hal should depend on dbus, mountall and mountnfs in .depend.boot:"
+# Default-Start:     1
+# Default-Stop:
+### END INIT INFO
+EOF
+
+list_rclinks
+
+if ! grep -q "^hal: mountall mountnfs dbus" ${initddir}/.depend.start ; then
+    msg="hal should depend on dbus, mountall and mountnfs in .depend.start:"
     if [ test = "$severity" ] ; then
         warning "$msg"
     else
         error "$msg"
     fi
-    grep  "^hal: " ${initddir}/.depend.boot | sed 's/^/  /'
+    grep  "^hal: " ${initddir}/.depend.start | sed 's/^/  /'
 fi
 
 update_conf




More information about the Initscripts-ng-commits mailing list