commit: b46832183b5c6adb2b6820d418d6370256115d8b Author: Eray Aslan <eras <AT> gentoo <DOT> org> AuthorDate: Fri Sep 7 07:18:53 2018 +0000 Commit: Eray Aslan <eras <AT> gentoo <DOT> org> CommitDate: Fri Sep 7 07:18:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4683218
mail-mta/postfix: add missing postfix-files.d directory bug: https://bugs.gentoo.org/665280 Package-Manager: Portage-2.3.49, Repoman-2.3.10 mail-mta/postfix/postfix-3.3.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/mail-mta/postfix/postfix-3.3.1-r1.ebuild b/mail-mta/postfix/postfix-3.3.1-r1.ebuild index b0d011041be..d2e6710e6dc 100644 --- a/mail-mta/postfix/postfix-3.3.1-r1.ebuild +++ b/mail-mta/postfix/postfix-3.3.1-r1.ebuild @@ -236,6 +236,7 @@ src_install () { doman man/man1/smtp-{source,sink}.1 man/man1/qmqp-{source,sink}.1 keepdir /etc/postfix + keepdir /etc/postfix/postfix-files.d if use mbox; then mypostconf="mail_spool_directory=/var/spool/mail" else
