Went ahead and fixed bug #301 (chown not working on symlinks)
authorJohn Beppu <beppu@lbox.org>
Sun, 23 Jan 2000 13:38:32 +0000 (13:38 -0000)
committerJohn Beppu <beppu@lbox.org>
Sun, 23 Jan 2000 13:38:32 +0000 (13:38 -0000)
commita4a8fd05f4512d9c7c195080d2ce9dd9a16c2908
tree32f74dbdc8a3ae0d01674fd24a8136571932896d
parent06936df16411fff0fdc338cae28385d66cabcef8
Went ahead and fixed bug #301 (chown not working on symlinks)

in fileAction(), I changed the chown() to lchown(); Hopefully, that
doesn't break anything.  (I don't think it does).

nested ?:?:?: madness in chmod_chown_chgrp.c
chmod_chown_chgrp.c