From: Jim Meyering Date: Fri, 2 Jan 1998 23:18:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.1~8961 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23a8ea79928cf050225bdd1d4d6473af3e04fb0c;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 4c06a1af47..fc9a1a2da3 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,10 +1,11 @@ 1998-01-02 Jim Meyering - * src/install.c (get_ids): When otherwise unspecified, - set uid and gid to -1. - * Version 3.16i. + Fix problem with `install -d'. Reported by Marty Leisner. + + * src/install.c (get_ids): When otherwise unspecified, + set uid and gid to -1. * lib/makepath.c (make_path): Try to change ownership only if we've just created the directory. Fix latent bug (s/&&/||/ in two places -- also, note that it could not be exercised via install or mkdir)