commit:     58445a9bcfd0a8ea1a0a61a6137f41ee75316fab
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 17:19:23 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 17:19:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58445a9b

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 <mjo <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 net-im/openfire/openfire-4.2.3-r2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net-im/openfire/openfire-4.2.3-r2.ebuild 
b/net-im/openfire/openfire-4.2.3-r2.ebuild
index d504e403aba..dc79cda8b4b 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

Reply via email to