| Bug#: 120887 | Product: Gentoo Linux | Version: 2005.1 | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: net-mail@gentoo.org | Reported By: trombik@gentoo.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: mail-filter/rblcheck should use --sysconfdir | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2006-01-29 16:52 0000 | |||
| Description: | Opened: 2006-01-29 16:52 0000 |
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
}
(In reply to comment #0) > + econf --prefix=/usr --sysconfdir=/etc these are the defaults for econf, fixed in CVS.