==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=8730

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

            Bug ID: 8730
           Summary: acl option not added to /etc/fstab, template not
                    considering ext4 filesystems
    Classification: Contribs
           Product: SME Contribs
           Version: 9.0
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-shared-folders
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

The template fstab 51EnableACL template fragment does not consider ext4 file
systems.

Snippet
--
/\s\/\s+ext[23]\s+usrquota,grpquota\s/ &&
s/usrquota,grpquota/usrquota,grpquota,acl/;
        /^\/dev\/main\/.*\s+ext[23]\s+usrquota,grpquota\s/ &&
s/usrquota,grpquota/usrquota,grpquota,acl/;
--

shows [23]. When changing this to [234], /etc/fstab expand with acl option
correctly on ext4 file system (SME9)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to