bkruse: branch 1.4 r1593 - in /branches/1.4: config/scripts/ tools/
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Sep 13 15:47:13 CDT 2007
Author: bkruse
Date: Thu Sep 13 15:47:12 2007
New Revision: 1593
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1593
Log:
Reverting some changes earlier for ztscan and zapscan
Modified:
branches/1.4/config/scripts/astman.js
branches/1.4/tools/Makefile
Modified: branches/1.4/config/scripts/astman.js
URL: http://svn.digium.com/view/asterisk-gui/branches/1.4/config/scripts/astman.js?view=diff&rev=1593&r1=1592&r2=1593
==============================================================================
--- branches/1.4/config/scripts/astman.js (original)
+++ branches/1.4/config/scripts/astman.js Thu Sep 13 15:47:12 2007
@@ -32,8 +32,8 @@
var asterisk_menusRecord_path = asterisk_Sounds_path + "record/";
var asterisk_guiSysInfo = "sh " + asterisk_scriptsFolder + "gui_sysinfo" ;
var asterisk_guiSysInfo_output = "./sysinfo_output.html";
-var asterisk_guiZapscan = "zapscan.bin" ;
-var asterisk_guiZtscan = "ztscan";
+var asterisk_guiZapscan = "/sbin/zapscan.bin" ;
+var asterisk_guiZtscan = "/sbin/ztscan";
var asterisk_rawmanPath = "../../rawman" ;
var asterisk_guiConfigFile = "guipreferences.conf"; // will be created in asterisk_configfolder, if the file does not exist
var asterisk_configfolder = "/etc/asterisk/";
Modified: branches/1.4/tools/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/1.4/tools/Makefile?view=diff&rev=1593&r1=1592&r2=1593
==============================================================================
--- branches/1.4/tools/Makefile (original)
+++ branches/1.4/tools/Makefile Thu Sep 13 15:47:12 2007
@@ -35,6 +35,10 @@
$(INSTALL) -m 755 zapscan.bin $(ASTSBINDIR)
$(INSTALL) -m 755 zapscan $(ASTSBINDIR)
$(INSTALL) -m 755 ztscan $(ASTSBINDIR)
+ $(INSTALL) -m 755 zapscan.bin /sbin/zapscan.bin
+ $(INSTALL) -m 755 zapscan /sbin/zapscan
+ $(INSTALL) -m 755 ztscan /sbin/ztscan
+
endif
More information about the asterisk-gui-commits
mailing list