]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(xstat): New global.
authorJim Meyering <jim@meyering.net>
Sun, 7 Nov 1999 20:18:11 +0000 (20:18 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 Nov 1999 20:18:11 +0000 (20:18 +0000)
commit717d76cf4bc17183413c2b8bc4ee3f97b1da520e
tree90062cc6bd8b689a185b1ad443352ab2e19bec9f
parent8bc2ecda801d0f421a415ef28dbdf275784e3115
(xstat): New global.
(main): Define it.
(change_file_group): Use it.  Before this change, when running chgrp
on a symlink without --dereference (-h) and when the requested group
is the same as the group for the *symlink*, chgrp would do nothing.
Now it changes the group of the file referenced through the symlink.
Reported by Martin Mitchell.
src/chgrp.c