Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2862 - Unnecessary source patch in procmail ebuild for default maildir
Summary: Unnecessary source patch in procmail ebuild for default maildir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Jared H. Hudson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-20 04:51 UTC by José Fonseca
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
procmail-3.22-r2.ebuild (procmail-3.22-r2.ebuild,1.31 KB, text/plain)
2002-06-01 04:37 UTC, José Fonseca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description José Fonseca 2002-05-20 04:51:53 UTC
Instead of patching the source for setting the default mailbox format this
should be done in /etc/procmailrc like:

        DEFAULT=$HOME/.maildir/

This way someone wanting to change the default mailbox format on a running
system can just do:
                grep -r "\.maildir" /etc/*

and easily finds all the spots where he should tweak, instead of dwelling into
the ebuilds and patches to figure that out...
Comment 1 José Fonseca 2002-06-01 04:37:48 UTC
Created attachment 1286 [details]
procmail-3.22-r2.ebuild

This is a new ebuild (modified from procmail-3.22-r1.ebuild) which does what I
suggested. I hope you agree that this is much cleaner and versatile. Please
apply.
Comment 2 Grant Goodyear (RETIRED) gentoo-dev 2002-06-18 09:41:42 UTC
Fixed.  Thanks!

Sorry about the delay.