diff options
-rw-r--r-- | old/fileutils/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 0aeabfccb..3247036b6 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 2000-11-05 Jim Meyering <meyering@lucent.com> + * Version 4.0.30. + * src/mkdir.c (main): Use make_dir instead of using mkdir directly. Diagnose as failure when mkdir tries to create (without the --parent (-p) option) a directory that already exists. |