Gentoo Archives: gentoo-commits

From: Eray Aslan <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/
Date: Fri, 07 Sep 2018 07:19:33
Message-Id: 1536304733.b46832183b5c6adb2b6820d418d6370256115d8b.eras@gentoo
1 commit: b46832183b5c6adb2b6820d418d6370256115d8b
2 Author: Eray Aslan <eras <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 07:18:53 2018 +0000
4 Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 07:18:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4683218
7
8 mail-mta/postfix: add missing postfix-files.d directory
9
10 bug: https://bugs.gentoo.org/665280
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 mail-mta/postfix/postfix-3.3.1-r1.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/mail-mta/postfix/postfix-3.3.1-r1.ebuild b/mail-mta/postfix/postfix-3.3.1-r1.ebuild
17 index b0d011041be..d2e6710e6dc 100644
18 --- a/mail-mta/postfix/postfix-3.3.1-r1.ebuild
19 +++ b/mail-mta/postfix/postfix-3.3.1-r1.ebuild
20 @@ -236,6 +236,7 @@ src_install () {
21 doman man/man1/smtp-{source,sink}.1 man/man1/qmqp-{source,sink}.1
22
23 keepdir /etc/postfix
24 + keepdir /etc/postfix/postfix-files.d
25 if use mbox; then
26 mypostconf="mail_spool_directory=/var/spool/mail"
27 else