cvs commit: src/bin/mv mv.c src/bin/cp cp.c extern.h utils.c
Christian S.J. Peron
csjp at FreeBSD.org
Sun Sep 4 21:36:09 PDT 2005
csjp 2005-09-05 04:36:08 UTC
FreeBSD src repository
Modified files:
bin/mv mv.c
bin/cp cp.c extern.h utils.c
Log:
Attempt to complete the userspace integration of POSIX.1e extended ACLs.
This includes adding support for ACLs into cp(1) and mv(1) userspace
utilities.
For mv(1), if _PC_ACL_EXTENDED is in effect for the source AND destination
operands, the destination file's ACLs shall reflect the source.
For cp(1), if _PC_ACL_EXTENDED is in effect for both source and destination
operands, and -p has been specified, the ACLs from the source shall be
preserved on the destination.
MFC after: 1 month
Revision Changes Path
1.52 +4 -1 src/bin/cp/cp.c
1.20 +2 -0 src/bin/cp/extern.h
1.46 +80 -0 src/bin/cp/utils.c
1.46 +18 -1 src/bin/mv/mv.c
More information about the cvs-src
mailing list