Subject: CVS commit: pkgsrc/pkgtools/pkg_alternatives
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 01/25/2005 16:27:37
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Tue Jan 25 16:27:37 UTC 2005

Modified Files:
	pkgsrc/pkgtools/pkg_alternatives: Makefile
	pkgsrc/pkgtools/pkg_alternatives/files: pkg_alternatives.8
	    pkg_alternatives.sh
Added Files:
	pkgsrc/pkgtools/pkg_alternatives: DEINSTALL INSTALL

Log Message:
Update to 1.1:

- Add the destroy action, used to remove the alternatives database as well
  as any known wrappers.

- Use the rebuild/destroy actions at install/deinstall time respectively
  so that this package can be installed at any time and pick up automatically
  available alternatives from PKG_DBDIR.

Per suggestion from reed@ in tech-pkg@.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/pkgtools/pkg_alternatives/DEINSTALL \
    pkgsrc/pkgtools/pkg_alternatives/INSTALL
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/pkgtools/pkg_alternatives/Makefile
cvs rdiff -r1.1.1.1 -r1.2 \
    pkgsrc/pkgtools/pkg_alternatives/files/pkg_alternatives.8 \
    pkgsrc/pkgtools/pkg_alternatives/files/pkg_alternatives.sh

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