acl-maxentry-comment-20050325

correct the comment related to the maximum number of entries in
an ACL.  the number of ACEs must be less than or equal to ACL_MAXENTRIES
not less than ACL_MAXENTRIES.
This commit is contained in:
Jeffrey Altman 2005-03-25 17:58:47 +00:00
parent 2ba2c97f90
commit 93ed4e14f0

View File

@ -54,7 +54,7 @@ of entries. Each entry consists of a
username or groupname followed by a decimal number representing the rights mask for that name. Each
entry in the list looks as if it had been produced by printf() using a format list of "%s\t%d\n".
Note that the number of entries must be less than ACL_MAXENTRIES
Note that the number of entries must be less than or equal to ACL_MAXENTRIES
*/
/* This is temporary hack to get around changing the volume package