diff options
author | jmg <jmg@FreeBSD.org> | 2015-02-10 23:18:36 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2015-02-10 23:18:36 +0000 |
commit | ec251161756bd5158cac2255b312492788a99903 (patch) | |
tree | 4a82eb91e4cf7dd8b8221a04f98b7ea3b600c699 /games | |
parent | df0a7dd1f8b9b3fb42ee5a54257202c9549aa9ba (diff) | |
download | FreeBSD-src-ec251161756bd5158cac2255b312492788a99903.zip FreeBSD-src-ec251161756bd5158cac2255b312492788a99903.tar.gz |
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..
Diffstat (limited to 'games')
-rw-r--r-- | games/fortune/datfiles/freebsd-tips | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index b984d10..f3406a2 100644 --- a/games/fortune/datfiles/freebsd-tips +++ b/games/fortune/datfiles/freebsd-tips @@ -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 |