diff options
author | mcrane <mctch@yahoo.com> | 2009-04-27 15:33:53 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-04-27 15:33:53 -0600 |
commit | d686a6e5bf4e85ef71a51a29653e1d41bb94ac08 (patch) | |
tree | c44d4462cf7ccc8738746aa3078bcdb1faf81286 /config | |
parent | fc2d7400c16bf60d24bf471acda422f6a8f392c8 (diff) | |
download | pfsense-packages-d686a6e5bf4e85ef71a51a29653e1d41bb94ac08.tar.gz pfsense-packages-d686a6e5bf4e85ef71a51a29653e1d41bb94ac08.tar.bz2 pfsense-packages-d686a6e5bf4e85ef71a51a29653e1d41bb94ac08.zip |
FreeSWITCH package more installation xml adjustments.
Diffstat (limited to 'config')
-rw-r--r-- | config/freeswitch/freeswitch.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index e810aa89..e3e48e4a 100644 --- a/config/freeswitch/freeswitch.xml +++ b/config/freeswitch/freeswitch.xml @@ -44,7 +44,7 @@ <requirements>Describe your package requirements here</requirements> <faq>Currently there are no FAQ items provided.</faq> <name>FreeSWITCH Settings</name> - <version>0.8.4.7</version> + <version>0.8.4.8</version> <title>FreeSWITCH: Settings</title> <include_file>/usr/local/pkg/freeswitch.inc</include_file> <menu> @@ -104,6 +104,11 @@ </tab> </tabs> <configpath>installedpackages->package->$packagename->configuration->freeswitchsettings</configpath> + <additional_files_needed> + <prefix>/usr/local/pkg/</prefix> + <chmod>0755</chmod> + <item>http://www.pfsense.com/packages/config/freeswitch/freeswitch.inc</item> + </additional_files_needed> <fields> <field> <fielddescr>Numbering Plan</fielddescr> @@ -253,7 +258,6 @@ sync_package_freeswitch_settings(); </custom_delete_php_command> <custom_php_install_command> - exec("cd /usr/local/pkg/;fetch http://www.pfsense.com/packages/config/freeswitch/freeswitch.inc"); freeswitch_php_install_command(); </custom_php_install_command> <custom_php_deinstall_command> |