[Asterisk-cvs] zaptel zaptel.init,1.5.2.1,1.5.2.2

russell at lists.digium.com russell at lists.digium.com
Thu Jan 13 20:26:56 CST 2005


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv23626

Modified Files:
      Tag: v1-0
	zaptel.init 
Log Message:
fix typo (bug #3336)


Index: zaptel.init
===================================================================
RCS file: /usr/cvsroot/zaptel/zaptel.init,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -u -d -r1.5.2.1 -r1.5.2.2
--- zaptel.init	8 Jan 2005 21:19:18 -0000	1.5.2.1
+++ zaptel.init	14 Jan 2005 02:30:49 -0000	1.5.2.2
@@ -53,7 +53,7 @@
 	TMOUT=10 # max secs to wait
 	while [ ! -d /dev/zap ] ; do
  		sleep 1
-		TMPUT=`expr $TMOUT - 1`
+		TMOUT=`expr $TMOUT - 1`
 		if [ $TMOUT -eq 0 ] ; then
 			echo "Error: missing /dev/zap!"
 			exit 1




More information about the svn-commits mailing list