diff options
author | Jim Meyering <meyering@redhat.com> | 2009-04-28 14:18:54 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-04-28 14:32:26 +0200 |
commit | c4dfd3138e8106cd472abf841ac7d752c5307603 (patch) | |
tree | 16adf25374320ddb14876d006b28c010de05ecd2 | |
parent | d76a1c2a2d3a70d971854f209e7ea6b3623a2cca (diff) | |
download | coreutils-c4dfd3138e8106cd472abf841ac7d752c5307603.tar.xz |
misc: mention the df vs. automount change
* NEWS (Portability): Mention that df now accommodates the new
behavior of some automounters.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,9 @@ GNU coreutils NEWS -*- outline -*- ** Portability + df now pre-mounts automountable directories even with automounters for + which stat-like syscalls no longer provoke mounting. Now, df uses open. + `id -G $USER` now works correctly even on Darwin and NetBSD. Previously it would either truncate the group list to 10, or go into an infinite loop, due to their non-standard getgroups implementations. |