From 89c03f11528a54508e4e0f03e7e84032f9407581 Mon Sep 17 00:00:00 2001 From: Gavin Atkinson Date: Sat, 8 Nov 2014 19:38:17 +0000 Subject: [PATCH] Blindly switch all http://*.freebsd.org to https in man.cgi. --- en_US.ISO8859-1/htdocs/cgi/man.cgi | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/en_US.ISO8859-1/htdocs/cgi/man.cgi b/en_US.ISO8859-1/htdocs/cgi/man.cgi index 9d4183010d..824128ee07 100755 --- a/en_US.ISO8859-1/htdocs/cgi/man.cgi +++ b/en_US.ISO8859-1/htdocs/cgi/man.cgi @@ -52,7 +52,7 @@ alarm(10); $debug = 2; $www{'title'} = 'FreeBSD Man Pages'; -$www{'home'} = 'http://www.FreeBSD.org'; +$www{'home'} = 'https://www.FreeBSD.org'; $www{'head'} = $www{'title'}; #$command{'man'} = '/usr/bin/man'; # 8Bit clean man @@ -790,7 +790,7 @@ $sections = join( "|", @sections ); # sections regexp $mailto = 'wosch@FreeBSD.org'; $mailtoURL = 'http://wolfram.schneider.org'; $mailtoURL = "mailto:$mailto" if !$mailtoURL; -$full_url = 'http://www.freebsd.org/cgi/man.cgi'; +$full_url = 'https://www.freebsd.org/cgi/man.cgi'; $want_to_link_to_this_page = 1; &secure_env; @@ -828,8 +828,8 @@ sub html_header { my $html_meta = q| - - + +