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

Bug 120887

Summary: mail-filter/rblcheck should use --sysconfdir
Product: Gentoo Linux Reporter: Tomoyuki Sakurai (RETIRED) <trombik>
Component: New packagesAssignee: Net-Mail Packages <net-mail+disabled>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2005.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.