summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-02 23:18:08 +0000
committerJim Meyering <jim@meyering.net>1998-01-02 23:18:08 +0000
commit23a8ea79928cf050225bdd1d4d6473af3e04fb0c (patch)
tree97001edc78db54ba09b408c912419035eb92482b
parent6b4321fd1b8bf8c8deffd08f1b7dfa3a7ab7f315 (diff)
downloadcoreutils-23a8ea79928cf050225bdd1d4d6473af3e04fb0c.tar.xz
*** empty log message ***
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 4c06a1af4..fc9a1a2da 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -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)