Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2015 23:18:37 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278543 - head/games/fortune/datfiles
Message-ID:  <201502102318.t1ANIb2N085219@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmg
Date: Tue Feb 10 23:18:36 2015
New Revision: 278543
URL: https://svnweb.freebsd.org/changeset/base/278543

Log:
  fetch has supported https for a while..
  
  I would convert the url to https, but we still don't install a CA set
  by default...  we even don't install the CA that authenticates
  www.FreeBSD.org..

Modified:
  head/games/fortune/datfiles/freebsd-tips

Modified: head/games/fortune/datfiles/freebsd-tips
==============================================================================
--- head/games/fortune/datfiles/freebsd-tips	Tue Feb 10 22:29:07 2015	(r278542)
+++ head/games/fortune/datfiles/freebsd-tips	Tue Feb 10 23:18:36 2015	(r278543)
@@ -443,7 +443,7 @@ on this system.  Example entries are in
 %
 You can use "pkg info" to see a list of packages you have installed.
 %
-You can use the 'fetch' command to retrieve files over ftp or http.
+You can use the 'fetch' command to retrieve files over ftp, http or https.
 
 	 fetch http://www.FreeBSD.org/index.html
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502102318.t1ANIb2N085219>