Ruslan Ermilov 01b4e93eff Fixed the bug from the previous revision.
``chown -h owner symlink'' did not set the symlink's owner
if the file the symlink points to already had that owner:

# ls -l alink afile
-rw-r--r--  1 nobody  ru  0 May 31 14:14 afile
lrwxr-xr-x  1 root    ru  5 May 31 14:14 alink -> afile
# ./chown -h -v nobody alink
# ls -l alink afile
-rw-r--r--  1 nobody  ru  0 May 31 14:14 afile
lrwxr-xr-x  1 root    ru  5 May 31 14:14 alink -> afile

Similarly for chgrp(1) and chmod(1).
2001-05-31 11:47:20 +00:00
..
2000-12-15 17:37:31 +00:00
2001-05-25 07:32:58 +00:00
2001-03-27 10:03:10 +00:00
2001-05-20 04:37:28 +00:00
2001-05-30 03:25:45 +00:00
2001-05-30 03:27:07 +00:00
2001-05-30 03:28:29 +00:00
2001-03-27 10:03:10 +00:00
2001-05-24 03:52:32 +00:00
2001-03-19 18:09:56 +00:00
1999-08-27 23:15:48 +00:00