commit: ef08702b2f3a34ef42bc91aaf12bedabd41dbfba
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 14 01:33:36 2018 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Mar 14 01:33:36 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef08702b
sys-cluster/ceph: Revision bump, brainfart in new init script in 12.2.4-r1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sys-cluster/ceph/{ceph-12.2.4-r1.ebuild => ceph-12.2.4-r2.ebuild} | 0
sys-cluster/ceph/files/ceph.initd-r8 | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-cluster/ceph/ceph-12.2.4-r1.ebuild
b/sys-cluster/ceph/ceph-12.2.4-r2.ebuild
similarity index 100%
rename from sys-cluster/ceph/ceph-12.2.4-r1.ebuild
rename to sys-cluster/ceph/ceph-12.2.4-r2.ebuild
diff --git a/sys-cluster/ceph/files/ceph.initd-r8
b/sys-cluster/ceph/files/ceph.initd-r8
index 2f6c2601f16..2ef2ed1890d 100644
--- a/sys-cluster/ceph/files/ceph.initd-r8
+++ b/sys-cluster/ceph/files/ceph.initd-r8
@@ -77,7 +77,7 @@ start_pre() {
log_postfix=".${daemon_id}-${arg_name}.log"
log_file="${arg_val}"
- if [ "${log_file}" != /dev/null ]
+ if [ "${log_file}" != /dev/null ]; then
log_file="${log_file}${log_postfix}"
fi