diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-11-17 23:03:38 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-11-17 23:03:38 +0000 |
commit | f7585381af20c46aeae13990906a1fc765c6405f (patch) | |
tree | dfa0df61cc28858334ecf8c414b43775c7ed88f6 /usr.sbin/pkg_add/pkg_add.1 | |
parent | e9e295a2c2db986960be5b27d0f7e336083f9d75 (diff) |
CAVEATS was removed (no more INSTALL/DEINSTALL scripts, so it's OK for
PKG_TMPDIR to be on a fs mounted with noexec); remove a reference to CAVEATS
from the section talking about PKG_TMPDIR. ok espie@
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index 3ad23d5afe3..edc10d4de52 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.128 2014/09/08 01:27:55 schwarze Exp $ +.\" $OpenBSD: pkg_add.1,v 1.129 2014/11/17 23:03:37 sthen 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: September 8 2014 $ +.Dd $Mdocdate: November 17 2014 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -533,9 +533,7 @@ into a special staging directory in .Pa /var/tmp (or .Ev PKG_TMPDIR -if set \- see -.Sx CAVEATS , -below) +if set) and then runs through the following sequence to fully extract the contents of the package: .Bl -enum |