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 / +11 lines)
Line 6 Link Here
6
IUSE="apache2"
6
IUSE="apache2 postfix sendmail qmail"
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
else 
30
	MAILGID="280"
31
fi

Return to bug 45439