diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-31 07:14:21 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-31 07:14:21 +0000 |
commit | b61cc97af0119c65759392e7d1f20987b20168fc (patch) | |
tree | a438f6b161d089a5a899548dd7dc0d614d82099c /packages | |
parent | 36ab40fd5af46929eb70ea2d14f7b70e4b488755 (diff) | |
download | pfsense-packages-b61cc97af0119c65759392e7d1f20987b20168fc.tar.gz pfsense-packages-b61cc97af0119c65759392e7d1f20987b20168fc.tar.bz2 pfsense-packages-b61cc97af0119c65759392e7d1f20987b20168fc.zip |
More conversion to new early carp process to accomidate vpn failover.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/carp.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/carp.xml b/packages/carp.xml index c3d6c88f..5b79608a 100644 --- a/packages/carp.xml +++ b/packages/carp.xml @@ -43,12 +43,12 @@ </additional_files_needed> <additional_files_needed> <prefix>/usr/local/pkg/pf/</prefix> - <chmod>a+x</chmod> + <chmod>a+rx</chmod> <item>http://www.pfsense.com/packages/config/carp_rules.php</item> </additional_files_needed> <additional_files_needed> <prefix>/usr/local/www/</prefix> - <chmod>a+x</chmod> + <chmod>a+rx</chmod> <item>http://www.pfsense.com/packages/config/carp_status.php</item> </additional_files_needed> <!-- configpath gets expanded out automatically and config items will be @@ -281,4 +281,4 @@ unlink_if_exists("/usr/local/etc/rc.d/carp*"); unlink_if_exists("/usr/local/pkg/pf/carp*"); </custom_php_deinstall_command> -</packagegui> +</packagegui>
\ No newline at end of file |