summaryrefslogtreecommitdiff
path: root/www/asterisk-gui/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/asterisk-gui/files')
-rw-r--r--www/asterisk-gui/files/patch-bootstrap.sh13
-rw-r--r--www/asterisk-gui/files/patch-config-sysinfo.html11
-rw-r--r--www/asterisk-gui/files/pkg-message.in17
3 files changed, 0 insertions, 41 deletions
diff --git a/www/asterisk-gui/files/patch-bootstrap.sh b/www/asterisk-gui/files/patch-bootstrap.sh
deleted file mode 100644
index b6fe53bdba47..000000000000
--- a/www/asterisk-gui/files/patch-bootstrap.sh
+++ /dev/null
@@ -1,13 +0,0 @@
---- bootstrap.sh.orig Wed Aug 1 18:59:07 2007
-+++ bootstrap.sh Wed Aug 1 19:00:28 2007
-@@ -14,8 +14,8 @@
-
- uname -s | grep -q FreeBSD
- if [ $? = 0 ] ; then # FreeBSD case
-- MY_AC_VER=259
-- MY_AM_VER=19
-+ MY_AC_VER=-%%AUTOCONF_VERSION%%
-+ MY_AM_VER=-%%AUTOMAKE_VERSION%%
- else # linux case
- MY_AC_VER=
- MY_AM_VER=
diff --git a/www/asterisk-gui/files/patch-config-sysinfo.html b/www/asterisk-gui/files/patch-config-sysinfo.html
deleted file mode 100644
index 3dfc53b7dc97..000000000000
--- a/www/asterisk-gui/files/patch-config-sysinfo.html
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/sysinfo.html.orig 2008-09-28 20:33:25.000000000 -0400
-+++ config/sysinfo.html 2008-09-28 20:33:46.000000000 -0400
-@@ -114,7 +114,7 @@
- desc: 'Memory Usage',
- click_function: function(){
- $('.hideall').hide();
-- ASTGUI.systemCmdWithOutput( 'free' , function(free){
-+ ASTGUI.systemCmdWithOutput( 'vmstat' , function(free){
- _$('memoryusage').innerHTML = '<pre>' + free +'</pre>';
- $('.hideall').hide();
- $('#memory_div').show();
diff --git a/www/asterisk-gui/files/pkg-message.in b/www/asterisk-gui/files/pkg-message.in
deleted file mode 100644
index 82d3cc77425f..000000000000
--- a/www/asterisk-gui/files/pkg-message.in
+++ /dev/null
@@ -1,17 +0,0 @@
-
-=============== Asterisk GUI FreeBSD Instalation =============
-
-You just installed asterisk-gui into %%PREFIX%%.
-
-Make sure to check out the following items:
- * Configure you PBX enrivonment
- * Check the configs: make checkconfig
- * Asterisk is running
- * manager.conf has 'write' uncommented
-
-You should be able to access the web gui in:
-http://localhost:8088/asterisk/static/config/index.html
-
-Good luck!
-
-=============================================================