From: Jim Meyering Date: Sun, 5 Nov 2000 15:45:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_31~2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=22438d75ce02022c098e7579baca0d5ceb74fd0f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 0aeabfccb4..3247036b64 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 2000-11-05 Jim Meyering + * 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.