aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-07-01 06:13:51 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-07-01 06:13:51 +0000
commit55f4e300b4732b159aa3ba66cd55da83007037d8 (patch)
tree0cc0e0f80093897aed879fe8fe7163dd0e91818c /usr.sbin/pkg_install/create
parent66e39adc7cfc0f5a6e71b84a44956dddc3cb1e5a (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/create')
-rw-r--r--usr.sbin/pkg_install/create/pkg_create.114
1 files changed, 13 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1
index 1d838b83f730..d2ccdb755b7b 100644
--- a/usr.sbin/pkg_install/create/pkg_create.1
+++ b/usr.sbin/pkg_install/create/pkg_create.1
@@ -15,7 +15,7 @@
.\"
.\"
.\" @(#)pkg_create.1
-.\" $Id: pkg_create.1,v 1.19 1997/05/02 22:00:05 max Exp $
+.\" $Id: pkg_create.1,v 1.20 1997/06/19 15:18:29 jkh Exp $
.\"
.\" hacked up by John Kohl for NetBSD--fixed a few bugs, extended keywords,
.\" added dependency tracking, etc.
@@ -278,6 +278,18 @@ Format is the same as that used by the
command (well, considering that it's later handed off to it, that's
no surprise). Use without an arg to set back to default (extraction)
permissions.
+.It Cm @option Ar option
+Sets internal package options, the only two currently supported ones
+being
+.Ar extract-in-place ,
+which tells the pkg_add command not to extract the package's tarball
+into a staging area but rather directly into the target
+hierarchy (this is typically meant to be used only by distributions
+or other special package types), and
+.Ar preserve ,
+which tells pkg_add to move any existing files out of the way,
+preserving the previous contents (which are also resurrected on
+pkg_delete, so caveat emptor).
.It Cm @owner Ar user
Sets default ownership for all subsequently extracted files to
.Ar user .