From a79ebc5e9a701ab4e809e4c507d07d2b92656989 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Thu, 9 Jul 2009 17:34:01 +0000 Subject: [PATCH] Changed ACL_OTHER into ACL_OTHER_OBJ as IRIX doesn't seem to have ACL_OTHER. Fixes bug #1333 git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8967 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/filed/acl.c | 2 +- bacula/technotes | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bacula/src/filed/acl.c b/bacula/src/filed/acl.c index d40cf86fdd..feae14bc7b 100644 --- a/bacula/src/filed/acl.c +++ b/bacula/src/filed/acl.c @@ -283,7 +283,7 @@ static bool acl_is_trivial(acl_t acl) */ if (tag != ACL_USER_OBJ && tag != ACL_GROUP_OBJ && - tag != ACL_OTHER) + tag != ACL_OTHER_OBJ) return false; } diff --git a/bacula/technotes b/bacula/technotes index 0e52abe7be..81ad3bc6e7 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -2,6 +2,9 @@ General: +09Jul09 +mvw Changed ACL_OTHER into ACL_OTHER_OBJ as IRIX doesn't seem to have + ACL_OTHER. Fixes bug #1333 04Jul09 mvw Change checking for acl and xattr support from first file to job level. -- 2.39.5