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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Thu Jan 10 09:19:30 UTC 2008


Author: pere
Date: Thu Jan 10 09:19:30 2008
New Revision: 490

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=490
Log:
Explain the test.

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=490&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Thu Jan 10 09:19:30 2008
@@ -605,6 +605,11 @@
 echo
 echo "info: test if script removal removes all symlinks"
 echo
+# This test check that the common way to update the runlevels used by
+# a given script is working.  It simulates these calls to update-rc.d:
+#  update-rc.d hotkey-setup default
+#  update-rc.d -f hotkey-setup remove
+#  update-rc.d hotkey-setup start 20 2 3 4 5 . stop 20 1 .
 
 rm -rf $initddir
 mkdir -p $initddir




More information about the Initscripts-ng-commits mailing list