[Initscripts-ng-commits] r542 - in /trunk/src/insserv/debian: changelog run-testsuite

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sat Jan 19 11:51:48 UTC 2008


Author: pere
Date: Sat Jan 19 11:51:48 2008
New Revision: 542

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=542
Log:
  * Extend testsuite to more closely match real Debian for the
    shutdown sequence.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/run-testsuite

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=542&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Sat Jan 19 11:51:48 2008
@@ -5,6 +5,8 @@
     /usr/sbin/update-rc.d-insserv exist.
   * Changed check-initd-order to load virtual facilities from
     /etc/insserv.conf (Closes: #459522)
+  * Extend testsuite to more closely match real Debian for the
+    shutdown sequence.
 
  -- Petter Reinholdtsen <pere at debian.org>  Thu, 17 Jan 2008 11:00:21 +0100
 

Modified: trunk/src/insserv/debian/run-testsuite
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/run-testsuite?rev=542&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Sat Jan 19 11:51:48 2008
@@ -257,6 +257,7 @@
 # Provides:          umountnfs
 # Required-Start:
 # Required-Stop:     umountfs
+# Should-Stop:       $network $portmap nfs-common
 # Default-Start:
 # Default-Stop:      0 6
 ### END INIT INFO
@@ -320,6 +321,8 @@
 check_order 6 needallfs umountnfs
 check_order 6 nolsbheader umountnfs
 check_order 6 umountfs umountroot
+check_order 6 umountnfs networking
+check_order 6 networking ifupdown
 check_order 6 umountnfs umountfs
 check_order 6 umountroot reboot
 check_order 6 umountroot kexec




More information about the Initscripts-ng-commits mailing list