From ef08702b2f3a34ef42bc91aaf12bedabd41dbfba Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Tue, 13 Mar 2018 18:33:36 -0700 Subject: [PATCH] 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 --- .../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(-) rename sys-cluster/ceph/{ceph-12.2.4-r1.ebuild => ceph-12.2.4-r2.ebuild} (100%) 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 2f6c2601f168..2ef2ed1890de 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 -- 2.26.2