From: Michael Orlitzky Date: Wed, 27 Mar 2019 14:18:04 +0000 (-0400) Subject: mail-filter/opendkim: remove dangerous elog suggesting "umask 000". X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a336c8fa9cccd520e99b136d54162a2ca3524274;p=gentoo.git mail-filter/opendkim: remove dangerous elog suggesting "umask 000". Signed-off-by: Michael Orlitzky Package-Manager: Portage-2.3.62, Repoman-2.3.11 --- diff --git a/mail-filter/opendkim/opendkim-2.10.3-r5.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r5.ebuild index 82a6167336a1..fe0d7c091a71 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r5.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r5.ebuild @@ -152,10 +152,6 @@ pkg_postinst() { elog " emerge --config ${CATEGORY}/${PN}" elog "It will help you create your key and give you hints on how" elog "to configure your DNS and MTA." - - ewarn "Make sure your MTA has r/w access to the socket file." - ewarn "This can be done either by setting UMask to 002 and adding MTA's user" - ewarn "to milter group or you can simply set UMask to 000." fi }