Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3454 - e2fsprogs with ACL patch
Summary: e2fsprogs with ACL patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Joachim Blaabjerg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-06 11:22 UTC by F. Kooman
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)