From a84a84bf31ed33c7e132b704186a56b77cc9148a Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 18 Mar 2014 14:18:37 -0300 Subject: Fixup URLs: - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config --- config/haproxy-stable/haproxy.inc | 2 +- config/haproxy-stable/haproxy.xml | 14 +++++++------- config/haproxy-stable/haproxy_global.php | 2 +- config/haproxy-stable/haproxy_listeners.php | 2 +- config/haproxy-stable/haproxy_listeners_edit.php | 2 +- config/haproxy-stable/haproxy_pool_edit.php | 2 +- config/haproxy-stable/haproxy_pools.php | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) (limited to 'config/haproxy-stable') diff --git a/config/haproxy-stable/haproxy.inc b/config/haproxy-stable/haproxy.inc index eb45f21d..2b132a85 100644 --- a/config/haproxy-stable/haproxy.inc +++ b/config/haproxy-stable/haproxy.inc @@ -445,7 +445,7 @@ function haproxy_configure() { $freebsd_version = substr(trim(`uname -r`), 0, 1); if(!file_exists("/usr/bin/limits")) { - exec("fetch -q -o /usr/bin/limits http://files.pfsense.org/extras/{$freebsd_version}/limits"); + exec("fetch -q -o /usr/bin/limits https://files.pfsense.org/extras/{$freebsd_version}/limits"); exec("chmod a+rx /usr/bin/limits"); } 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 @@ /usr/local/pkg/ 077 - http://www.pfsense.com/packages/config/haproxy-stable/haproxy.inc + https://packages.pfsense.org/packages/config/haproxy-stable/haproxy.inc /usr/local/www/ 077 - http://www.pfsense.com/packages/config/haproxy-stable/haproxy_listeners.php + https://packages.pfsense.org/packages/config/haproxy-stable/haproxy_listeners.php /usr/local/www/ 077 - http://www.pfsense.com/packages/config/haproxy-stable/haproxy_listeners_edit.php + https://packages.pfsense.org/packages/config/haproxy-stable/haproxy_listeners_edit.php /usr/local/www/ 077 - http://www.pfsense.com/packages/config/haproxy-stable/haproxy_global.php + https://packages.pfsense.org/packages/config/haproxy-stable/haproxy_global.php /usr/local/www/ 077 - http://www.pfsense.com/packages/config/haproxy-stable/haproxy_pools.php + https://packages.pfsense.org/packages/config/haproxy-stable/haproxy_pools.php /usr/local/www/ 077 - http://www.pfsense.com/packages/config/haproxy-stable/haproxy_pool_edit.php + https://packages.pfsense.org/packages/config/haproxy-stable/haproxy_pool_edit.php @@ -98,7 +98,7 @@ $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(); diff --git a/config/haproxy-stable/haproxy_global.php b/config/haproxy-stable/haproxy_global.php index 0e960611..fa58f9a2 100755 --- a/config/haproxy-stable/haproxy_global.php +++ b/config/haproxy-stable/haproxy_global.php @@ -2,7 +2,7 @@ /* $Id: load_balancer_pool.php,v 1.5.2.6 2007/03/02 23:48:32 smos Exp $ */ /* haproxy_global.php - part of pfSense (http://www.pfsense.com/) + part of pfSense (https://www.pfsense.org/) Copyright (C) 2009 Scott Ullrich Copyright (C) 2008 Remco Hoef All rights reserved. diff --git a/config/haproxy-stable/haproxy_listeners.php b/config/haproxy-stable/haproxy_listeners.php index ef67108b..b34b2590 100755 --- a/config/haproxy-stable/haproxy_listeners.php +++ b/config/haproxy-stable/haproxy_listeners.php @@ -2,7 +2,7 @@ /* $Id: load_balancer_virtual_server.php,v 1.6.2.1 2006/01/02 23:46:24 sullrich Exp $ */ /* haproxy_baclkends.php - part of pfSense (http://www.pfsense.com/) + part of pfSense (https://www.pfsense.org/) Copyright (C) 2009 Scott Ullrich Copyright (C) 2008 Remco Hoef All rights reserved. diff --git a/config/haproxy-stable/haproxy_listeners_edit.php b/config/haproxy-stable/haproxy_listeners_edit.php index 22be121b..f2b244df 100755 --- a/config/haproxy-stable/haproxy_listeners_edit.php +++ b/config/haproxy-stable/haproxy_listeners_edit.php @@ -2,7 +2,7 @@ /* $Id: load_balancer_pool_edit.php,v 1.24.2.23 2007/03/03 00:07:09 smos Exp $ */ /* haproxy_listeners_edit.php - part of pfSense (http://www.pfsense.com/) + part of pfSense (https://www.pfsense.org/) Copyright (C) 2009 Scott Ullrich Copyright (C) 2008 Remco Hoef All rights reserved. diff --git a/config/haproxy-stable/haproxy_pool_edit.php b/config/haproxy-stable/haproxy_pool_edit.php index 6087e9d7..6ca730e9 100755 --- a/config/haproxy-stable/haproxy_pool_edit.php +++ b/config/haproxy-stable/haproxy_pool_edit.php @@ -2,7 +2,7 @@ /* $Id: load_balancer_pool_edit.php,v 1.24.2.23 2007/03/03 00:07:09 smos Exp $ */ /* haproxy_pool_edit.php - part of pfSense (http://www.pfsense.com/) + part of pfSense (https://www.pfsense.org/) Copyright (C) 2009 Scott Ullrich Copyright (C) 2008 Remco Hoef All rights reserved. diff --git a/config/haproxy-stable/haproxy_pools.php b/config/haproxy-stable/haproxy_pools.php index 78a1fdff..c3bc30b1 100755 --- a/config/haproxy-stable/haproxy_pools.php +++ b/config/haproxy-stable/haproxy_pools.php @@ -2,7 +2,7 @@ /* $Id: load_balancer_virtual_server.php,v 1.6.2.1 2006/01/02 23:46:24 sullrich Exp $ */ /* haproxy_pools.php - part of pfSense (http://www.pfsense.com/) + part of pfSense (https://www.pfsense.org/) Copyright (C) 2009 Scott Ullrich Copyright (C) 2008 Remco Hoef All rights reserved. -- cgit v1.2.3