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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sun Jul 12 10:57:56 UTC 2009


Author: pere
Date: Sun Jul 12 10:57:50 2009
New Revision: 918

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=918
Log:
Figure out how to get the makefile test working.

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=918&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Sun Jul 12 10:57:50 2009
@@ -1864,9 +1864,10 @@
 
 list_rclinks
 
+# If $local_fs only depend on the mountall script, the test work.
 set +C
 cat <<'EOF' > $insconf
-$local_fs       +mountall +mountoverflowtmp +umountfs
+$local_fs       +mountall +mountoverflowtmp
 $remote_fs      $local_fs +mountnfs
 EOF
 set -C
@@ -1913,7 +1914,7 @@
 
 list_rclinks
 
-if ! grep -q "^hal: dbus mountall" ${initddir}/.depend.boot ; then
+if ! grep -q "^hal: mountall mountnfs dbus" ${initddir}/.depend.boot ; then
     msg="hal should depend on dbus, mountall and mountnfs in .depend.boot:"
     if [ test = "$severity" ] ; then
         warning "$msg"




More information about the Initscripts-ng-commits mailing list