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/haproxy.inc | 2 +- config/haproxy/haproxy.xml | 14 +++++++------- config/haproxy/haproxy_global.php | 2 +- config/haproxy/haproxy_listeners.php | 2 +- config/haproxy/haproxy_listeners_edit.php | 2 +- config/haproxy/haproxy_pool_edit.php | 2 +- config/haproxy/haproxy_pools.php | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) (limited to 'config/haproxy') diff --git a/config/haproxy/haproxy.inc b/config/haproxy/haproxy.inc index aa8d5a3e..5eb2160e 100644 --- a/config/haproxy/haproxy.inc +++ b/config/haproxy/haproxy.inc @@ -627,7 +627,7 @@ function haproxy_writeconf() { $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/haproxy.xml b/config/haproxy/haproxy.xml index 227d1b27..3be05802 100644 --- a/config/haproxy/haproxy.xml +++ b/config/haproxy/haproxy.xml @@ -62,32 +62,32 @@ /usr/local/pkg/ 077 - http://www.pfsense.com/packages/config/haproxy/haproxy.inc + https://packages.pfsense.org/packages/config/haproxy/haproxy.inc /usr/local/www/ 077 - http://www.pfsense.com/packages/config/haproxy/haproxy_listeners.php + https://packages.pfsense.org/packages/config/haproxy/haproxy_listeners.php /usr/local/www/ 077 - http://www.pfsense.com/packages/config/haproxy/haproxy_listeners_edit.php + https://packages.pfsense.org/packages/config/haproxy/haproxy_listeners_edit.php /usr/local/www/ 077 - http://www.pfsense.com/packages/config/haproxy/haproxy_global.php + https://packages.pfsense.org/packages/config/haproxy/haproxy_global.php /usr/local/www/ 077 - http://www.pfsense.com/packages/config/haproxy/haproxy_pools.php + https://packages.pfsense.org/packages/config/haproxy/haproxy_pools.php /usr/local/www/ 077 - http://www.pfsense.com/packages/config/haproxy/haproxy_pool_edit.php + https://packages.pfsense.org/packages/config/haproxy/haproxy_pool_edit.php @@ -100,7 +100,7 @@ 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`; + `fetch -q -o /usr/local/sbin/ https://packages.pfsense.org/packages/config/haproxy/binaries{$freebsdv}/haproxy`; exec("chmod a+rx /usr/local/sbin/haproxy"); */ haproxy_custom_php_install_command(); diff --git a/config/haproxy/haproxy_global.php b/config/haproxy/haproxy_global.php index aa046544..b632c7cc 100755 --- a/config/haproxy/haproxy_global.php +++ b/config/haproxy/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/haproxy_listeners.php b/config/haproxy/haproxy_listeners.php index 1f6031c2..e1508d95 100755 --- a/config/haproxy/haproxy_listeners.php +++ b/config/haproxy/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/haproxy_listeners_edit.php b/config/haproxy/haproxy_listeners_edit.php index 1695b5d5..7ebbc701 100755 --- a/config/haproxy/haproxy_listeners_edit.php +++ b/config/haproxy/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/haproxy_pool_edit.php b/config/haproxy/haproxy_pool_edit.php index 4560bea2..4f2b5902 100755 --- a/config/haproxy/haproxy_pool_edit.php +++ b/config/haproxy/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/haproxy_pools.php b/config/haproxy/haproxy_pools.php index 52b7650d..6c2146a0 100755 --- a/config/haproxy/haproxy_pools.php +++ b/config/haproxy/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