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-legacy/haproxy.inc | 2 +- config/haproxy-legacy/haproxy.xml | 18 +++++++++--------- config/haproxy-legacy/haproxy_frontends.php | 2 +- config/haproxy-legacy/haproxy_frontends_edit.php | 2 +- config/haproxy-legacy/haproxy_global.php | 2 +- config/haproxy-legacy/haproxy_servers.php | 2 +- config/haproxy-legacy/haproxy_servers_edit.php | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) (limited to 'config/haproxy-legacy') diff --git a/config/haproxy-legacy/haproxy.inc b/config/haproxy-legacy/haproxy.inc index 47dc5474..9f4b4ba6 100644 --- a/config/haproxy-legacy/haproxy.inc +++ b/config/haproxy-legacy/haproxy.inc @@ -308,7 +308,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-legacy/haproxy.xml b/config/haproxy-legacy/haproxy.xml index 5706f3c7..8892c77c 100644 --- a/config/haproxy-legacy/haproxy.xml +++ b/config/haproxy-legacy/haproxy.xml @@ -62,42 +62,42 @@ /usr/local/pkg/ 077 - http://www.pfsense.com/packages/config/haproxy-legacy/haproxy.inc + https://packages.pfsense.org/packages/config/haproxy-legacy/haproxy.inc /usr/local/pkg/ 077 - http://www.pfsense.com/packages/config/haproxy-legacy/haproxy_sync.xml + https://packages.pfsense.org/packages/config/haproxy-legacy/haproxy_sync.xml /usr/local/www/ 077 - http://www.pfsense.com/packages/config/haproxy-legacy/haproxy_frontends.php + https://packages.pfsense.org/packages/config/haproxy-legacy/haproxy_frontends.php /usr/local/www/ 077 - http://www.pfsense.com/packages/config/haproxy-legacy/haproxy_frontends_edit.php + https://packages.pfsense.org/packages/config/haproxy-legacy/haproxy_frontends_edit.php /usr/local/www/ 077 - http://www.pfsense.com/packages/config/haproxy-legacy/haproxy_global.php + https://packages.pfsense.org/packages/config/haproxy-legacy/haproxy_global.php /usr/local/www/ 077 - http://www.pfsense.com/packages/config/haproxy-legacy/haproxy_servers.php + https://packages.pfsense.org/packages/config/haproxy-legacy/haproxy_servers.php /usr/local/www/ 077 - http://www.pfsense.com/packages/config/haproxy-legacy/haproxy_servers_edit.php + https://packages.pfsense.org/packages/config/haproxy-legacy/haproxy_servers_edit.php /usr/local/www/shortcuts/ 0755 - http://www.pfsense.org/packages/config/haproxy-legacy/pkg_haproxy.inc + https://packages.pfsense.org/packages/config/haproxy-legacy/pkg_haproxy.inc @@ -110,7 +110,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-legacy/binaries{$freebsdv}/haproxy`; + `fetch -q -o /usr/local/sbin/ https://packages.pfsense.org/packages/config/haproxy-legacy/binaries{$freebsdv}/haproxy`; exec("chmod a+rx /usr/local/sbin/haproxy"); */ haproxy_custom_php_install_command(); diff --git a/config/haproxy-legacy/haproxy_frontends.php b/config/haproxy-legacy/haproxy_frontends.php index e97fbc7b..3b865ae3 100755 --- a/config/haproxy-legacy/haproxy_frontends.php +++ b/config/haproxy-legacy/haproxy_frontends.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-legacy/haproxy_frontends_edit.php b/config/haproxy-legacy/haproxy_frontends_edit.php index 99391fe9..61577a4a 100755 --- a/config/haproxy-legacy/haproxy_frontends_edit.php +++ b/config/haproxy-legacy/haproxy_frontends_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_frontends_edit.php - part of pfSense (http://www.pfsense.com/) + part of pfSense (https://www.pfsense.org/) Copyright (C) 2013 Marcello Coutinho Copyright (C) 2009 Scott Ullrich Copyright (C) 2008 Remco Hoef diff --git a/config/haproxy-legacy/haproxy_global.php b/config/haproxy-legacy/haproxy_global.php index f47ada8b..f88f1cc5 100755 --- a/config/haproxy-legacy/haproxy_global.php +++ b/config/haproxy-legacy/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) 2013 Marcello Coutinho Copyright (C) 2009 Scott Ullrich Copyright (C) 2008 Remco Hoef diff --git a/config/haproxy-legacy/haproxy_servers.php b/config/haproxy-legacy/haproxy_servers.php index b8f58b73..5d7fbcdd 100755 --- a/config/haproxy-legacy/haproxy_servers.php +++ b/config/haproxy-legacy/haproxy_servers.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_servers.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-legacy/haproxy_servers_edit.php b/config/haproxy-legacy/haproxy_servers_edit.php index 4a8072b3..9f1eb147 100755 --- a/config/haproxy-legacy/haproxy_servers_edit.php +++ b/config/haproxy-legacy/haproxy_servers_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_servers_edit.php - part of pfSense (http://www.pfsense.com/) + part of pfSense (https://www.pfsense.org/) Copyright (C) 2013 Marcello Coutinho Copyright (C) 2009 Scott Ullrich Copyright (C) 2008 Remco Hoef -- cgit v1.2.3