Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 10/09/1998 04:05:59
Module Name:	src
Committed By:	agc
Date:		Fri Oct  9 11:05:59 UTC 1998

Modified Files:
	src/usr.sbin/pkg_install/info: show.c
Log Message:
Make pkg_info a tad more extensible by using a table to hold the strings
to be printed. Also, don't error out if any unexpected input is read -
just log the error, and keep on going.
Fix a slight bug along the way - if there was an @option in the package,
then pkg_info would die.