diff options
author | 2017-05-13 14:38:28 +0000 | |
---|---|---|
committer | 2017-05-13 14:38:28 +0000 | |
commit | 5b886b2d2d3a998059b936dd4b4c93438b6b85fa (patch) | |
tree | bb900c8f57abe841e44c8b5d0a7699a40b302419 | |
parent | Handle drive strength. (diff) | |
download | wireguard-openbsd-5b886b2d2d3a998059b936dd4b4c93438b6b85fa.tar.xz wireguard-openbsd-5b886b2d2d3a998059b936dd4b4c93438b6b85fa.zip |
No more CD releases, and advertise HTTP rather than FTP for packages.
Patch from <Timo dot Myyra at wickedbsd dot net>.
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 85cc7a172f7..9ee8707eb0c 100644 --- a/usr.sbin/pkg_add/pkg_add.1 +++ b/usr.sbin/pkg_add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_add.1,v 1.146 2017/03/26 13:35:45 jmc Exp $ +.\" $OpenBSD: pkg_add.1,v 1.147 2017/05/13 14:38:28 schwarze Exp $ .\" .\" Documentation and design originally from FreeBSD. All the code has .\" been rewritten since. We keep the documentation's notice: @@ -15,7 +15,7 @@ .\" Jordan K. Hubbard .\" .\" -.Dd $Mdocdate: March 26 2017 $ +.Dd $Mdocdate: May 13 2017 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -42,11 +42,7 @@ with the command. Packages containing pre-compiled applications from the .Pa /usr/ports -tree can be found on the -.Ox -FTP site or on the official -.Ox -CD. +tree can be found on the official HTTP mirrors. .Bd -filled -offset indent .Em Note : System distribution files, e.g., base58.tgz, comp58.tgz, are |