Subject: CVS commit: src/usr.sbin/pkg_install
To: None <source-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 09/13/2003 05:48:51
Module Name:	src
Committed By:	jlam
Date:		Sat Sep 13 05:48:51 UTC 2003

Modified Files:
	src/usr.sbin/pkg_install/admin: main.c pkg_admin.1
	src/usr.sbin/pkg_install/lib: version.h

Log Message:
Update pkg_install to version 20030912.  Changes from 200230907 are
adding two new options to pkg_admin(1) to simply using this utility to
list the bare package names that match patterns when looking in PKG_DBDIR:

      -b      Print only the basenames when matching package names for
              lsall and lsbest.

      -d lsdir
              Set lsdir as the path to the directory in which to find
              matching package names for lsall and lsbest.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 src/usr.sbin/pkg_install/admin/main.c
cvs rdiff -r1.24 -r1.25 src/usr.sbin/pkg_install/admin/pkg_admin.1
cvs rdiff -r1.30 -r1.31 src/usr.sbin/pkg_install/lib/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.