Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Eric Haszlakiewicz <erh@netbsd.org>
List: source-changes
Date: 11/07/1998 01:36:54
Module Name:	src
Committed By:	erh
Date:		Sat Nov  7 09:36:54 UTC 1998

Added Files:
	src/lib: checkver checkvers
Log Message:
Add scripts to find any installed libraries whose version is greater than the source version (major, minor).  "checkver" actually does this check.  "checkvers" find all libraries (actually all shlib_version files) below the current directory and runs the checkver script for each one.