diff options
author | mcrane <mctch@yahoo.com> | 2009-07-14 15:56:11 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-07-14 15:56:11 -0600 |
commit | 48234cf9e7b0f170a20890bf3258d1a2d64623fa (patch) | |
tree | 40fa2bcc0365907c8f7b79207b47631155db0f71 /config/freeswitch | |
parent | ca420e49388a26946b9c08956bd36edaa923f626 (diff) | |
download | pfsense-packages-48234cf9e7b0f170a20890bf3258d1a2d64623fa.tar.gz pfsense-packages-48234cf9e7b0f170a20890bf3258d1a2d64623fa.tar.bz2 pfsense-packages-48234cf9e7b0f170a20890bf3258d1a2d64623fa.zip |
FreeSWITCH adjust freeswith.tgz extraction to fix installation problem.
Diffstat (limited to 'config/freeswitch')
-rw-r--r-- | config/freeswitch/freeswitch.inc | 4 | ||||
-rw-r--r-- | config/freeswitch/freeswitch.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/config/freeswitch/freeswitch.inc b/config/freeswitch/freeswitch.inc index 511cf785..6a665dcf 100644 --- a/config/freeswitch/freeswitch.inc +++ b/config/freeswitch/freeswitch.inc @@ -2722,7 +2722,7 @@ function freeswitch_php_install_command() global $config; exec("/etc/./rc.conf_mount_rw"); - $freeswitch_package_version = "0.9.4.4"; + $freeswitch_package_version = "0.9.4.5"; $freeswitch_build_version = "1.0.4 pre 8"; $freeswitch_build_revision = "13784"; @@ -2751,7 +2751,7 @@ function freeswitch_php_install_command() //} //exec("cd /tmp/;fetch http://www.pfsense.com/packages/config/freeswitch/freeswitch.tgz"); //handled by freeswitch.xml - exec("tar zxvf /tmp/freeswitch.tgz -C /usr/local/"); + exec("cd /usr/local/;tar zxvf /tmp/freeswitch.tgz -C /usr/local/"); unlink_if_exists("/tmp/freeswitch.tgz"); if (!is_dir('/usr/local/freeswitch/storage/fax/')) { diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index 706d7c3c..5ed0ddac 100644 --- a/config/freeswitch/freeswitch.xml +++ b/config/freeswitch/freeswitch.xml @@ -44,7 +44,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>FreeSWITCH Settings</name> - <version>0.9.4.4</version> + <version>0.9.4.5</version> <title>FreeSWITCH: Settings</title> <include_file>/usr/local/pkg/freeswitch.inc</include_file> <menu> |