diff options
author | Jim Meyering <jim@meyering.net> | 2006-12-14 15:41:05 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-12-14 15:41:50 +0100 |
commit | c3154b2947abbb8d03a412d5874fcceb1fc29393 (patch) | |
tree | 228cca8b905de2e2542887e211fec68bb2a298ba /ChangeLog | |
parent | 24852bf5b5e7fd954f2e4d1d08d58575453b48b0 (diff) | |
download | coreutils-c3154b2947abbb8d03a412d5874fcceb1fc29393.tar.xz |
chgrp, chown: Don't prohibit -RLh, aka -RL with --no-dereference.
* src/chgrp.c (main): Don't prohibit -RLh, aka -RL with --no-dereference.
* src/chown.c (main): Likewise.
* src/chown-core.c (change_file_owner): Add to a comment.
* tests/chown/preserve-root: Add tests.
* doc/coreutils.texi (Treating / specially): With --preserve-root,
chgrp and chown will not modify "/", even through a symlink.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2006-12-14 Jim Meyering <jim@meyering.net> + * src/chgrp.c (main): Don't prohibit -RLh, aka -RL with --no-dereference. + * src/chown.c (main): Likewise. + * src/chown-core.c (change_file_owner): Add to a comment. + * tests/chown/preserve-root: Add tests. + * NEWS: --preserve-root now works with chgrp, chmod, and chown. * src/chmod.c (process_file): Do honor the --preserve-root option. * src/chown-core.c (change_file_owner): Likewise, but here, also |