commit: 47648f4182e4ebb6d2ce5755c6f88ffae89b3870
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 17:11:11 2019 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 17:18:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47648f41
mail-filter/opendkim: remove some no-op sed lines.
Looking through the upstream example config files, I don't see any of
the expressions that the "sed" script in src_prepare is supposed to
replace. Huh. This commit removes those "sed" commands.
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
mail-filter/opendkim/opendkim-2.10.3-r8.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/mail-filter/opendkim/opendkim-2.10.3-r8.ebuild
b/mail-filter/opendkim/opendkim-2.10.3-r8.ebuild
index f2e43b0041f..02b499bde25 100644
--- a/mail-filter/opendkim/opendkim-2.10.3-r8.ebuild
+++ b/mail-filter/opendkim/opendkim-2.10.3-r8.ebuild
@@ -56,9 +56,6 @@ src_prepare() {
# We delete the "Socket" setting because it's overridden by our
# conf.d file.
sed -e 's:/var/db/dkim:/var/lib/opendkim:g' \
- -e 's:/var/db/opendkim:/var/lib/opendkim:g' \
- -e 's:/etc/mail:/etc/opendkim:g' \
- -e 's:mailnull:opendkim:g' \
-e '/^[[:space:]]*Socket/d' \
-i opendkim/opendkim.conf.sample
opendkim/opendkim.conf.simple.in \
stats/opendkim-reportstats{,.in} || die