[Initscripts-ng-commits] r307 - in /trunk/src/insserv/debian: changelog patches/31_debian_conf.dpatch

pere at users.alioth.debian.org pere at users.alioth.debian.org
Fri Dec 28 14:39:58 UTC 2007


Author: pere
Date: Fri Dec 28 14:39:58 2007
New Revision: 307

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=307
Log:
  * Add sendsigs to the $remote_fs virtual facility, to make sure the
    services depending on $remote_Fs for the shutdown sequence are not
    killed before their init.d script can stop them.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/patches/31_debian_conf.dpatch

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=307&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Fri Dec 28 14:39:58 2007
@@ -2,6 +2,9 @@
 
   * UNRELEASED.
   * Update patch 40_nosusescript to disable unused function setlsb().
+  * Add sendsigs to the $remote_fs virtual facility, to make sure the
+    services depending on $remote_Fs for the shutdown sequence are not
+    killed before their init.d script can stop them.
 
  -- Petter Reinholdtsen <pere at debian.org>  Tue, 28 Dec 2007 14:24:26 +0100
 

Modified: trunk/src/insserv/debian/patches/31_debian_conf.dpatch
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/patches/31_debian_conf.dpatch?rev=307&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/31_debian_conf.dpatch (original)
+++ trunk/src/insserv/debian/patches/31_debian_conf.dpatch Fri Dec 28 14:39:58 2007
@@ -35,7 +35,7 @@
  # both $local_fs and $remote_fs)
  #
 -$remote_fs	$local_fs +nfs
-+$remote_fs	$local_fs +mountnfs +mountnfs-bootclean +umountnfs
++$remote_fs	$local_fs +mountnfs +mountnfs-bootclean +umountnfs +sendsigs
  
  #
  # System logger is operational




More information about the Initscripts-ng-commits mailing list