SOURCES: ifplugd.init - wait for shutdown otherwise bad things happen

glen glen at pld-linux.org
Tue Sep 19 18:45:38 CEST 2006


Author: glen                         Date: Tue Sep 19 16:45:38 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- wait for shutdown otherwise bad things happen

---- Files affected:
SOURCES:
   ifplugd.init (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SOURCES/ifplugd.init
diff -u SOURCES/ifplugd.init:1.11 SOURCES/ifplugd.init:1.12
--- SOURCES/ifplugd.init:1.11	Sun Sep 17 20:00:19 2006
+++ SOURCES/ifplugd.init	Tue Sep 19 18:45:33 2006
@@ -52,7 +52,7 @@
 		for iface in $INTERFACES; do
 			if [ -f /var/lock/subsys/ifplugd.${iface} ]; then
 				msg_stopping "Network Interface Plugging Daemon ($iface)"
-				daemon /sbin/ifplugd -k -i ${iface}
+				daemon /sbin/ifplugd -kW -i ${iface}
 				RETVAL=$?
 			else
 				msg_not_running "ifplugd ($iface)"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ifplugd.init?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list