From: Tim Shimmin Date: Mon, 25 Feb 2002 22:39:52 +0000 (+0000) Subject: Merge of xfs-cmds-2.4.18:slinx:112265a by nathans. X-Git-Tag: v1.1.0~1160 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7515ba5e6a6b64c9d32bd259b0056b2f8f4650cc;p=users%2Fhch%2Fxfstests-dev.git Merge of xfs-cmds-2.4.18:slinx:112265a by nathans. allow different chacl paths --- diff --git a/051 b/051 index 01dd6c1db..afd4690c3 100755 --- a/051 +++ b/051 @@ -318,10 +318,10 @@ done popd >/dev/null chown -R 12345.54321 root echo "Change #1..." -$runas -u 12345 -g 54321 -- /usr/bin/chacl -r u::rwx,g::-w-,o::--x root +$runas -u 12345 -g 54321 -- `which chacl` -r u::rwx,g::-w-,o::--x root find root -print | xargs chacl -l echo "Change #2..." -$runas -u 12345 -g 54321 -- /usr/bin/chacl -r u::---,g::---,o::--- root +$runas -u 12345 -g 54321 -- `which chacl` -r u::---,g::---,o::--- root find root -print | xargs chacl -l