aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy-stable/haproxy.xml
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-03-18 14:18:37 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-03-18 14:18:37 -0300
commita84a84bf31ed33c7e132b704186a56b77cc9148a (patch)
tree85c40074dd19ddb5a5167f5ab68406beaa57c87b /config/haproxy-stable/haproxy.xml
parent0de5b6b80002794f5b65c0143eb65cf5e4a95f25 (diff)
downloadpfsense-packages-a84a84bf31ed33c7e132b704186a56b77cc9148a.tar.gz
pfsense-packages-a84a84bf31ed33c7e132b704186a56b77cc9148a.tar.bz2
pfsense-packages-a84a84bf31ed33c7e132b704186a56b77cc9148a.zip
Fixup URLs:
- Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
Diffstat (limited to 'config/haproxy-stable/haproxy.xml')
-rw-r--r--config/haproxy-stable/haproxy.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/config/haproxy-stable/haproxy.xml b/config/haproxy-stable/haproxy.xml
index 50907cfe..a69b5df9 100644
--- a/config/haproxy-stable/haproxy.xml
+++ b/config/haproxy-stable/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-stable/haproxy.inc</item>
+ <item>https://packages.pfsense.org/packages/config/haproxy-stable/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-stable/haproxy_listeners.php</item>
+ <item>https://packages.pfsense.org/packages/config/haproxy-stable/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-stable/haproxy_listeners_edit.php</item>
+ <item>https://packages.pfsense.org/packages/config/haproxy-stable/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-stable/haproxy_global.php</item>
+ <item>https://packages.pfsense.org/packages/config/haproxy-stable/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-stable/haproxy_pools.php</item>
+ <item>https://packages.pfsense.org/packages/config/haproxy-stable/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-stable/haproxy_pool_edit.php</item>
+ <item>https://packages.pfsense.org/packages/config/haproxy-stable/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://files.pfsense.org/packages/7/haproxy-dev/haproxy`;
+ `fetch -q -o /usr/local/sbin/ https://files.pfsense.org/packages/7/haproxy-dev/haproxy`;
exec("chmod a+rx /usr/local/sbin/haproxy");
haproxy_custom_php_install_command();
</custom_php_install_command>