From a903edee6fa06166d047ea795fcac71cf9c63a43 Mon Sep 17 00:00:00 2001 From: mcrane Date: Tue, 28 Jul 2009 10:54:09 -0600 Subject: FreeSWITCH package adjust the download path. --- config/freeswitch_dev/freeswitch.xml | 2 +- config/freeswitch_dev/v_config.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config/freeswitch_dev') 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 @@ /usr/local/pkg/ 0755 - http://www.pfsense.com/packages/config/v_dev/freeswitch.inc + http://www.pfsense.com/packages/config/freeswitch_dev/v_config.inc 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"); -- cgit v1.2.3