Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 03/21/1999 21:02:41
Module Name:	src
Committed By:	hubertf
Date:		Mon Mar 22 05:02:41 UTC 1999

Modified Files:
	src/usr.sbin/pkg_install/add: main.c perform.c pkg_add.1
	src/usr.sbin/pkg_install/admin: main.c pkg_admin.1
	src/usr.sbin/pkg_install/create: create.h main.c perform.c pkg_create.1
	src/usr.sbin/pkg_install/delete: main.c perform.c pkg_delete.1
	src/usr.sbin/pkg_install/info: main.c perform.c pkg_info.1
	src/usr.sbin/pkg_install/lib: Makefile lib.h str.c
Added Files:
	src/usr.sbin/pkg_install/lib: lpkg.c
Log Message:
Replace static array of packages given to pkg_perform() with linear
list, using chopss' list functions (moved to lib/lpkg.c and
lib/lib.h).

Properly handle wildcards in arguments to "pkg_info", "pkg_delete" and
"pkg_admin check".

Some other minor cleanups.