Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/pkg_install/add Synch with reality (PKG_TMDIR defau...
details: https://anonhg.NetBSD.org/src/rev/46fd826472e6
branches: trunk
changeset: 534628:46fd826472e6
user: jschauma <jschauma%NetBSD.org@localhost>
date: Wed Jul 31 01:39:40 2002 +0000
description:
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.
diffstat:
usr.sbin/pkg_install/add/pkg_add.1 | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r cf9406eab896 -r 46fd826472e6 usr.sbin/pkg_install/add/pkg_add.1
--- a/usr.sbin/pkg_install/add/pkg_add.1 Wed Jul 31 01:29:37 2002 +0000
+++ b/usr.sbin/pkg_install/add/pkg_add.1 Wed Jul 31 01:39:40 2002 +0000
@@ -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
.\" of non-core utilities.
@@ -242,7 +242,7 @@
.Sh TECHNICAL DETAILS
.Nm
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
of the package:
.Bl -enum -offset indent
@@ -288,7 +288,7 @@
.Cm @option extract-in-place ,
which causes the package to be extracted directly into its
prefix directory rather than moving it through a staging area in
-.Pa /tmp .
+.Pa /var/tmp .
.It
If
.Cm @option extract-in-place
@@ -420,7 +420,7 @@
Where to register packages instead of
.Pa /var/db/pkg .
.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
space when installing a binary package.
.Sh EXAMPLES
Home |
Main Index |
Thread Index |
Old Index