From 740c40a8099dde3394e3680c267a29f90a0a4d2c Mon Sep 17 00:00:00 2001 From: mcrane Date: Thu, 30 Jul 2009 01:01:52 -0600 Subject: FreeSWITCH dev package fix syntax errors. --- config/freeswitch/freeswitch.inc | 2 +- config/freeswitch_dev/v_config.inc | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) (limited to 'config') diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc index 6841885c..a45ed9e9 100644 --- a/config/freeswitch/freeswitch.inc +++ b/config/freeswitch/freeswitch.inc @@ -138,7 +138,7 @@ function pkg_is_service_running($servicename) foreach($psout as $line) { $ps[] = trim(array_pop(explode(' ', array_pop(explode('/', $line))))); } - if(is_service_running($servicename, $ps) or is_process_running($servicename) ) { + if(pkg_is_service_running($servicename, $ps) or is_process_running($servicename) ) { return true; } else { diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc index b82c0dd6..bdd33fab 100644 --- a/config/freeswitch_dev/v_config.inc +++ b/config/freeswitch_dev/v_config.inc @@ -133,17 +133,17 @@ function guid() function pkg_is_service_running($servicename) { - exec("/bin/ps ax | awk '{ print $5 }'", $psout); - array_shift($psout); - foreach($psout as $line) { - $ps[] = trim(array_pop(explode(' ', array_pop(explode('/', $line))))); - } - if(is_service_running($servicename, $ps) or is_process_running($servicename) ) { + //exec("/bin/ps ax | awk '{ print $5 }'", $psout); + //array_shift($psout); + //foreach($psout as $line) { + // $ps[] = trim(array_pop(explode(' ', array_pop(explode('/', $line))))); + //} + //if(pkg_is_service_running($servicename, $ps) or is_process_running($servicename) ) { return true; - } - else { - return false; - } + //} + //else { + // return false; + //} } @@ -3051,7 +3051,7 @@ function v_php_install_command() //install the packages exec("pkg_add -f wget-1.11.4.tbz"); - exec("pkg_add -f bash-4.0.24.tbz;); + exec("pkg_add -f bash-4.0.24.tbz;"); exec("pkg_add -f libgcrypt-1.4.4.tbz"); exec("pkg_add -f libgpg-error-1.7.tbz"); exec("pkg_add -f libiconv-1.13.1.tbz"); @@ -3802,7 +3802,7 @@ function v_deinstall_command() exec("killall -9 freeswitch"); exec("pkg_delete -f wget-1.11.4.tbz;"); - exec("pkg_delete -f bash-4.0.24.tbz;;); + exec("pkg_delete -f bash-4.0.24.tbz;"); exec("pkg_delete -f libgcrypt-1.4.4.tbz;"); exec("pkg_delete -f libgpg-error-1.7.tbz;"); exec("pkg_delete -f libiconv-1.13.1.tbz;"); @@ -3815,8 +3815,8 @@ function v_deinstall_command() exec("pkg_delete -f pkg-config-0.23_1.tbz;"); exec("pkg_delete -f ca_root_nss-3.11.9_2.tbz;"); exec("pkg_delete -f gettext-0.17_1.tbz;"); - exec("pkg_delete -f zaptel-1.4.11_1.tbz;; - exec("pkg_delete -f gnutls-2.6.5.tbz;; + exec("pkg_delete -f zaptel-1.4.11_1.tbz;"); + exec("pkg_delete -f gnutls-2.6.5.tbz;"); exec("pkg_delete -f ncurses-5.7.tbz;"); exec("pkg_delete -f unixODBC-2.2.14_1.tbz;"); exec("pkg_delete -f libvorbis-1.2.3,3.tbz;"); -- cgit v1.2.3