Synch with reality (PKG_TMDIR defaults to /var/tmp (first)).

Pointed out by franklin at elfie dot org in PR pkg/17760,
discussed on packages@, approved by hubertf.
This commit is contained in:
jschauma 2002-07-31 01:39:40 +00:00
parent ef920a0913
commit a82bd2c37e

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pkg_add.1,v 1.33 2002/02/08 01:38:52 ross Exp $ .\" $NetBSD: pkg_add.1,v 1.34 2002/07/31 01:39:40 jschauma Exp $
.\" .\"
.\" FreeBSD install - a package for the installation and maintainance .\" FreeBSD install - a package for the installation and maintainance
.\" of non-core utilities. .\" of non-core utilities.
@ -242,7 +242,7 @@ ftp.
.Sh TECHNICAL DETAILS .Sh TECHNICAL DETAILS
.Nm .Nm
extracts each package's "packing list" extracts each package's "packing list"
into a special staging directory in /tmp (or $PKG_TMPDIR if set) into a special staging directory in /var/tmp (or $PKG_TMPDIR if set)
and then runs through the following sequence to fully extract the contents and then runs through the following sequence to fully extract the contents
of the package: of the package:
.Bl -enum -offset indent .Bl -enum -offset indent
@ -288,7 +288,7 @@ The only currently implemented option is
.Cm @option extract-in-place , .Cm @option extract-in-place ,
which causes the package to be extracted directly into its which causes the package to be extracted directly into its
prefix directory rather than moving it through a staging area in prefix directory rather than moving it through a staging area in
.Pa /tmp . .Pa /var/tmp .
.It .It
If If
.Cm @option extract-in-place .Cm @option extract-in-place
@ -420,7 +420,7 @@ period. FTP URLs may not end with a slash.
Where to register packages instead of Where to register packages instead of
.Pa /var/db/pkg . .Pa /var/db/pkg .
.Ss PKG_TMPDIR .Ss PKG_TMPDIR
Staging directory for installing packages, defaults to /tmp. Staging directory for installing packages, defaults to /var/tmp.
Set to directory with lots of free disk if you run out of Set to directory with lots of free disk if you run out of
space when installing a binary package. space when installing a binary package.
.Sh EXAMPLES .Sh EXAMPLES