diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2011-12-13 23:35:01 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-12-13 23:35:01 -0200 |
commit | 418194e1b8d251833d815acdf03f8bfd82151245 (patch) | |
tree | a04bfd1e20e9acb22b814cb50c286be86391d5c4 /config/haproxy | |
parent | d4f42d0ed7ab827e2338fcd8a81fe55f3c934c72 (diff) | |
download | pfsense-packages-418194e1b8d251833d815acdf03f8bfd82151245.tar.gz pfsense-packages-418194e1b8d251833d815acdf03f8bfd82151245.tar.bz2 pfsense-packages-418194e1b8d251833d815acdf03f8bfd82151245.zip |
haproxy - version 1.4.18 pkg 0.30
Diffstat (limited to 'config/haproxy')
-rw-r--r-- | config/haproxy/haproxy.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config/haproxy/haproxy.xml b/config/haproxy/haproxy.xml index abfee4b6..bc338764 100644 --- a/config/haproxy/haproxy.xml +++ b/config/haproxy/haproxy.xml @@ -44,13 +44,13 @@ <name>haproxy</name> <version>1.0</version> <title>HAProxy</title> - <aftersaveredirect>/pkg_ediwt.php?xml=haproxy_servers.php</aftersaveredirect> + <aftersaveredirect>/pkg_edit.php?xml=haproxy_servers.php</aftersaveredirect> <include_file>/usr/local/pkg/haproxy.inc</include_file> <menu> <name>HAProxy</name> <tooltiptext></tooltiptext> <section>Services</section> - <url>/haproxy_frontends.php</url> + <url>/haproxy_global.php</url> </menu> <service> <name>HAProxy</name> @@ -96,15 +96,18 @@ <custom_php_resync_config_command> </custom_php_resync_config_command> <custom_php_install_command> + /* + included in package install $freebsdv=trim(`uname -r | cut -d'.' -f1`); conf_mount_rw(); `fetch -q -o /usr/local/sbin/ http://www.pfsense.org/packages/config/haproxy/binaries{$freebsdv}/haproxy`; exec("chmod a+rx /usr/local/sbin/haproxy"); + */ haproxy_custom_php_install_command(); </custom_php_install_command> <custom_php_deinstall_command> haproxy_custom_php_deinstall_command(); </custom_php_deinstall_command> - <custom_php_command_before_form> + <custom_php_command_before_form> </custom_php_command_before_form> </packagegui>
\ No newline at end of file |