aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-16 21:25:03 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-16 21:25:03 -0400
commita30ca566c4eab6be07092bc53377c2f94a4f5b9c (patch)
tree68f21557d5dc45749a3dc620a56df9c966757b6b /config/haproxy
parentd049dbace209a9347028b258035cc5f69a965386 (diff)
downloadpfsense-packages-a30ca566c4eab6be07092bc53377c2f94a4f5b9c.tar.gz
pfsense-packages-a30ca566c4eab6be07092bc53377c2f94a4f5b9c.tar.bz2
pfsense-packages-a30ca566c4eab6be07092bc53377c2f94a4f5b9c.zip
Use conf_mount_rw()
Diffstat (limited to 'config/haproxy')
-rw-r--r--config/haproxy/haproxy.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/haproxy/haproxy.xml b/config/haproxy/haproxy.xml
index da9ab469..6128f1ac 100644
--- a/config/haproxy/haproxy.xml
+++ b/config/haproxy/haproxy.xml
@@ -97,6 +97,7 @@
</custom_php_resync_config_command>
<custom_php_install_command>
$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();