summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2019-06-23 13:19:23 -0400
committerMichael Orlitzky <mjo@gentoo.org>2019-06-23 13:19:23 -0400
commit58445a9bcfd0a8ea1a0a61a6137f41ee75316fab (patch)
tree9d83534b6c37e8e4d891452f511d2b56b35d8288 /net-im
parentnet-im/openfire: new revision to clean up ownership handling. (diff)
downloadgentoo-58445a9bcfd0a8ea1a0a61a6137f41ee75316fab.tar.gz
gentoo-58445a9bcfd0a8ea1a0a61a6137f41ee75316fab.tar.bz2
gentoo-58445a9bcfd0a8ea1a0a61a6137f41ee75316fab.zip
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@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'net-im')
-rw-r--r--net-im/openfire/openfire-4.2.3-r2.ebuild3
1 files changed, 1 insertions, 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 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