Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Nov 2005 21:21:46 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/cp cp.c extern.h utils.c src/bin/mv mv.c
Message-ID:  <200511122121.jACLLkAB052217@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
csjp        2005-11-12 21:21:46 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    bin/cp               cp.c extern.h utils.c 
    bin/mv               mv.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.51.2.1  +4 -1      src/bin/cp/cp.c
  1.19.8.1  +2 -0      src/bin/cp/extern.h
  1.45.2.1  +80 -0     src/bin/cp/utils.c
  1.45.2.1  +18 -1     src/bin/mv/mv.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511122121.jACLLkAB052217>