aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev/v_config.inc
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-09-11 15:53:38 -0600
committermcrane <mctch@yahoo.com>2009-09-11 15:54:59 -0600
commitc37a4b10134f6d97c364e63a793cf2922c92a0e4 (patch)
tree0a7792a2d28562ee7d7bf2b5ed0e9ecc9cfd24e8 /config/freeswitch_dev/v_config.inc
parentf8cfe4902115e15019d7c84176ec99d14826c486 (diff)
downloadpfsense-packages-c37a4b10134f6d97c364e63a793cf2922c92a0e4.tar.gz
pfsense-packages-c37a4b10134f6d97c364e63a793cf2922c92a0e4.tar.bz2
pfsense-packages-c37a4b10134f6d97c364e63a793cf2922c92a0e4.zip
FreeSWITCH minor changes to tabbing and spacing, other minor changes and deny hosts add rm /usr/local/etc/denyhosts* to package uninstall.
Diffstat (limited to 'config/freeswitch_dev/v_config.inc')
-rw-r--r--config/freeswitch_dev/v_config.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc
index a2c81cde..3208f09a 100644
--- a/config/freeswitch_dev/v_config.inc
+++ b/config/freeswitch_dev/v_config.inc
@@ -49,7 +49,7 @@ function v_settings()
$config['installedpackages']['freeswitchsettings']['config'][0]['tmp_dir'] = '/tmp';
$config['installedpackages']['freeswitchsettings']['config'][0]['bin_dir'] = '/usr/local/bin';
$config['installedpackages']['freeswitchsettings']['config'][0]['v_startup_script_dir'] = '/usr/local/etc/rc.d';
- $config['installedpackages']['freeswitchsettings']['config'][0]['v_package_version'] = "0.9.7.24";
+ $config['installedpackages']['freeswitchsettings']['config'][0]['v_package_version'] = "0.9.7.25";
$config['installedpackages']['freeswitchsettings']['config'][0]['v_build_version'] = "1.0.4";
$config['installedpackages']['freeswitchsettings']['config'][0]['v_build_revision'] = "Release";
$config['installedpackages']['freeswitchsettings']['config'][0]['v_label'] = 'FreeSWITCH'; //FreeSWITCH (TM) http://www.freeswitch.org/
@@ -3425,7 +3425,7 @@ function v_install_phase_1()
pkg_add($pkg_download_path, "libgpg-error-1.7.tbz");
pkg_add($pkg_download_path, "libgcrypt-1.4.4.tbz");
pkg_add($pkg_download_path, "gnutls-2.6.5.tbz");
- pkg_add($pkg_download_path, "freeswitch-1.0.4.tbz");
+ pkg_add($pkg_download_path, "freeswitch-1.0.4.tbz");
//pkg_add($pkg_download_path, "p5-gettext-1.05_2.tbz"); //requirement for perl
//pkg_add($pkg_download_path, "perl-5.8.9_3.tbz");
fwrite($handle, 'packages have been installed');