]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r196754:
authortrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 30 Jan 2010 14:49:17 +0000 (14:49 +0000)
committertrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 30 Jan 2010 14:49:17 +0000 (14:49 +0000)
commit32dc66089ef0b809d21e316ae42032ef7c52069d
tree35409dfb9ab6f14efd438733a4fd826f817a8706
parent0d7b28d3bc30602e17cbb4919172b7d7c06bd314
MFC r196754:

Add NFSv4 ACL support to cp(1) and fix a few memory leaks.

Note that this changes error reporting behaviour somewhat - before,
no error was reported if ACL couldn't be copied because the target
filesystem doesn't support ACLs.  Now, it will be reported - of course,
only if there actually is an ACL to copy.

Reviewed by: rwatson

git-svn-id: svn://svn.freebsd.org/base/stable/8@203189 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
bin/cp/utils.c