summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_add/pkg_add.1
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2019-07-04 15:25:16 +0000
committertb <tb@openbsd.org>2019-07-04 15:25:16 +0000
commit4c6ebb50c24185f3a2adc66781ced958d6f22405 (patch)
tree9460f38c96bf2dbcd8faf225d8e1c7bc30c64e8c /usr.sbin/pkg_add/pkg_add.1
parentget vartmp to point to /tmp (diff)
downloadwireguard-openbsd-4c6ebb50c24185f3a2adc66781ced958d6f22405.tar.xz
wireguard-openbsd-4c6ebb50c24185f3a2adc66781ced958d6f22405.zip
PKG_TMPDIR now defaults to /tmp instead of /var/tmp
Diffstat (limited to 'usr.sbin/pkg_add/pkg_add.1')
-rw-r--r--usr.sbin/pkg_add/pkg_add.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1
index 83860914520..6b2d1a16ebb 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.158 2019/04/19 19:50:53 espie Exp $
+.\" $OpenBSD: pkg_add.1,v 1.159 2019/07/04 15:25:16 tb 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: April 19 2019 $
+.Dd $Mdocdate: July 4 2019 $
.Dt PKG_ADD 1
.Os
.Sh NAME
@@ -569,7 +569,7 @@ extracts the package's
.Dq packing information
(the packing-list, description, and installation/deinstallation scripts)
into a special staging directory in
-.Pa /var/tmp
+.Pa /tmp
(or
.Ev PKG_TMPDIR
if set)
@@ -799,7 +799,7 @@ Special sequences
will be expanded.
.It Ev PKG_TMPDIR
Temporary area where package information files will be extracted, instead of
-.Pa /var/tmp .
+.Pa /tmp .
.It Ev TRUSTED_PKG_PATH
Same semantics as
.Ev PKG_PATH ,