Subject: CVS commit: src/usr.sbin/pkg_install
To: None <source-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 09/14/2003 04:58:32
Module Name:	src
Committed By:	jlam
Date:		Sun Sep 14 04:58:31 UTC 2003

Modified Files:
	src/usr.sbin/pkg_install/delete: perform.c
	src/usr.sbin/pkg_install/lib: version.h

Log Message:
Update pkg_install to 20030914.  Changes from version 20030913 are
ensuring that recursive pkg_delete'ing works by using the correct
pkg_dbdir to find packages.  This fixes recursive deleting if the
-K flag is passed to pkg_delete(1), and the named dbdir differs from
the default dbdir (/var/db/pkg).


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/usr.sbin/pkg_install/delete/perform.c
cvs rdiff -r1.32 -r1.33 src/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.