From 5dd1ce015ff50d4330b1e20000ace61177d037e1 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Sat, 7 Sep 2002 00:20:21 +0000 Subject: Updates from AndreasG. --- doc/CHANGES | 3 ++- test/setfacl.test | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/CHANGES b/doc/CHANGES index 6b8ff90..68e008f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,7 +1,8 @@ * Remove the -s and -S short options from setfacl, since it confuses many users (--set and -set-file still exist). +* Update the setfacl(1) manual page. * Improve the wording of some error messages, and update the pot/po - files. + files. Also update the setfacl.test script. 2.0.19 (04 September 2002) * Correct the description of the access check algorithm in acl(5). diff --git a/test/setfacl.test b/test/setfacl.test index 1306a12..c3699f9 100644 --- a/test/setfacl.test +++ b/test/setfacl.test @@ -98,13 +98,13 @@ mask::rwx other::--- $ setfacl --test -x u: g -setfacl: g: Resulting ACL `user:root:---,user:joe:rw-,group::r-x,mask::rwx,other::---': Missing or wrong entry at entry 1 +setfacl: g: Malformed ACL `user:root:---,user:joe:rw-,group::r-x,mask::rwx,other::---': Missing or wrong entry at entry 1 $ setfacl --test -x u:x setfacl: Option -x: Invalid argument near character 3 $ setfacl -m d:u:root:rwx g -setfacl: g: Only directories can have a default ACL +setfacl: g: Only directories can have default ACLs $ setfacl -x m g -setfacl: g: Resulting ACL `user::rwx,user:root:---,user:joe:rw-,group::r-x,other::---': Missing or wrong entry at entry 5 +setfacl: g: Malformed ACL `user::rwx,user:root:---,user:joe:rw-,group::r-x,other::---': Missing or wrong entry at entry 5 !setfacl --test -m d:u:joe:rwx setfacl !setfacl --test -n -m d:u:joe:rwx setfacl $ rm g -- cgit v1.2.1