]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(get_dest_mode): Remove; it is obsolete after removing umask_kill.
authorJim Meyering <jim@meyering.net>
Sat, 17 Dec 2005 10:33:33 +0000 (10:33 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 17 Dec 2005 10:33:33 +0000 (10:33 +0000)
commitf634e88445a138465e461743cac208f717b08f2b
treead03617da413217642b9ffbebc7593d9f372d9f2
parente6ece7ba6cea1a99c52a409138a842f4bc0b5ceb
(get_dest_mode): Remove; it is obsolete after removing umask_kill.
(copy_reg, copy_internal): Use copy_acl and set_acl
instead of fchown/chown. Fix the logic for POSIX ACLs.
(chown_succeded): Remove; we now always copy acls and
preserve S_ISUID, S_ISGID, and S_ISVTX when needed, no matter if we
did a chown before or not.
src/copy.c