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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Fri Jun 26 10:55:17 UTC 2009


Author: pere
Date: Fri Jun 26 10:55:16 2009
New Revision: 899

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=899
Log:
Make incomplete makefile dependencies non-fatal while we look for a solution, to allow us to upload the current version into the archive.

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=899&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Fri Jun 26 10:55:16 2009
@@ -1914,7 +1914,12 @@
 list_rclinks
 
 if ! grep -q "^hal: dbus mountall" ${initddir}/.depend.boot ; then
-    error "hal should depend on dbus, mountall and mountnfs in .depend.boot:"
+    msg="hal should depend on dbus, mountall and mountnfs in .depend.boot:"
+    if [ test = "$severity" ] ; then
+        warning "$msg"
+    else
+        errro "$msg"
+    fi
     grep  "^hal: " ${initddir}/.depend.boot | sed 's/^/  /'
 fi
 




More information about the Initscripts-ng-commits mailing list