diff options
author | 2003-11-06 18:20:04 +0000 | |
---|---|---|
committer | 2003-11-06 18:20:04 +0000 | |
commit | 013c217fe7a77309e70d4c38aee4071336b046c1 (patch) | |
tree | d7c5923f6aab0ccc699a50d2e01cb78a6b22e283 | |
parent | ... pkg_add obviously much happier with borked_package... (diff) | |
download | wireguard-openbsd-013c217fe7a77309e70d4c38aee4071336b046c1.tar.xz wireguard-openbsd-013c217fe7a77309e70d4c38aee4071336b046c1.zip |
Tell people to set PKG_PATH for pkg_add - to handle dependencies.
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 03c4a239c32..633145ce1b9 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.2 2003/10/26 10:33:24 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.3 2003/11/06 18:20:04 espie Exp $ .\" .\" FreeBSD install - a package for the installation and maintenance .\" of non-core utilities. @@ -76,7 +76,11 @@ as a package name causes to read from the standard input. .Pp Alternatively, it is possible to add packages interactively from within -the ftp client. +the ftp client, +in which case setting +.Ev PKG_PATH +correctly will be necessary for any dependency to be found out and retrieved +the same way. For example, the following works: .Bd -literal $ ftp ftp://ftp.openbsd.org/pub/OpenBSD/2.7/packages/i386/ |