]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 4 Feb 2003 11:48:40 +0000 (11:48 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 4 Feb 2003 11:48:40 +0000 (11:48 +0000)
ChangeLog

index dac40b20d3f7ca0fdca0d63db850922cda3cfdc8..c3207f5952a541555086743f22ee955b489ca00d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2003-02-04  Jim Meyering  <jim@meyering.net>
+
+       * Version 4.5.6.
+
+       `df /dev/block-or-char-device-file--not-mounted' now reports
+       the name of the file system on which the file resides, usually `/'.
+       Before, it would leave the `Mounted on' field blank.
+       * src/df.c (show_disk): Move function to precede find_mount_point.
+       (show_disk): Add parameter: STATP.
+       If we don't find a matching device name, then resort to calling
+       find_mount_point.
+
+2003-02-03  Andreas Schwab  <schwab@suse.de>
+
+       * tests/rm/cycle: Require non-root.
+       * tests/rm/isatty: Likewise.
+
 2003-02-02  Jim Meyering  <jim@meyering.net>
 
        * Version 4.5.5.