diff options
author | Jim Meyering <jim@meyering.net> | 1998-01-02 23:16:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-01-02 23:16:53 +0000 |
commit | 6b4321fd1b8bf8c8deffd08f1b7dfa3a7ab7f315 (patch) | |
tree | 71966ea0d8f7dd68d2a9cf8747d50f803e8ba81f /old/fileutils/ChangeLog | |
parent | 2fb86e2eb854e84231c9dbbeaf47caf21d75dba1 (diff) | |
download | coreutils-6b4321fd1b8bf8c8deffd08f1b7dfa3a7ab7f315.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 827ebdd14..4c06a1af4 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,7 +1,18 @@ -1998-01-01 Jim Meyering <meyering@na-net.ornl.gov> +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. + * 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) + whereby chown would not be invoked when only one of owner/group is + not -1. + +1998-01-01 Jim Meyering <meyering@na-net.ornl.gov> + * src/rm.c (remove_cwd_entries): Initialize the entry-name obstack only once and never free it. |