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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sun Jan 6 10:20:01 UTC 2008


Author: pere
Date: Sun Jan  6 10:20:01 2008
New Revision: 454

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=454
Log:
  * UNRELEASED
  * Add mountoverflowtmp to virtual facility $local_fs, to make sure
    /tmp/ is always mounted before the scripts needing is started.
    Conflict with initscripts before 2.86.ds1-48, to avoid a
    dependency loop with this change.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/control
    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=454&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Sun Jan  6 10:20:01 2008
@@ -1,3 +1,14 @@
+insserv (1.09.0-15) unstable; urgency=low
+
+  * UNRELEASED
+
+  * Add mountoverflowtmp to virtual facility $local_fs, to make sure
+    /tmp/ is always mounted before the scripts needing is started.
+    Conflict with initscripts before 2.86.ds1-48, to avoid a
+    dependency loop with this change.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sun,  6 Jan 2008 11:07:24 +0100
+
 insserv (1.09.0-14) unstable; urgency=low
 
   * Changed patch 21_overrides to only warn once about scripts without

Modified: trunk/src/insserv/debian/control
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/control?rev=454&op=diff
==============================================================================
--- trunk/src/insserv/debian/control (original)
+++ trunk/src/insserv/debian/control Sun Jan  6 10:20:01 2008
@@ -11,6 +11,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, sysv-rc
 Suggests: bootchart
+Conflict: initscripts (<< 2.86.ds1-48)
 Description: Reorder boot sequence based on LSB init.d script dependencies
  Reorder the boot order based on init.d script dependencies as
  documented in LSB comment headers in the script or in override files

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=454&op=diff
==============================================================================
--- trunk/src/insserv/debian/patches/31_debian_conf.dpatch (original)
+++ trunk/src/insserv/debian/patches/31_debian_conf.dpatch Sun Jan  6 10:20:01 2008
@@ -15,7 +15,7 @@
  # All local filesystems are mounted (done during boot phase)
  #
 -$local_fs	boot.localfs
-+$local_fs	+mountall +umountfs
++$local_fs	+mountall +mountoverflowtmp +umountfs
  
  #
  # Low level networking (ethernet card)




More information about the Initscripts-ng-commits mailing list