freebsd-skq/bin/cp
csjp 599113c21e MFC 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.
2005-11-12 21:21:46 +00:00
..
cp.1 Fix a few markup nits in previous commit. 2005-02-25 00:40:46 +00:00
cp.c MFC Log: 2005-11-12 21:21:46 +00:00
extern.h MFC Log: 2005-11-12 21:21:46 +00:00
Makefile Revert previous delta, which is not required with rev 1.5 of 2002-07-15 12:08:21 +00:00
utils.c MFC Log: 2005-11-12 21:21:46 +00:00