Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/23/1998 03:50:01
agc
Thu Apr 23 03:40:04 PDT 1998
Update of /cvsroot/src/usr.sbin/pkg_install/lib
In directory nb00:/tmp/cvs-serv23958

Modified Files:
	file.c 
Log Message:
In isdir() function, use lstat(2) instead of stat(2), so that we do
not traverse through any symbolic link.  This fix means that packages
which make symbolic links to directories can now be de-installed.