summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create/pkg_create.1
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>1997-10-16 00:50:20 +0000
committerhubertf <hubertf@NetBSD.org>1997-10-16 00:50:20 +0000
commit508ee08a3437c4e7d719a2bdcede65bf82af1830 (patch)
treec6b9b663df9bc38110d31d2e0b5c228942535465 /usr.sbin/pkg_install/create/pkg_create.1
parenta35a2a56e452797b0a27b6a9675750f96ce37a72 (diff)
Second part of intrgration of FreeBSD pkg_install as of 971013.
This patch adds @option preserve and handling for -s (SrcDir) option.
Diffstat (limited to 'usr.sbin/pkg_install/create/pkg_create.1')
-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 520a4bc71a7..20e8b367a46 100644
--- a/usr.sbin/pkg_install/create/pkg_create.1
+++ b/usr.sbin/pkg_install/create/pkg_create.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_create.1,v 1.5 1997/10/16 00:31:56 hubertf Exp $
+.\" $NetBSD: pkg_create.1,v 1.6 1997/10/16 00:50:37 hubertf Exp $
.\"
.\" FreeBSD install - a package for the installation and maintainance
.\" of non-core utilities.
@@ -268,6 +268,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
+Set 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
Set default ownership for all subsequently extracted files to
.Ar user .