diff options
author | PiBa-NL <pba_2k3@yahoo.com> | 2014-03-13 21:30:30 +0100 |
---|---|---|
committer | PiBa-NL <pba_2k3@yahoo.com> | 2014-03-13 21:31:14 +0100 |
commit | 0f5097ab454e1458dd7e17eaab4e2cc0f2490056 (patch) | |
tree | 5652932f13ba511889ba118a84767d8677a9e32b | |
parent | 9ea8f935bcdce2e99462b04c65dc242755e2d88c (diff) | |
download | pfsense-packages-0f5097ab454e1458dd7e17eaab4e2cc0f2490056.tar.gz pfsense-packages-0f5097ab454e1458dd7e17eaab4e2cc0f2490056.tar.bz2 pfsense-packages-0f5097ab454e1458dd7e17eaab4e2cc0f2490056.zip |
haproxy-devel, xmlparser needs 'item' for array elements
-rw-r--r-- | config/haproxy-devel/haproxy.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/haproxy-devel/haproxy.xml b/config/haproxy-devel/haproxy.xml index 25949392..bf1430b8 100644 --- a/config/haproxy-devel/haproxy.xml +++ b/config/haproxy-devel/haproxy.xml @@ -59,9 +59,9 @@ <description>The Reliable, High Performance TCP/HTTP Load Balancer</description> </service> <plugins> - <plugin> + <item> <type>plugin_carp</type> - </plugin> + </item> </plugins> <configpath>installedpackages->haproxy->config</configpath> <additional_files_needed> |