summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-11-24 13:44:42 +0000
committerErmal Luçi <eri@pfsense.org>2009-11-24 13:44:42 +0000
commit0a595d8419b9f41637f20ac4b923d1bdfa3e053a (patch)
treef131695d03a2b74579eda6a8efea51f7975f322d /usr/local/pkg
parent474ef84c87f0acdd733bcca43d06a3aa17da5aa1 (diff)
downloadpfsense-0a595d8419b9f41637f20ac4b923d1bdfa3e053a.zip
pfsense-0a595d8419b9f41637f20ac4b923d1bdfa3e053a.tar.gz
s/interfaces_carp_configure/interfaces_carp_setup/
Diffstat (limited to 'usr/local/pkg')
-rw-r--r--usr/local/pkg/carp.xml4
-rw-r--r--usr/local/pkg/carp_settings.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/pkg/carp.xml b/usr/local/pkg/carp.xml
index 0f536a4..e4db39c 100644
--- a/usr/local/pkg/carp.xml
+++ b/usr/local/pkg/carp.xml
@@ -218,12 +218,12 @@
<custom_php_command_before_form>
</custom_php_command_before_form>
<custom_add_php_command_late>
- interfaces_carp_configure();
+ interfaces_carp_setup();
</custom_add_php_command_late>
<custom_php_resync_config_command>
</custom_php_resync_config_command>
<custom_delete_php_command>
- interfaces_carp_configure();
+ interfaces_carp_setup();
</custom_delete_php_command>
<custom_php_deinstall_command>
unlink_if_exists("/usr/local/pkg/carp*");
diff --git a/usr/local/pkg/carp_settings.xml b/usr/local/pkg/carp_settings.xml
index 8b37e8c..43c8804 100644
--- a/usr/local/pkg/carp_settings.xml
+++ b/usr/local/pkg/carp_settings.xml
@@ -183,7 +183,7 @@
</custom_php_validation_command>
<custom_add_php_command_late>
/* setup carp interfaces */
- interfaces_carp_configure();
+ interfaces_carp_setup();
/* force a filter configure for syncing */
filter_configure();
</custom_add_php_command_late>
OpenPOWER on IntegriCloud