aboutsummaryrefslogtreecommitdiffstats
path: root/packages/carp.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/carp.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/carp.xml')
-rw-r--r--packages/carp.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/carp.xml b/packages/carp.xml
index 87fec638..67ce9d00 100644
--- a/packages/carp.xml
+++ b/packages/carp.xml
@@ -228,7 +228,7 @@
</field>
</fields>
<custom_php_command_before_form>
- function sync_package() {
+ function sync_package_carp() {
/*
* XXX: find out how many carp and pfsync interfaces are established
* and destroy/down them before sweeping through the list
@@ -283,10 +283,10 @@
}
</custom_php_command_before_form>
<custom_php_resync_config_command>
- sync_package();
+ sync_package_carp();
</custom_php_resync_config_command>
<custom_delete_php_command>
- sync_package();
+ sync_package_carp();
</custom_delete_php_command>
<custom_php_install_command>
</custom_php_install_command>