aboutsummaryrefslogtreecommitdiffstats
path: root/packages/siproxdusers.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-02 22:02:12 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-02 22:02:12 +0000
commit1f130ffa225a59f29f1e155ed8ebf1166775f108 (patch)
treef50a429908ec7779f7deffc58f35bae34a3ca0bf /packages/siproxdusers.xml
parentcb022d511ac2971a8fec4037e715d0f8f2b4d56c (diff)
downloadpfsense-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/siproxdusers.xml')
-rw-r--r--packages/siproxdusers.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/siproxdusers.xml b/packages/siproxdusers.xml
index 9209bf84..27803d04 100644
--- a/packages/siproxdusers.xml
+++ b/packages/siproxdusers.xml
@@ -44,8 +44,11 @@
<type>input</type>
</field>
</fields>
+ <custom_php_resync_config_command>
+ sync_package_sipproxd_users();
+ </custom_php_resync_config_command>
<custom_add_php_command>
- function sync_package()
+ function sync_package_sipproxd_users()
{
conf_mount_rw();
config_lock();
@@ -62,7 +65,7 @@
config_unlock();
system("/usr/bin/killall -HUP siproxd");
}
- sync_package();
+ sync_package_sipproxd_users();
</custom_add_php_command>
</packagegui>