jkh 1998/10/08 17:01:17 PDT
Modified files:
usr.sbin/pkg_install/lib file.c
Log:
Use lstat() rather than stat in determining whether a file exists,
otherwise we'll miss the "symlink exists but points nowhere" case.
Submitted by: asami and/or possibly <ru@ucb.crimea.ua>
Revision Changes Path
1.33 +2 -2 src/usr.sbin/pkg_install/lib/file.c