diff options
author | Jim P <jim@pingle.org> | 2013-09-29 13:49:03 -0700 |
---|---|---|
committer | Jim P <jim@pingle.org> | 2013-09-29 13:49:03 -0700 |
commit | 4a018bc3a587d75aa25b6b70923f37fe40f79c70 (patch) | |
tree | ac9af4a0f88faf56f2a8a70ef081ddcf6ca7cbc7 /config/haproxy-devel/haproxy.xml | |
parent | 3e9c867677850f3d906f542c6a13acf1b69b4619 (diff) | |
parent | 3325861b6692036da5818ba19bf4741b0d0319a9 (diff) | |
download | pfsense-packages-4a018bc3a587d75aa25b6b70923f37fe40f79c70.tar.gz pfsense-packages-4a018bc3a587d75aa25b6b70923f37fe40f79c70.tar.bz2 pfsense-packages-4a018bc3a587d75aa25b6b70923f37fe40f79c70.zip |
Merge pull request #517 from PiBa-NL/HAProxy_update_frontendname_references
haproxy-devel, cleanup+use only settings from primary frontend, XMLRPC-Sync redesigned
Diffstat (limited to 'config/haproxy-devel/haproxy.xml')
-rw-r--r-- | config/haproxy-devel/haproxy.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/haproxy-devel/haproxy.xml b/config/haproxy-devel/haproxy.xml index 4511bde4..bfd7f437 100644 --- a/config/haproxy-devel/haproxy.xml +++ b/config/haproxy-devel/haproxy.xml @@ -95,6 +95,11 @@ <item>http://www.pfsense.com/packages/config/haproxy-devel/haproxy_socketinfo.inc</item> </additional_files_needed> <additional_files_needed> + <prefix>/usr/local/pkg/</prefix> + <chmod>077</chmod> + <item>http://www.pfsense.com/packages/config/haproxy-devel/haproxy_xmlrpcsyncclient.inc</item> + </additional_files_needed> + <additional_files_needed> <prefix>/usr/local/www/widgets/widgets/</prefix> <chmod>077</chmod> <item>http://www.pfsense.com/packages/config/haproxy-devel/haproxy.widget.php</item> |