aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Crane <mcrane@pfsense.org>2008-10-31 07:54:32 +0000
committerMark Crane <mcrane@pfsense.org>2008-10-31 07:54:32 +0000
commit6a4e12ded87b91841f6e6dc8766d5883d3b6c1f1 (patch)
tree6184cfcfd2548956a682ba2a24ea3274e5ebef7f
parentdfa51d23a23324d4c3a8a870ff277e2df8908c1c (diff)
downloadpfsense-packages-6a4e12ded87b91841f6e6dc8766d5883d3b6c1f1.tar.gz
pfsense-packages-6a4e12ded87b91841f6e6dc8766d5883d3b6c1f1.tar.bz2
pfsense-packages-6a4e12ded87b91841f6e6dc8766d5883d3b6c1f1.zip
FreeSWITCH pkg optimizations
-rw-r--r--packages/freeswitch/freeswitch.xml15
-rw-r--r--packages/freeswitch/freeswitch_modules.xml19
-rw-r--r--pkg_config.7.xml2
3 files changed, 9 insertions, 27 deletions
diff --git a/packages/freeswitch/freeswitch.xml b/packages/freeswitch/freeswitch.xml
index 493acd14..854848d0 100644
--- a/packages/freeswitch/freeswitch.xml
+++ b/packages/freeswitch/freeswitch.xml
@@ -225,21 +225,14 @@
<type>input</type>
</field>
</fields>
- <custom_php_command_before_form>
- </custom_php_command_before_form>
- <custom_php_after_head_command>
- </custom_php_after_head_command>
- <custom_php_after_form_command>
- </custom_php_after_form_command>
<custom_add_php_command>
- sync_package_freeswitch();
</custom_add_php_command>
- <custom_delete_php_command>
- sync_package_freeswitch();
- </custom_delete_php_command>
<custom_php_resync_config_command>
- sync_package_freeswitch();
+ sync_package_freeswitch_settings();
</custom_php_resync_config_command>
+ <custom_delete_php_command>
+ sync_package_freeswitch_settings();
+ </custom_delete_php_command>
<custom_php_install_command>
freeswitch_php_install_command();
</custom_php_install_command>
diff --git a/packages/freeswitch/freeswitch_modules.xml b/packages/freeswitch/freeswitch_modules.xml
index a6c4564e..cad927fd 100644
--- a/packages/freeswitch/freeswitch_modules.xml
+++ b/packages/freeswitch/freeswitch_modules.xml
@@ -1212,25 +1212,14 @@
</options>
</field>
</fields>
- <custom_php_command_before_form>
- </custom_php_command_before_form>
- <custom_php_after_head_command>
- </custom_php_after_head_command>
- <custom_php_after_form_command>
- </custom_php_after_form_command>
<custom_add_php_command>
- sync_package_freeswitch();
</custom_add_php_command>
- <custom_delete_php_command>
- sync_package_freeswitch();
- </custom_delete_php_command>
<custom_php_resync_config_command>
- sync_package_freeswitch();
+ sync_package_freeswitch_modules();
</custom_php_resync_config_command>
- <custom_php_install_command>
- freeswitch_php_install_command();
- </custom_php_install_command>
+ <custom_delete_php_command>
+ sync_package_freeswitch_modules();
+ </custom_delete_php_command>
<custom_php_deinstall_command>
- freeswitch_deinstall_command();
</custom_php_deinstall_command>
</packagegui> \ No newline at end of file
diff --git a/pkg_config.7.xml b/pkg_config.7.xml
index 4670da09..54eeaa89 100644
--- a/pkg_config.7.xml
+++ b/pkg_config.7.xml
@@ -21,7 +21,7 @@
<category>Services</category>
<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.2.1</version>
+ <version>0.2.2</version>
<status>Beta</status>
<required_version>1.2.1</required_version>
<maintainer>markjcrane@gmail.com</maintainer>