From: Patrick McLean Date: Wed, 14 Mar 2018 01:33:36 +0000 (-0700) Subject: sys-cluster/ceph: Revision bump, brainfart in new init script in 12.2.4-r1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ef08702b2f3a34ef42bc91aaf12bedabd41dbfba;p=gentoo.git 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 --- 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