diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-18 03:13:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-18 03:13:27 +0000 |
commit | e8c6c8175bc99179f8f729b24ad0693e53894a7b (patch) | |
tree | c9f6ed8c1ad515cd9b4890d24f4bba17c51ec0f7 /old/fileutils | |
parent | 561e4c139e93d67d4bceb4aa2f7e14af456d5a40 (diff) | |
download | coreutils-e8c6c8175bc99179f8f729b24ad0693e53894a7b.tar.xz |
.
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b0210bd87..15b4486f4 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,13 @@ +Tue Dec 17 21:03:40 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * src/cp.c (ROOT_CHOWN_AFFECTS_SYMLINKS): New macro. + (DO_CHOWN): Take an additional parameter. + (LINK_CHOWN): Remove macro. + (copy): When preserving owner and group of a symlink, use + chown only if ROOT_CHOWN_AFFECTS_SYMLINKS and EUID == 0. + Otherwise, the chown would affect the file referenced through + the symlink. + Sat Dec 14 14:51:50 1996 Jim Meyering <meyering@na-net.ornl.gov> * acinclude.m4 (jm_SYS_PROC_UPTIME): Fix typo in cache variable |