Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 16749
Collapse All | Expand All

(-)net-mail/mailbase/mailbase-0.00-r5.ebuild.orig (-2 / +2 lines)
Lines 22-28 Link Here
22
22
23
	keepdir /var/spool/mail
23
	keepdir /var/spool/mail
24
	fowners root.mail /var/spool/mail
24
	fowners root.mail /var/spool/mail
25
	fperms 1777 /var/spool/mail
25
	fperms 775 /var/spool/mail
26
	dosym /var/spool/mail /var/mail
26
	dosym /var/spool/mail /var/mail
27
}
27
}
28
28
Lines 34-38 Link Here
34
34
35
	# Always set these to close bug #8029.
35
	# Always set these to close bug #8029.
36
	chown root.mail ${ROOT}/var/spool/mail
36
	chown root.mail ${ROOT}/var/spool/mail
37
	chmod 1777 ${ROOT}/var/spool/mail
37
	chmod 775 ${ROOT}/var/spool/mail
38
}
38
}

Return to bug 16749