From 47648f4182e4ebb6d2ce5755c6f88ffae89b3870 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 27 Mar 2019 13:11:11 -0400 Subject: [PATCH] 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 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 f2e43b0041fa..02b499bde25e 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 -- 2.26.2