]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message *** FILEUTILS-3_16i
authorJim Meyering <jim@meyering.net>
Fri, 2 Jan 1998 23:18:08 +0000 (23:18 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 2 Jan 1998 23:18:08 +0000 (23:18 +0000)
old/fileutils/ChangeLog

index 4c06a1af47c63ed5762b8acd5f8fd8d94ace6089..fc9a1a2da358e3eadcd578111d1828683d5abc60 100644 (file)
@@ -1,10 +1,11 @@
 1998-01-02  Jim Meyering  <meyering@na-net.ornl.gov>
 
-       * 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)