Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120887 - mail-filter/rblcheck should use --sysconfdir
Summary: mail-filter/rblcheck should use --sysconfdir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-29 16:52 UTC by Tomoyuki Sakurai (RETIRED)
Modified: 2008-06-15 08:13 UTC (History)
0 users

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 Tomoyuki Sakurai (RETIRED) gentoo-dev 2006-01-29 16:52:31 UTC
the default rblcheckrc file path in the rbl wrapper is incorrect.
if you use --prefix=/usr, you have to use --sysconfdir=/etc

--- rblcheck-1.5.ebuild-orig    2006-01-30 09:37:22.000000000 +0900
+++ rblcheck-1.5.ebuild 2006-01-30 09:40:52.000000000 +0900
@@ -15,7 +15,7 @@

 src_compile() {
        cd ${S}
-       ./configure --prefix=/usr
+       econf --prefix=/usr --sysconfdir=/etc
        emake || die
 }
Comment 1 Tobias Scherbaum (RETIRED) gentoo-dev 2008-06-15 08:13:47 UTC
(In reply to comment #0)
> +       econf --prefix=/usr --sysconfdir=/etc

these are the defaults for econf, fixed in CVS.