Subject: CVS commit: basesrc/usr.sbin/pkg_install/admin
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 08/04/2002 23:50:56
Module Name:	basesrc
Committed By:	hubertf
Date:		Sun Aug  4 20:50:56 UTC 2002

Modified Files:
	basesrc/usr.sbin/pkg_install/admin: main.c pkg_admin.1

Log Message:
Add 'pmatch' keyword: pkg_admin pmatch pattern pkg

Will return true if 'pkg' matches 'pattern', false else.
Provides a command line interface to the pmatch() C function
to be used from shell scripts etc.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 basesrc/usr.sbin/pkg_install/admin/main.c
cvs rdiff -r1.16 -r1.17 basesrc/usr.sbin/pkg_install/admin/pkg_admin.1

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