diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-23 15:58:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-23 15:58:51 +0000 |
commit | b21c6f8e1eb1b7a6ef16cddb5c5c0c7653ec5555 (patch) | |
tree | 8e8bc4da6b48866fed96f27528cd757e001fb1f3 /old/fileutils | |
parent | 846b539b4ea85389fe5c9ef43868cb444e15575c (diff) | |
download | coreutils-b21c6f8e1eb1b7a6ef16cddb5c5c0c7653ec5555.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b06e3ca7e..d56d57ae7 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 |