Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/usr.sbin/pkg_install/create Pull up revisions 1.28-1.31...



details:   https://anonhg.NetBSD.org/src/rev/4198d806be4e
branches:  netbsd-1-5
changeset: 492834:4198d806be4e
user:      he <he%NetBSD.org@localhost>
date:      Sat Feb 23 18:05:44 2002 +0000

description:
Pull up revisions 1.28-1.31 (requested by seb):
  Synchronize with recent developments:
   o Add ``-U'' and ``-I'' options
   o Various internal cleanups, bugfixes, and API tweaks

diffstat:

 usr.sbin/pkg_install/create/pkg_create.1 |  15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diffs (63 lines):

diff -r f069b0f2b0fc -r 4198d806be4e usr.sbin/pkg_install/create/pkg_create.1
--- a/usr.sbin/pkg_install/create/pkg_create.1  Sat Feb 23 18:05:01 2002 +0000
+++ b/usr.sbin/pkg_install/create/pkg_create.1  Sat Feb 23 18:05:44 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_create.1,v 1.23.4.2 2001/05/01 10:55:25 he Exp $
+.\" $NetBSD: pkg_create.1,v 1.23.4.3 2002/02/23 18:05:44 he Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintainance
 .\" of non-core utilities.
@@ -25,14 +25,14 @@
 .\" better integration with FreeBSD's new ports collection.
 .\"
 .Dd April 21, 1995
-.Dt pkg_create 1
+.Dt PKG_CREATE 1
 .Os
 .Sh NAME
 .Nm pkg_create
 .Nd a utility for creating software package distributions
 .Sh SYNOPSIS
 .Nm
-.Op Fl hlORVv
+.Op Fl hlORUVv
 .Bk -words
 .Op Fl B Ar build-info-file
 .Ek
@@ -58,6 +58,9 @@
 .Op Fl i Ar iscript
 .Ek
 .Bk -words
+.Op Fl I Ar realprefix
+.Ek
+.Bk -words
 .Op Fl k Ar dscript
 .Ek
 .Bk -words
@@ -161,6 +164,9 @@
 .It Fl h
 Force tar to follow symbolic links, so that the files they point to
 are dumped, rather than the links themselves.
+.It Fl I Ar realprefix
+Provide the real prefix, as opposed to the staging prefix, for use in
+staged installations of packages.
 .It Fl i Ar iscript
 Set
 .Ar iscript
@@ -257,6 +263,8 @@
 for
 .Xr mktemp 3
 to fill in with a unique ID.
+.It Fl U
+Do not update the package file database with any file information.
 .It Fl V
 Print version number and exit.
 .It Fl v
@@ -276,7 +284,6 @@
 .Fl -help
 flag) for further information on using this flag.
 .El
-.Pp
 .Sh PACKING LIST DETAILS
 The ``packing list'' format (see
 .Fl f )



Home | Main Index | Thread Index | Old Index