diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-05-13 14:38:29 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-05-13 14:38:29 +0000 |
commit | b074a2bedb43c6798a3272d55d390bb2343b3dd5 (patch) | |
tree | 2d68266b55e9351dc58c949388a0a3e7c93ad97d /usr.sbin/pkg_add/pkg_add.1 | |
parent | 8b025b72e3469e3a12cab242169d80dbffe4768f (diff) |
No more CD releases, and advertise HTTP rather than FTP for packages.
Patch from <Timo dot Myyra at wickedbsd dot net>.
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-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 |