|--==> "VK" == Valdis Kletnieks <Valdis.Kletnieks(a)vt.edu> writes:
VK> It wasn't the user/group that nailed me, it was the fact the files were
VK> mode 0600 rather than 0644 - so unreadable unless you were the owner...
Ah, OK. I've...
find ./ -type f -perm 0600 | xargs chmod 0644
...In my workspace. I'll do the same in the packages directory on
cvs.xemacs.org shortly.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|