Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 3454

Summary: e2fsprogs with ACL patch
Product: Gentoo Linux Reporter: F. Kooman <fkooman>
Component: New packagesAssignee: Joachim Blaabjerg (RETIRED) <styx>
Status: RESOLVED FIXED    
Severity: normal CC: mjc
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description F. Kooman 2002-06-06 11:22:20 UTC
ebuild: e2fsprogs-1.27.ebuild

Add on top of the src_compile function:

        if [ "`use acl`" ]
        then
                patch -p1 < ${FILESDIR}/${PF}ea-0.8.21.diff || die
        fi

patch in filesdir URL:

http://acl.bestbits.at/current/diff/e2fsprogs-1.27ea-0.8.21.diff.gz
Comment 1 Joachim Blaabjerg (RETIRED) gentoo-dev 2002-06-21 09:38:29 UTC
Alright, e2fsprogs-1.27-r1 committed with experimental ACL support (masked).
Please test!

Thanks :)