diff options
author | Jim Meyering <jim@meyering.net> | 1996-05-19 18:10:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-05-19 18:10:22 +0000 |
commit | 2f4e768ff43305dbe2e3feaa83554115e97ab758 (patch) | |
tree | 53e9d4ae7a154756c75c29901908954d6dee675c /old/fileutils | |
parent | f1aea23023c954a5399d0aa79fb75debb9c47c0a (diff) | |
download | coreutils-2f4e768ff43305dbe2e3feaa83554115e97ab758.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 8b3caf2e3..994d0d045 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,9 +1,10 @@ Changes in release 3.13: +* chown and chgrp accept new option --no-dereference (-h) * ln -f FILE FILE fails with a diagnostic rather than silently removing FILE * when building on systems that have getopt_long (like Linux), the system- provided function will be used -- so executables may be a little smaller -* chgrp, chown, cp -p, and mv all modify owner and/or group of symlinks - on systems (like Solaris) that provide the lchown system call. +* cp -p, and mv modify owner and/or group of symlinks on systems + (like Solaris) that provide the lchown system call. * df no longer invokes the sync system call by default. You can use the --sync option to make df invoke sync before getting file system sizes. * internationalized diagnostic messages |