Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 10/01/1998 14:16:27
Module Name:	src
Committed By:	hubertf
Date:		Thu Oct  1 21:16:27 UTC 1998

Modified Files:
	src/usr.sbin/pkg_install/add: perform.c
	src/usr.sbin/pkg_install/lib: file.c lib.h pen.c
Log Message:
In an ideal world, make_playpen() and leave_playpen() would maintain
a stack of directories, we'll do with a save/restore_dirs cludge for
now. => Fixes the bug I mentioned yesterday that shows when one pkg
installs another (depending) pkg via FTP.

Fixed another bug with extract-in-place when the destination dir is
already there.