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.
(cherry picked from commit
93ed4e14f0c1d8cee113f29e151bab14554b51cd)
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