summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pkg_add/pkg_add.112
-rw-r--r--usr.sbin/pkg_add/pkg_create.17
2 files changed, 17 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/pkg_add.1 b/usr.sbin/pkg_add/pkg_add.1
index 09c00f2d545..3b080c2dc4a 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.18 2004/10/11 13:10:25 espie Exp $
+.\" $OpenBSD: pkg_add.1,v 1.19 2004/10/18 14:37:20 espie Exp $
.\"
.\" FreeBSD install - a package for the installation and maintenance
.\" of non-core utilities.
@@ -28,6 +28,7 @@
.Op Fl aInv
.Op Fl A Ar arch
.Op Fl B Ar pkg-destdir
+.Op Fl Q Ar quick-destdir
.Op Fl f Ar keys
.Op Fl L Ar localbase
.Op Fl P Ar type
@@ -133,6 +134,15 @@ as current machine architecture for any package tests.
Set
.Ar pkg-destdir
as the prefix to prepend to any object extracted from the package.
+.It Fl Q Ar quick-destdir
+Quick and dirty installation under
+.Ar quick-destdir .
+Contrarily to
+.Fl B
+.Ar pkg-destdir ,
+symbolic links are resolved, and package installation stops at
+.Cm @endfake
+marker.
.It Fl f Ar keys
Force installation of the package.
.Ar keys
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1
index a63197a66b7..f64efeafdae 100644
--- a/usr.sbin/pkg_add/pkg_create.1
+++ b/usr.sbin/pkg_add/pkg_create.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_create.1,v 1.17 2004/10/13 18:44:09 espie Exp $
+.\" $OpenBSD: pkg_create.1,v 1.18 2004/10/18 14:37:20 espie Exp $
.\"
.\" FreeBSD install - a package for the installation and maintenance
.\" of non-core utilities.
@@ -261,6 +261,11 @@ List of architectures for which this package is intended.
Set the package current directory.
All subsequent filenames will be assumed relative to
.Ar pathname .
+.It Cm @endfake
+Mark end of packing-list for
+.Xr pkg_add 1
+.Fl Q
+option.
.It Cm @exec Ar command
Execute
.Ar command