From: Jim Meyering Date: Sun, 25 May 1997 03:47:31 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16a~97 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f735e157e9b053bc69664042c40952e639b30641;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e4a59ae067..028617087b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ Sat May 24 09:20:12 1997 Jim Meyering + * 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.