svn commit: r50961 - head/share/tools/mirror-status

Wolfram Schneider <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: wosch
Date: Fri Sep 29 09:58:05 2017
New Revision: 50961
URL: https://svnweb.freebsd.org/changeset/doc/50961

Log:
  switch to HTTPS

Modified:
  head/share/tools/mirror-status/mirror-status

Modified: head/share/tools/mirror-status/mirror-status
==============================================================================
--- head/share/tools/mirror-status/mirror-status	Fri Sep 29 09:54:04 2017	(r50960)
+++ head/share/tools/mirror-status/mirror-status	Fri Sep 29 09:58:05 2017	(r50961)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 #
-# Copyright (c) May 2001-2003 Wolfram Schneider <[email protected]>
+# Copyright (c) May 2001-2017 Wolfram Schneider <[email protected]>
 # All rights reserved.
 # 
 # Redistribution and use in source and binary forms, with or without
@@ -24,10 +24,9 @@
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.
 # 
-# $Id: mirror-status,v 1.1 2003-03-11 14:46:00 wosch Exp $
-# 
 # mirror-status - check if the FreeBSD web mirrors are up-to-date
 #
+# $FreeBSD$
 
 
 use strict;
@@ -39,7 +38,7 @@ use Digest::MD5 qw(md5 md5_hex md5_base64);
 # Configuration
 #
 my $timeout = 2 * 10;
-my $url = 'http://www.freebsd.org/';  # Web master server
+my $url = 'https://www.freebsd.org/';  # Web master server
 
 
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.