aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev/v_config.inc
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-08-05 02:08:33 -0600
committermcrane <mctch@yahoo.com>2009-08-05 02:09:15 -0600
commit6b90bead0f4f9525bbdb381878a6cc29ee274e46 (patch)
treea4d11af1f53b97fd48f8b7ab36a0afd5334f7946 /config/freeswitch_dev/v_config.inc
parent545d896635b62875514c9ca86b166187852fbdd0 (diff)
downloadpfsense-packages-6b90bead0f4f9525bbdb381878a6cc29ee274e46.tar.gz
pfsense-packages-6b90bead0f4f9525bbdb381878a6cc29ee274e46.tar.bz2
pfsense-packages-6b90bead0f4f9525bbdb381878a6cc29ee274e46.zip
FreeSWITCH dev package remove the old modules.xml file.
Diffstat (limited to 'config/freeswitch_dev/v_config.inc')
-rw-r--r--config/freeswitch_dev/v_config.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc
index dadd8ec5..d82e2feb 100644
--- a/config/freeswitch_dev/v_config.inc
+++ b/config/freeswitch_dev/v_config.inc
@@ -3134,8 +3134,6 @@ function v_php_install_command()
//exec("fetch ".$download_path."libspandsp.so.1");
//exec("cp /usr/local/lib/libspandsp.so.1 /usr/local/lib/libspandsp.so.2");
- //download xml package files
- exec("cd /usr/local/pkg/;fetch ".$download_path."v_modules.xml");
$static_output = 'Downloading Package Files';
update_output_window($static_output);
@@ -3838,7 +3836,6 @@ function v_deinstall_command()
unlink_if_exists("/usr/local/pkg/freeswitch.xml");
unlink_if_exists("/usr/local/pkg/v_config.inc");
- unlink_if_exists("/usr/local/pkg/v_modules.xml");
exec("rm -R /usr/local/freeswitch/");
exec("rm -R /usr/local/www/packages/freeswitch/");