1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-11 14:44:18 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1998-01-02 23:18:08 +00:00
parent 6b4321fd1b
commit 23a8ea7992

View 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)