From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1CE2138334 for ; Wed, 27 Mar 2019 17:19:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8EC4E08AD; Wed, 27 Mar 2019 17:19:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8581EE08AD for ; Wed, 27 Mar 2019 17:19:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43C51335D2E for ; Wed, 27 Mar 2019 17:19:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A33D957F for ; Wed, 27 Mar 2019 17:19:04 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1553707085.c6b380f6fb110aa721836a2f836aa2cab090cb01.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/opendkim/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/opendkim/opendkim-2.10.3-r4.ebuild mail-filter/opendkim/opendkim-2.10.3-r5.ebuild X-VCS-Directories: mail-filter/opendkim/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: c6b380f6fb110aa721836a2f836aa2cab090cb01 X-VCS-Branch: master Date: Wed, 27 Mar 2019 17:19:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4c2895c-5a03-42dd-abd7-a9a640d5a2fe X-Archives-Hash: 7416a5b2b1edb6239a027a7d5589cb2d commit: c6b380f6fb110aa721836a2f836aa2cab090cb01 Author: Michael Orlitzky gentoo org> AuthorDate: Wed Mar 27 14:10:13 2019 +0000 Commit: Michael Orlitzky gentoo 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 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