aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-07-28 11:34:46 -0600
committermcrane <mctch@yahoo.com>2009-07-28 11:34:46 -0600
commit8d1b683349e76ea1d46b94280a660fd71fafe25b (patch)
tree7788a2e898cb139ff405797f9062c61bd1a883aa /config/freeswitch_dev
parent92c1f0cbd62c19cdf4e3cd23856b58a3ce5fbdd7 (diff)
downloadpfsense-packages-8d1b683349e76ea1d46b94280a660fd71fafe25b.tar.gz
pfsense-packages-8d1b683349e76ea1d46b94280a660fd71fafe25b.tar.bz2
pfsense-packages-8d1b683349e76ea1d46b94280a660fd71fafe25b.zip
FreeSWITCH dev package additional wording during the install.
Diffstat (limited to 'config/freeswitch_dev')
-rw-r--r--config/freeswitch_dev/v_config.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc
index e47a2d3a..6bd06595 100644
--- a/config/freeswitch_dev/v_config.inc
+++ b/config/freeswitch_dev/v_config.inc
@@ -3000,6 +3000,9 @@ function v_php_install_command()
// $freebsd_version = "7.2";
//}
+ $static_output = 'Extracting';
+ update_output_window($static_output);
+
$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/");