Author: kelmo-guest
Date: Tue Jul 22 16:02:53 2008
New Revision: 794

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=794
Log:
Make test_incorrect_stopscripts() a fatal test, insserv should not
add shutdown links when none are present.

Modified:
    branches/insserv-1.11.10/debian/changelog
    branches/insserv-1.11.10/debian/run-testsuite

Modified: branches/insserv-1.11.10/debian/changelog
URL: 
http://svn.debian.org/wsvn/initscripts-ng/branches/insserv-1.11.10/debian/changelog?rev=794&op=diff
==============================================================================
--- branches/insserv-1.11.10/debian/changelog (original)
+++ branches/insserv-1.11.10/debian/changelog Tue Jul 22 16:02:53 2008
@@ -40,8 +40,10 @@
     showing that insserv will preserve existing links when script header is
     unproperly replaced with empty Default-Start or Default-Stop.
   * Make test_adding_start() case a more realistic example.
-
- -- Kel Modderman <[EMAIL PROTECTED]>  Wed, 23 Jul 2008 01:44:33 +1000
+  * Make test_incorrect_stopscripts() a fatal test, insserv should not
+    add shutdown links when none are present.
+
+ -- Kel Modderman <[EMAIL PROTECTED]>  Wed, 23 Jul 2008 02:02:18 +1000
 
 insserv (1.11.0-9) unstable; urgency=low
 

Modified: branches/insserv-1.11.10/debian/run-testsuite
URL: 
http://svn.debian.org/wsvn/initscripts-ng/branches/insserv-1.11.10/debian/run-testsuite?rev=794&op=diff
==============================================================================
--- branches/insserv-1.11.10/debian/run-testsuite (original)
+++ branches/insserv-1.11.10/debian/run-testsuite Tue Jul 22 16:02:53 2008
@@ -806,8 +806,8 @@
 check_script_present 2 script
 check_script_present 5 script
 check_script_not_present S script
-${severity}_script_not_present 0 script
-${severity}_script_not_present 1 script
+check_script_not_present 0 script
+check_script_not_present 1 script
 check_script_not_present 1 nostopscript
 }
 ##########################################################################


_______________________________________________
Initscripts-ng-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/initscripts-ng-commits

Reply via email to