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

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Thu Jul 5 12:09:11 UTC 2012


Author: kelmo-guest
Date: Thu Jul  5 12:09:10 2012
New Revision: 1080

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=1080
Log:
Remove "-r $script" arguments to insserv in insserv_show().

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=1080&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Thu Jul  5 12:09:10 2012
@@ -2277,7 +2277,7 @@
 ##########################################################################
 insserv_show()
 {
-    $insserv $debug -c $insconf -p $initddir -o $overridedir -r $script -s
+    $insserv $debug -c $insconf -p $initddir -o $overridedir -s
 }
 
 test_show_all() {




More information about the Initscripts-ng-commits mailing list