diff options
author | 2014-02-14 14:13:19 +0000 | |
---|---|---|
committer | 2014-02-14 14:13:19 +0000 | |
commit | 77adeae8ed22acf37435833305faab259facb177 (patch) | |
tree | c12d012290b863187e59c1a0bc9a5d4b83dcba94 | |
parent | Make status-interval of zero work as indented. (diff) | |
download | wireguard-openbsd-77adeae8ed22acf37435833305faab259facb177.tar.xz wireguard-openbsd-77adeae8ed22acf37435833305faab259facb177.zip |
INSTALL/DEINSTALL scripts are completely dead these days
-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. |