diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-02 22:02:12 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-02 22:02:12 +0000 |
commit | 1f130ffa225a59f29f1e155ed8ebf1166775f108 (patch) | |
tree | f50a429908ec7779f7deffc58f35bae34a3ca0bf /packages/siproxd.xml | |
parent | cb022d511ac2971a8fec4037e715d0f8f2b4d56c (diff) | |
download | pfsense-packages-1f130ffa225a59f29f1e155ed8ebf1166775f108.tar.gz pfsense-packages-1f130ffa225a59f29f1e155ed8ebf1166775f108.tar.bz2 pfsense-packages-1f130ffa225a59f29f1e155ed8ebf1166775f108.zip |
Rename the sync_package function to sync_package_filename()
Diffstat (limited to 'packages/siproxd.xml')
-rw-r--r-- | packages/siproxd.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/packages/siproxd.xml b/packages/siproxd.xml index 7d769899..d35488bc 100644 --- a/packages/siproxd.xml +++ b/packages/siproxd.xml @@ -63,7 +63,7 @@ <field> <fielddescr>RTP port range (lower)</fielddescr> <fieldname>rtplower</fieldname> - <description>Enter the bottom edge of the port range siproxd will allocate for incoming RTP traffic. This range must be one not blocked by the firewall (default 7070).</description> + <description>Enter the bottom edge of the port range siproxd will allocate for incoming RTP traffic. This range must be one not blocked by the firewall (default 7070).</description> <type>input</type> </field> <field> @@ -92,7 +92,7 @@ </field> <field> <fielddescr>Outbound proxy hostname</fielddescr> - <fieldname>outboundproxyhost</fieldname> + <fieldname>outboundproxyhost</fieldname> <type>input</type> <description>Enter the hostname of an outbound proxy to send all traffic to. This is only useful if you have multiple masquerading firewalls to cross.</description> </field> @@ -110,8 +110,11 @@ fwrite($fout, "#!/bin/sh\n\n/usr/local/sbin/siproxd\n"); fclose($fout); </custom_php_install_command> + <custom_php_resync_config_command> + sync_package_sipproxd(); + </custom_php_resync_config_command> <custom_add_php_command> - function sync_package() { + function sync_package_sipproxd() { conf_mount_rw(); config_lock(); global $config; @@ -166,7 +169,7 @@ conf_mount_ro(); config_unlock(); } - sync_package(); + sync_package_sipproxd(); </custom_add_php_command> </packagegui> |