From: Jim Meyering Date: Thu, 23 Nov 2000 15:58:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_33~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b21c6f8e1eb1b7a6ef16cddb5c5c0c7653ec5555;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b06e3ca7e9..d56d57ae72 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,11 +2,17 @@ * Version 4.0.33. + * src/df.c (show_point): Before accepting an entry as a match, make + sure that the mount directory exists and has the required device number. + Before, e.g., `df /floppy' would mistakenly report on the root + partition if /floppy were not listed in /etc/mtab but / was. + Patch from Eirik Fuller (http://bugs.debian.org/76923). + * src/chmod.c (mode_changed): New function. (change_file_mode): Use it to determine accurately when -c should make chmod announce there's been a change. Based on a patch from Michael Stone. - Reported by root@khms.westfalen.de. + Reported by root@khms.westfalen.de as Debian bug #77349. * tests/chmod/c-option: New test for the above fix. * tests/chmod/Makefile.am (TESTS): Add c-option