Package: netbase
Version: 4.26
Tags: patch

The LSB-formatted meta info for the networking init.d script is
slightly inaccurate.  The script should have some dependencies for the
stop sequence.  I believe it should run before the local file systems
(like /var/) is umounted.  Here is a patch to do this:

--- /etc/init.d/networking      2006-09-11 16:30:46.000000000 +0000
+++ /tmp/networking     2006-09-20 10:55:49.000000000 +0000
@@ -2,6 +2,7 @@
 ### BEGIN INIT INFO
 # Provides:          networking
 # Required-Start:    mountvirtfs ifupdown $local_fs
+# Required-Stop:     ifupdown $local_fs
 # Default-Start:     S
 # Default-Stop:      0 6
 ### END INIT INFO


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to