Subject: CVS commit: src/etc
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/12/2004 02:30:23
Module Name:	src
Committed By:	lukem
Date:		Thu Aug 12 02:30:23 UTC 2004

Modified Files:
	src/etc: postinstall

Log Message:
* Implement obsolete_paths() to obsolete the paths provided on stdin.
  (based on the guts of do_obsolete().
* Implement obsolete_libs() to print a list of obsolete minor/teeny
  shared libraries in the provided directory.
  The implementation supports removing old major libraries similar to
  src/lib/checkoldvers (except this correctly matches more stuff), but
  there's no way to enable that at this time.
* do_rc(): convert to obsolete_paths() to remove old rc.d scripts.
* do_obsolete(): convert to obsolete_paths().  add obsolete_libs() for
  /lib and /usr/lib to remove old minor/teeny shared libraries.
* Clean up the usage.


To generate a diff of this commit:
cvs rdiff -r1.78 -r1.79 src/etc/postinstall

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