Author: eadler Date: Mon Mar 19 03:19:29 2018 New Revision: 331162 URL: https://svnweb.freebsd.org/changeset/base/331162
Log: MFC r325091: Prefer using https over http Modified: stable/11/usr.bin/fortune/datfiles/freebsd-tips Directory Properties: stable/11/ (props changed) Modified: stable/11/usr.bin/fortune/datfiles/freebsd-tips ============================================================================== --- stable/11/usr.bin/fortune/datfiles/freebsd-tips Mon Mar 19 03:15:33 2018 (r331161) +++ stable/11/usr.bin/fortune/datfiles/freebsd-tips Mon Mar 19 03:19:29 2018 (r331162) @@ -68,7 +68,7 @@ If you need a reminder to leave your terminal, type "l % If you need to ask a question on the FreeBSD-questions mailing list then - http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/\ + https://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/\ freebsd-questions/index.html contains lots of useful advice to help you get the best results. @@ -99,7 +99,7 @@ environment variable in order to make cdcontrol want t If you'd like to keep track of applications in the FreeBSD ports tree, take a look at FreshPorts; - http://www.freshports.org/ + https://www.freshports.org/ % In order to make fetch (the FreeBSD downloading tool) ask for username/password when it encounters a password-protected web page, you can set @@ -445,7 +445,7 @@ You can use "pkg info" to see a list of packages you h % You can use the 'fetch' command to retrieve files over ftp, http or https. - fetch http://www.FreeBSD.org/index.html + fetch https://www.FreeBSD.org/index.html will download the front page of the FreeBSD web site. % _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
