[Initscripts-ng-commits] r737 - in /trunk/src/insserv/debian: changelog run-testsuite

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Fri May 16 11:10:10 UTC 2008


Author: kelmo-guest
Date: Fri May 16 11:10:10 2008
New Revision: 737

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=737
Log:
Ensure custom insserv.conf.d/* files are cleaned after
test_insserv_conf_d() in run-testsuite.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/run-testsuite

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=737&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Fri May 16 11:10:10 2008
@@ -19,8 +19,10 @@
     does not exist.
   * New test case to check that /etc/insserv.conf.d/ can be used to allow one
     or more services to define and provide a virtual facility.
-
- -- Kel Modderman <kel at otaku42.de>  Thu, 15 May 2008 09:29:12 +1000
+  * Ensure custom insserv.conf.d/* files are cleaned after
+    test_insserv_conf_d() in run-testsuite.
+
+ -- Kel Modderman <kel at otaku42.de>  Fri, 16 May 2008 21:09:06 +1000
 
 insserv (1.11.0-8) unstable; urgency=low
 

Modified: trunk/src/insserv/debian/run-testsuite
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/run-testsuite?rev=737&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Fri May 16 11:10:10 2008
@@ -1108,6 +1108,8 @@
 check_script_present S service
 check_order S facone service
 check_order S factwo service
+
+rm -rf ${insconf}.d
 }
 ##########################################################################
 




More information about the Initscripts-ng-commits mailing list