diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2014-02-14 14:13:20 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2014-02-14 14:13:20 +0000 |
commit | 35f4299f93d5b84c8baebaeefbac5ca72f3717a3 (patch) | |
tree | eb90fea7e4238d7b7802dc692e47a6f2845c02e0 /usr.sbin/pkg_add/pkg_add.1 | |
parent | 9dd77750ae8f0d08d88c1f2d2fe2370d9b25f7a4 (diff) |
INSTALL/DEINSTALL scripts are completely dead these days
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-rw-r--r-- | usr.sbin/pkg_add/pkg_add.1 | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1 index c2e64ddb68f..bc4de2931bd 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.124 2014/02/11 10:36:13 espie Exp $ +.\" $OpenBSD: pkg_add.1,v 1.125 2014/02/14 14:13:19 espie 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: February 11 2014 $ +.Dd $Mdocdate: February 14 2014 $ .Dt PKG_ADD 1 .Os .Sh NAME @@ -791,14 +791,3 @@ Initial design. .It "Marc Espie" Complete rewrite. .El -.Sh CAVEATS -Package extraction does need a temporary area that -can hold executable scripts. -.Pp -If -.Pa /var/tmp -is mounted noexec, you must currently set -.Ev PKG_TMPDIR -to a suitable area, as -.Nm -will refuse to install any package that contains executable scripts. |