Subject: CVS commit: basesrc/usr.sbin/pkg_install
To: None <source-changes@netbsd.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: source-changes
Date: 11/24/2002 00:31:20
Module Name: basesrc
Committed By: jschauma
Date: Sat Nov 23 22:31:19 UTC 2002
Modified Files:
basesrc/usr.sbin/pkg_install/delete: perform.c
basesrc/usr.sbin/pkg_install/lib: version.h
Log Message:
Do not abort incomplete deletion if the cwd was removed. Instead, warn,
stay in no-longer existing dir and continue with removal of db-files;
otherwise, the packages contents would be removed, but the package not
uninstalled. Pointed out by Grant in PR pkg/18384. OK'd by hubertf.
To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 basesrc/usr.sbin/pkg_install/delete/perform.c
cvs rdiff -r1.18 -r1.19 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.