diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-23 03:30:14 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-23 03:30:14 +0000 |
commit | 53cef1d0f541f8a5e740141b9fe5056d9febdee9 (patch) | |
tree | 3b75c61833d0ab077dd08181d9caa4498e00a032 | |
parent | 3f5f909437fa35157a88833a77f37deed18b96cc (diff) | |
download | pfsense-packages-53cef1d0f541f8a5e740141b9fe5056d9febdee9.tar.gz pfsense-packages-53cef1d0f541f8a5e740141b9fe5056d9febdee9.tar.bz2 pfsense-packages-53cef1d0f541f8a5e740141b9fe5056d9febdee9.zip |
Only sync on changes.
-rw-r--r-- | packages/carp.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/carp.xml b/packages/carp.xml index 8a1a665e..82413ff7 100644 --- a/packages/carp.xml +++ b/packages/carp.xml @@ -263,7 +263,6 @@ if($using_arp_balance == 1) system("sysctl net.inet.arpbalance=1"); if($preempt == 1) system("sysctl net.inet.carp.preempt=1"); } - sync_package(); </custom_php_command_before_form> <custom_php_resync_config_command> sync_package(); |