Subject: Re: CVS commit: src
To: None <erh@netbsd.org>
From: Simon Burge <simonb@telstra.com.au>
List: source-changes
Date: 11/08/1998 01:31:08
On Sat, 7 Nov 1998 01:36:54 -0800 (PST)  Eric Haszlakiewicz wrote:

> 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.

It may or may not be worth folding in some work I started to cross
check what's on the distrib lists as well.  There's a quick hack in
cvs.netbsd.org:~simonb/LOOKFORVERSIONS that almost works.

Simon.