From: Jim Meyering Date: Tue, 28 Apr 2009 12:18:54 +0000 (+0200) Subject: misc: mention the df vs. automount change X-Git-Tag: v7.3~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4dfd3138e8106cd472abf841ac7d752c5307603;p=thirdparty%2Fcoreutils.git misc: mention the df vs. automount change * NEWS (Portability): Mention that df now accommodates the new behavior of some automounters. --- diff --git a/NEWS b/NEWS index 82cf9c5d8c..58b98cf89d 100644 --- a/NEWS +++ b/NEWS @@ -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.