[Initscripts-ng-commits] r758 - in /trunk/src/insserv/debian: changelog patches/00list patches/61_defaults_changed_from_empty.dpatch

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Wed May 21 07:07:00 UTC 2008


Author: kelmo-guest
Date: Wed May 21 07:07:00 2008
New Revision: 758

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=758
Log:
Remove debian/patches/61_defaults_changed_from_empty.dpatch, while it fixed
what it set out to, it also adversly modifed shutdown links, causing more
serious problems then it fixed.

This means that test_adding_start() and test_adding_stop() cases are fatal
at the moment.

Removed:
    trunk/src/insserv/debian/patches/61_defaults_changed_from_empty.dpatch
Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/patches/00list

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=758&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Wed May 21 07:07:00 2008
@@ -21,10 +21,6 @@
     or more services to define and provide a virtual facility.
   * Ensure custom insserv.conf.d/* files are cleaned after
     test_insserv_conf_d() in run-testsuite.
-  * Add 61_defaults_changed_from_empty to catch the cases demonstrated by
-    test_adding_start() and test_adding_stop() and disallow overwritten
-    initscript to create start or stop links when none were present initially.
-    (Closes: #477415)
   * Add test_onlystart() test case to check we can insert scripts with empty
     stop runlevel configuration.
   * Add test_broken_header() test case to show it seems possible to insert a
@@ -33,8 +29,6 @@
     missing Default-Start field.
   * Add test_no_default_stop() to show that it seems possible to insert script
     missing Default-Stop field, and that links are created in stop runlevels.
-  * Add to header of 61_default_stop_changed_from_empty.dpatch Goal, Fixes and
-    Status headings as per good patch policy.
   * Add 62_warn_on_missing_required_fields and
     63_warn_on_missing_default_fields to enable warnings by default about
     missing Provides, Required-Start, Required-Stop, Default-Start or
@@ -50,7 +44,7 @@
     modifies on disk configuration. Give test_adding_start and
     test_adding_stop test script unique names.
 
- -- Kel Modderman <kel at otaku42.de>  Tue, 20 May 2008 11:50:11 +1000
+ -- Kel Modderman <kel at otaku42.de>  Wed, 21 May 2008 17:02:00 +1000
 
 insserv (1.11.0-8) unstable; urgency=low
 

Modified: trunk/src/insserv/debian/patches/00list
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/00list?rev=758&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/00list (original)
+++ trunk/src/insserv/debian/patches/00list Wed May 21 07:07:00 2008
@@ -10,7 +10,6 @@
 51_overwrite_output
 52_shutdown_links
 60_disable_cfgfilter_stat
-61_defaults_changed_from_empty
 62_warn_on_missing_required_fields
 63_warn_on_missing_default_fields
 64_missing_default_fields_fallback




More information about the Initscripts-ng-commits mailing list