<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>120887</bug_id>
          
          <creation_ts>2006-01-29 16:52 0000</creation_ts>
          <short_desc>mail-filter/rblcheck should use --sysconfdir</short_desc>
          <delta_ts>2008-06-15 08:13:47 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>2005.1</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>trombik@gentoo.org</reporter>
          <assigned_to>net-mail@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>trombik@gentoo.org</who>
            <bug_when>2006-01-29 16:52:31 0000</bug_when>
            <thetext>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
 }</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>dertobi123@gentoo.org</who>
            <bug_when>2008-06-15 08:13:47 0000</bug_when>
            <thetext>(In reply to comment #0)
&gt; +       econf --prefix=/usr --sysconfdir=/etc

these are the defaults for econf, fixed in CVS.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>