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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Fri Sep 8 12:50:50 UTC 2006


Author: pere
Date: Fri Sep  8 12:50:49 2006
New Revision: 171

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=171
Log:
  * Correct the definition of $remote_fs to include mountnfs,
    mountnfs-bootclean and umountnfs.
  * Correct the definition of $local_fs to include mountfs,
    mountfs-bootclean and umountfs.

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=171&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Fri Sep  8 12:50:49 2006
@@ -28,8 +28,10 @@
   * Allow check-initd-order to continue even if one file is unreadable.
   * Add override files for apt-index-watcher, vbesave, acpi-support
     and libnss-ldap.
-  * Correct the definition of $remote_fs to include mountnfs and
-    mountnfs-bootclean.
+  * Correct the definition of $remote_fs to include mountnfs,
+    mountnfs-bootclean and umountnfs.
+  * Correct the definition of $local_fs to include mountfs,
+    mountfs-bootclean and umountfs.
   * Adjust the override file for openbsd-inetd, to make sure it start
     after /usr/ is mounted.
 

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=171&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/31_debian_conf.dpatch (original)
+++ trunk/src/insserv/debian/patches/31_debian_conf.dpatch Fri Sep  8 12:50:49 2006
@@ -14,7 +14,7 @@
  # All local filesystems are mounted (done during boot phase)
  #
 -$local_fs	boot.localfs
-+$local_fs	mountall
++$local_fs	+mountall +umountfs
  
  #
  # Low level networking (ethernet card)
@@ -35,7 +35,7 @@
  # both $local_fs and $remote_fs)
  #
 -$remote_fs	$local_fs +nfs
-+$remote_fs	$local_fs +mountnfs +mountnfs-bootclean
++$remote_fs	$local_fs +mountnfs +mountnfs-bootclean +umountnfs
  
  #
  # System logger is operational




More information about the Initscripts-ng-commits mailing list