| Summary: | Leafnode-2.0.0_alpha20040206 is looking for config file in /etc/ instead of /etc/leafnode/ | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Rui Malheiro <rmalheiro> |
| Component: | Current packages | Assignee: | Gentoo Net-news project <net-news> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | tove |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Rui Malheiro
2004-02-27 05:49:07 UTC
You must add "--sysconfdir=/etc/leafnode" to econf() (see below for my suggested src_compile()).
- local myconf
-
- # ------------------------------------------------------
- # Enabling IPv6.
- # ------------------------------------------------------
- # If this was misdetected, then run either
- # env cf_cv_ipv6=no /bin/sh ./configure YOUR_OPTIONS
- # or
- # env cf_cv_ipv6=yes /bin/sh ./configure YOUR_OPTIONS
- # (of course, you need to replace YOUR_OPTIONS)
- # ------------------------------------------------------
-
- use ipv6 && myconf="--with-ipv6" || export cf_cv_ipv6=no
econf \
+ `use_enable ipv6 IPv6` \
+ --sysconfdir=/etc/leafnode \
+ --enable-runas-user=news \
+ --enable-spooldir=/var/spool/news || die "econf failed"
- --with-runas-user=news --with-spooldir="/var/spool/news" \
- ${myconf} || die "./configure failed"
punting these to you, Thomas, since you have some history with this package. I just added leafnode-2.0.0_alpha20040513 to portage. This should fix this issue. Thanks for reporting. |