Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 03/03/1999 12:12:07
Module Name:	src
Committed By:	hubertf
Date:		Wed Mar  3 20:12:07 UTC 1999

Modified Files:
	src/usr.sbin/pkg_install/delete: perform.c
Log Message:
Back out last fix to remove knowledge about LogDir from require_delete(),
because it wasn't in LogDir when it was enterred. :-/

XXX A better fix to this would be to put this save-and-restore-CWD back
in and also add it to recurse_require_find() and require_find(), but
this is too much action for nothing now.