diff options
-rw-r--r-- | config/freeswitch/freeswitch.xml | 8 | ||||
-rwxr-xr-x | pkg_config.7.xml | 2 |
2 files changed, 7 insertions, 3 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> diff --git a/pkg_config.7.xml b/pkg_config.7.xml index 8f65b55b..f6c7f02a 100755 --- a/pkg_config.7.xml +++ b/pkg_config.7.xml @@ -92,7 +92,7 @@ <pkginfolink>http://doc.pfsense.org/index.php/FreeSWITCH</pkginfolink> <config_file>http://www.pfsense.com/packages/config/freeswitch/freeswitch.xml</config_file> <depends_on_package_base_url>http://files.pfsense.org/packages/7/All/</depends_on_package_base_url> - <version>0.8.4.7</version> + <version>0.8.4.8</version> <status>Beta</status> <required_version>1.2.1</required_version> <maintainer>markjcrane@gmail.com</maintainer> |