]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 23 Nov 2000 15:58:51 +0000 (15:58 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 23 Nov 2000 15:58:51 +0000 (15:58 +0000)
old/fileutils/ChangeLog

index b06e3ca7e9ac788f6113ae5a0ef26ae3e8cfac68..d56d57ae72a016db037767d74e6f19c28b7921b2 100644 (file)
@@ -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