From: Michael Orlitzky Date: Sun, 23 Jun 2019 17:19:23 +0000 (-0400) Subject: net-im/openfire: fixup CONFIG_PROTECT handling in latest revision. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=58445a9bcfd0a8ea1a0a61a6137f41ee75316fab;p=gentoo.git net-im/openfire: fixup CONFIG_PROTECT handling in latest revision. My -r2 accidentally clobbers the existing value of CONFIG_PROTECT instead of appending to it. Oops. Fix it in place. Signed-off-by: Michael Orlitzky Package-Manager: Portage-2.3.66, Repoman-2.3.11 --- diff --git a/net-im/openfire/openfire-4.2.3-r2.ebuild b/net-im/openfire/openfire-4.2.3-r2.ebuild index d504e403abae..dc79cda8b4ba 100644 --- a/net-im/openfire/openfire-4.2.3-r2.ebuild +++ b/net-im/openfire/openfire-4.2.3-r2.ebuild @@ -41,8 +41,7 @@ src_compile() { src_install() { #Protect ssl key on upgrade dodir /etc/env.d/ - echo 'CONFIG_PROTECT="/opt/openfire/resources/security/"' > "${D}"/etc/env.d/98openfire - echo 'CONFIG_PROTECT="/opt/openfire/conf/"' > "${D}"/etc/env.d/98openfire + echo 'CONFIG_PROTECT="/opt/openfire/conf/ /opt/openfire/resources/security/"' > "${D}"/etc/env.d/98openfire newinitd "${FILESDIR}"/openfire-initd openfire newconfd "${FILESDIR}"/openfire-confd openfire