| Summary: | mail-filter/rblcheck should use --sysconfdir | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Tomoyuki Sakurai (RETIRED) <trombik> |
| Component: | New packages | Assignee: | 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: | --- | |
(In reply to comment #0) > + econf --prefix=/usr --sysconfdir=/etc these are the defaults for econf, fixed in CVS. |
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 }