| Bug#: 161765 | Product: Gentoo Linux | Version: 2006.1 | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: maintainer-needed@gentoo.org | Reported By: chutz@gg3.net | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: net-mail/vpopmail does not need RESTRICT=nouserpriv | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2007-01-12 14:35 0000 | |||
| Description: | Opened: 2007-01-12 14:35 0000 |
vpopmail currently has RESTRICT=nouserpriv because the configure script fails
if it is not run with uid 0. I have no idea why that check is there, but I
confirmed that removing the "RESTRICT=nofetch" line from the ebuild and adding
the following line to src_unpack()
sed -i -e 's/\(`$idcommand`\)/false && \1/' configure.in configure
produces identical results.