diff options
author | Jim Meyering <jim@meyering.net> | 1997-05-25 03:47:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-05-25 03:47:31 +0000 |
commit | f735e157e9b053bc69664042c40952e639b30641 (patch) | |
tree | 6fcae44a4e1ea087a4951a301cd4744f1f71aa39 /old | |
parent | 5708e7bba856028f6286ec663c8ecff18830707f (diff) | |
download | coreutils-f735e157e9b053bc69664042c40952e639b30641.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e4a59ae06..028617087 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ Sat May 24 09:20:12 1997 Jim Meyering <meyering@na-net.ornl.gov> + * src/rmdir.c: New options: --ignore-fail-on-non-empty and --verbose. + (remove_parents): Implement new options. + (main): Likewise. + * lib/mountlist.c (read_filesystem_list): Show automount-related duplicate filesystems only when --all specified. With suggestions from Stuart Kemp. Also indent cpp directives. |