bkruse: trunk r1755 - in /trunk: ./ tools/zapscan
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Fri Oct 26 17:42:39 CDT 2007
Author: bkruse
Date: Fri Oct 26 17:42:39 2007
New Revision: 1755
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1755
Log:
Merged revisions 1754 via svnmerge from
https://origsvn.digium.com/svn/asterisk-gui/branches/1.4
........
r1754 | bkruse | 2007-10-26 17:40:44 -0500 (Fri, 26 Oct 2007) | 2 lines
updated the zapscan shell script to test for the zapscan.bin properly
........
Modified:
trunk/ (props changed)
trunk/tools/zapscan
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/tools/zapscan
URL: http://svn.digium.com/view/asterisk-gui/trunk/tools/zapscan?view=diff&rev=1755&r1=1754&r2=1755
==============================================================================
--- trunk/tools/zapscan (original)
+++ trunk/tools/zapscan Fri Oct 26 17:42:39 2007
@@ -6,7 +6,7 @@
( echo "; Created by zapscan -- edit zapata.conf.zapscan instead" ; cat /etc/asterisk/zapata.conf.zapscan ) > /etc/asterisk/zapata.conf
rm -f /etc/asterisk/zapscan.conf
echo -n "Scanning for zaptel devices..."
- if /sbin/zapscan.bin; then
+ if zapscan.bin; then
echo "OK"
else
echo "Failed!"
More information about the asterisk-gui-commits
mailing list