From 4c6ebb50c24185f3a2adc66781ced958d6f22405 Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 4 Jul 2019 15:25:16 +0000 Subject: PKG_TMPDIR now defaults to /tmp instead of /var/tmp --- usr.sbin/pkg_add/pkg_add.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/pkg_add/pkg_add.1') 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 , -- cgit v1.2.3-59-g8ed1b