aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
diff options
context:
space:
mode:
authorAndrew Thompson <andrew@clonedev.co.nz>2012-01-27 09:49:36 +1300
committerAndrew Thompson <andrew@clonedev.co.nz>2012-01-27 09:49:54 +1300
commiteb867c258971bd47fa2e89178da14337056ae129 (patch)
tree6d8abf5d212cc2a1748b601d74e69e03135a07fd /config/haproxy
parent03331942b77e2d05b656fb3ab91be7144ceef776 (diff)
downloadpfsense-packages-eb867c258971bd47fa2e89178da14337056ae129.tar.gz
pfsense-packages-eb867c258971bd47fa2e89178da14337056ae129.tar.bz2
pfsense-packages-eb867c258971bd47fa2e89178da14337056ae129.zip
forgot to update the additional_files paths
Diffstat (limited to 'config/haproxy')
-rw-r--r--config/haproxy/haproxy.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/haproxy/haproxy.xml b/config/haproxy/haproxy.xml
index 83e2ca5d..ee2a2263 100644
--- a/config/haproxy/haproxy.xml
+++ b/config/haproxy/haproxy.xml
@@ -62,32 +62,32 @@
<additional_files_needed>
<prefix>/usr/local/pkg/</prefix>
<chmod>077</chmod>
- <item>http://www.pfsense.com/packages/config/haproxy-dev/haproxy.inc</item>
+ <item>http://www.pfsense.com/packages/config/haproxy/haproxy.inc</item>
</additional_files_needed>
<additional_files_needed>
<prefix>/usr/local/www/</prefix>
<chmod>077</chmod>
- <item>http://www.pfsense.com/packages/config/haproxy-dev/haproxy_listeners.php</item>
+ <item>http://www.pfsense.com/packages/config/haproxy/haproxy_listeners.php</item>
</additional_files_needed>
<additional_files_needed>
<prefix>/usr/local/www/</prefix>
<chmod>077</chmod>
- <item>http://www.pfsense.com/packages/config/haproxy-dev/haproxy_listeners_edit.php</item>
+ <item>http://www.pfsense.com/packages/config/haproxy/haproxy_listeners_edit.php</item>
</additional_files_needed>
<additional_files_needed>
<prefix>/usr/local/www/</prefix>
<chmod>077</chmod>
- <item>http://www.pfsense.com/packages/config/haproxy-dev/haproxy_global.php</item>
+ <item>http://www.pfsense.com/packages/config/haproxy/haproxy_global.php</item>
</additional_files_needed>
<additional_files_needed>
<prefix>/usr/local/www/</prefix>
<chmod>077</chmod>
- <item>http://www.pfsense.com/packages/config/haproxy-dev/haproxy_pools.php</item>
+ <item>http://www.pfsense.com/packages/config/haproxy/haproxy_pools.php</item>
</additional_files_needed>
<additional_files_needed>
<prefix>/usr/local/www/</prefix>
<chmod>077</chmod>
- <item>http://www.pfsense.com/packages/config/haproxy-dev/haproxy_pool_edit.php</item>
+ <item>http://www.pfsense.com/packages/config/haproxy/haproxy_pool_edit.php</item>
</additional_files_needed>
<custom_delete_php_command>
</custom_delete_php_command>
@@ -98,7 +98,7 @@
<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-dev/binaries{$freebsdv}/haproxy`;
+ `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>