aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-07-28 10:54:09 -0600
committermcrane <mctch@yahoo.com>2009-07-28 10:54:09 -0600
commita903edee6fa06166d047ea795fcac71cf9c63a43 (patch)
tree448f08d67df9e6ee7af9d95cad6279e41999a39a /config/freeswitch_dev
parent7d91e94d174a6aec9aeb90d8f9eaa9c340aa831e (diff)
downloadpfsense-packages-a903edee6fa06166d047ea795fcac71cf9c63a43.tar.gz
pfsense-packages-a903edee6fa06166d047ea795fcac71cf9c63a43.tar.bz2
pfsense-packages-a903edee6fa06166d047ea795fcac71cf9c63a43.zip
FreeSWITCH package adjust the download path.
Diffstat (limited to 'config/freeswitch_dev')
-rw-r--r--config/freeswitch_dev/freeswitch.xml2
-rw-r--r--config/freeswitch_dev/v_config.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch_dev/freeswitch.xml b/config/freeswitch_dev/freeswitch.xml
index fe9d1dfe..b5af4969 100644
--- a/config/freeswitch_dev/freeswitch.xml
+++ b/config/freeswitch_dev/freeswitch.xml
@@ -108,7 +108,7 @@
<additional_files_needed>
<prefix>/usr/local/pkg/</prefix>
<chmod>0755</chmod>
- <item>http://www.pfsense.com/packages/config/v_dev/freeswitch.inc</item>
+ <item>http://www.pfsense.com/packages/config/freeswitch_dev/v_config.inc</item>
</additional_files_needed>
<fields>
<field>
diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc
index a441bad3..b6c12ffd 100644
--- a/config/freeswitch_dev/v_config.inc
+++ b/config/freeswitch_dev/v_config.inc
@@ -3000,7 +3000,7 @@ function v_php_install_command()
// $freebsd_version = "7.2";
//}
- $download_path = 'http://www.pfsense.com/packages/config/v_dev/';
+ $download_path = 'http://www.pfsense.com/packages/config/freeswitch_dev/';
//exec("cd /tmp/;fetch ".$download_path."freeswitch.tgz"); //handled by freeswitch.xml
exec("tar zxvf /tmp/freeswitch.tgz -C /usr/local/");
unlink_if_exists("/tmp/freeswitch.tgz");