Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.sbin/pkg_install/create Pull up revision 1.22 (requ...



details:   https://anonhg.NetBSD.org/src/rev/ed8e8a2e8402
branches:  netbsd-1-4
changeset: 470240:ed8e8a2e8402
user:      he <he%NetBSD.org@localhost>
date:      Mon Jan 31 21:04:59 2000 +0000

description:
Pull up revision 1.22 (requested by hubertf):
  Implement FTP wildcard depends, to give NetBSD full wildcard support
  not only in pkgsrc but also for binary packages installed from
  local disk or via FTP.

diffstat:

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

diffs (25 lines):

diff -r d7da13fa79b5 -r ed8e8a2e8402 usr.sbin/pkg_install/create/pkg_create.1
--- a/usr.sbin/pkg_install/create/pkg_create.1  Mon Jan 31 21:00:05 2000 +0000
+++ b/usr.sbin/pkg_install/create/pkg_create.1  Mon Jan 31 21:04:59 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pkg_create.1,v 1.16.2.2 1999/12/20 15:35:00 he Exp $
+.\" $NetBSD: pkg_create.1,v 1.16.2.3 2000/01/31 21:04:59 he Exp $
 .\"
 .\" FreeBSD install - a package for the installation and maintainance
 .\" of non-core utilities.
@@ -122,12 +122,12 @@
 and is meant as a convenient shorthand for specifying multiple
 .Cm @pkgcfl
 directives in the packing list (see PACKING LIST DETAILS section below).
+.It Fl D Ar displayfile
+Display the file after installing the package. Useful for things like
+legal notices on almost-free software, etc.
 .It Fl L Ar SrcDir
 This sets the package's @src directive; see below for a description
 of what this does.
-.It Fl D Ar displayfile
-Display the file after installing the package. Useful for things like
-legal notices on almost-free software, etc.
 .It Fl O
 Go into a `packing list Only' mode.
 This is used to do `fake pkg_add' operations when a package is installed.



Home | Main Index | Thread Index | Old Index