SOURCES: zaptel.init - sleep 2 seconds before issuing ztcfg

arekm arekm at pld-linux.org
Mon Oct 1 08:27:12 CEST 2007


Author: arekm                        Date: Mon Oct  1 06:27:12 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- sleep 2 seconds before issuing ztcfg

---- Files affected:
SOURCES:
   zaptel.init (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/zaptel.init
diff -u SOURCES/zaptel.init:1.3 SOURCES/zaptel.init:1.4
--- SOURCES/zaptel.init:1.3	Tue Mar 13 16:10:07 2007
+++ SOURCES/zaptel.init	Mon Oct  1 08:27:06 2007
@@ -21,6 +21,7 @@
 		for mod in $ZAP_MODULES; do
 			modprobe $mod
 		done
+		sleep 2
 		/sbin/ztcfg
 		RETVAL=$?
 		[ $RETVAL -eq 0 ] && touch /var/lock/subsys/zaptel
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/zaptel.init?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list