From 7515ba5e6a6b64c9d32bd259b0056b2f8f4650cc Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Mon, 25 Feb 2002 22:39:52 +0000 Subject: [PATCH] Merge of xfs-cmds-2.4.18:slinx:112265a by nathans. allow different chacl paths --- 051 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/051 b/051 index 01dd6c1d..afd4690c 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 -- 2.39.5