commit: c6b380f6fb110aa721836a2f836aa2cab090cb01 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Wed Mar 27 14:10:13 2019 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Wed Mar 27 17:18:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b380f6
mail-filter/opendkim: new revision to fix a dodir->keepdir usage. The data directory /var/lib/opendkim is installed empty by default, and therefore needs to be created with keepdir (and not dodir). This changes the installed image, and thus is cause for a new revision. Closes: https://bugs.gentoo.org/666334 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 .../opendkim/{opendkim-2.10.3-r4.ebuild => opendkim-2.10.3-r5.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r5.ebuild similarity index 99% rename from mail-filter/opendkim/opendkim-2.10.3-r4.ebuild rename to mail-filter/opendkim/opendkim-2.10.3-r5.ebuild index 74b3c8a1021..82a6167336a 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r4.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r5.ebuild @@ -126,7 +126,8 @@ src_install() { newinitd "${FILESDIR}/opendkim.init.r3" opendkim systemd_newunit "${FILESDIR}/opendkim-r1.service" opendkim.service - dodir /etc/opendkim /var/lib/opendkim + dodir /etc/opendkim + keepdir /var/lib/opendkim fowners milter:milter /var/lib/opendkim # default configuration
