[Initscripts-ng-commits] r314 - in /trunk/src/insserv/debian: changelog patches/43_shutdown.dpatch

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sat Dec 29 11:38:39 UTC 2007


Author: pere
Date: Sat Dec 29 11:38:39 2007
New Revision: 314

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=314
Log:
  * Update patch 43_shutdown to handle scripts with both start and
    stop levels.  (Closes: #452462).

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/patches/43_shutdown.dpatch

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=314&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Sat Dec 29 11:38:39 2007
@@ -3,6 +3,8 @@
   * UNRELEASED
   * Update patch 20_overrides to add useful default values for scripts
     without LSB header (Closes: #431697).
+  * Update patch 43_shutdown to handle scripts with both start and
+    stop levels.  (Closes: #452462).
 
  -- Petter Reinholdtsen <pere at debian.org>  Sat, 29 Dec 2007 00:20:04 +0100
 

Modified: trunk/src/insserv/debian/patches/43_shutdown.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/43_shutdown.dpatch?rev=314&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/43_shutdown.dpatch (original)
+++ trunk/src/insserv/debian/patches/43_shutdown.dpatch Sat Dec 29 11:38:39 2007
@@ -93,3 +93,14 @@
  	    sprintf(olink, "../init.d/%s", script);
  	    sprintf(nlink, "%c%.2d%s", mode, order, script);
  
+--- insserv-1.09.0.orig/listing.c
++++ insserv-1.09.0/listing.c
+@@ -566,7 +566,7 @@
+ {
+     dir_t * dir = providedir(this);
+ 
+-    dir->lvl = str2lvl(lvl);
++    dir->lvl |= str2lvl(lvl);
+ }
+ 
+ /*




More information about the Initscripts-ng-commits mailing list