Subject: CVS commit: basesrc/usr.sbin/pkg_install
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 04/02/2002 18:08:35
Module Name:	basesrc
Committed By:	agc
Date:		Tue Apr  2 15:08:35 UTC 2002

Modified Files:
	basesrc/usr.sbin/pkg_install/add: perform.c
	basesrc/usr.sbin/pkg_install/lib: version.h

Log Message:
Check the return code from the second invocation of installprereq(), to
make sure that a failed installation of a rpe-requisite package kills
the attempt to add the package. This reverts pkg_add(1) to traditional
behaviour.

Bump version number accordingly.


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 basesrc/usr.sbin/pkg_install/add/perform.c
cvs rdiff -r1.12 -r1.13 basesrc/usr.sbin/pkg_install/lib/version.h

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