aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch/freeswitch.inc
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-07-14 16:17:14 -0600
committermcrane <mctch@yahoo.com>2009-07-14 16:17:14 -0600
commitcee6220d29bdcc541b64cfb5fe411117b930e1ba (patch)
treef25ccedce7172278c1e7c32931e09825e0cf395f /config/freeswitch/freeswitch.inc
parent48234cf9e7b0f170a20890bf3258d1a2d64623fa (diff)
downloadpfsense-packages-cee6220d29bdcc541b64cfb5fe411117b930e1ba.tar.gz
pfsense-packages-cee6220d29bdcc541b64cfb5fe411117b930e1ba.tar.bz2
pfsense-packages-cee6220d29bdcc541b64cfb5fe411117b930e1ba.zip
FreeSWITCh package installation error take 2.
Diffstat (limited to 'config/freeswitch/freeswitch.inc')
-rw-r--r--config/freeswitch/freeswitch.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc
index 6a665dcf..818fd12d 100644
--- a/config/freeswitch/freeswitch.inc
+++ b/config/freeswitch/freeswitch.inc
@@ -2720,9 +2720,9 @@ function sync_package_freeswitch()
function freeswitch_php_install_command()
{
global $config;
- exec("/etc/./rc.conf_mount_rw");
+ //exec("/etc/./rc.conf_mount_rw");
- $freeswitch_package_version = "0.9.4.5";
+ $freeswitch_package_version = "0.9.4.6";
$freeswitch_build_version = "1.0.4 pre 8";
$freeswitch_build_revision = "13784";