Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2009 20:58:05 GMT
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 168090 for review
Message-ID:  <200909022058.n82Kw5MR044520@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=168090

Change 168090 by trasz@trasz_anger on 2009/09/02 20:57:21

	Adapt to recent error message changes in cp(1).

Affected files ...

.. //depot/projects/soc2008/trasz_nfs4acl/tools/regression/acltools/tools-crossfs.test#3 edit

Differences ...

==== //depot/projects/soc2008/trasz_nfs4acl/tools/regression/acltools/tools-crossfs.test#3 (text+ko) ====

@@ -119,7 +119,7 @@
 # mv from POSIX.1e to NFSv4.
 $ rm -f nfs4/xxx
 $ cp -p posix/xxx nfs4/xxx
-> cp: ACL brand of source is POSIX.1e, but destination is NFSv4; ACL not copied
+> cp: failed to set acl entries for nfs4/xxx: Operation not supported
 $ ls -l nfs4/xxx | cut -d' ' -f1
 > -rw-rwxr--
 
@@ -137,12 +137,13 @@
 >          everyone@:-wxp---A-W-Co-:------:deny
 >          everyone@:r-----a-R-c--s:------:allow
 
-# mv from NFSv4 to POSIX.1e.
+# cp from NFSv4 to POSIX.1e.
 $ rm -f posix/xxx
 $ cp -p nfs4/xxx posix/xxx
-> cp: ACL brand of source is NFSv4, but destination is POSIX.1e; ACL not copied
+> cp: failed to set acl entries for posix/xxx: Operation not supported
 $ ls -l posix/xxx | cut -d' ' -f1
 > -rw-rwxr--
 
 $ cp -p nfs4/yyy none/xxx
+> cp: failed to set acl entries for none/xxx: Operation not supported
 



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