Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 45439 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +17 lines)
Line 6 Link Here
6
IUSE="apache2"
6
IUSE="apache2 postfix sendmail qmail courier exim xmail"
7
--
Line 22 Link Here
22
MAILGID="280"
22
23
--
23
if use postfix; then
24
	MAILGID=nobody
25
elif use sendmail; then
26
	MAILGID=daemon
27
elif use qmail; then
28
	MAILGID=qmail
29
elif use courier; then
30
	MAILGID=mail
31
elif use exim; then
32
	MAILGID=mail
33
elif use xmail; then
34
	MAILGID=xmail
35
else 
36
	MAILGID="280"
37
fi

Return to bug 45439