diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2018-03-13 18:33:36 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2018-03-13 18:33:36 -0700 |
commit | ef08702b2f3a34ef42bc91aaf12bedabd41dbfba (patch) | |
tree | 20bcbac8c18780f012b876288b13f533e8a79eff /sys-cluster/ceph | |
parent | dev-perl/Tk: Bump to version 804.34.0 (diff) | |
download | gentoo-ef08702b2f3a34ef42bc91aaf12bedabd41dbfba.tar.gz gentoo-ef08702b2f3a34ef42bc91aaf12bedabd41dbfba.tar.bz2 gentoo-ef08702b2f3a34ef42bc91aaf12bedabd41dbfba.zip |
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
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/ceph-12.2.4-r2.ebuild (renamed from sys-cluster/ceph/ceph-12.2.4-r1.ebuild) | 0 | ||||
-rw-r--r-- | sys-cluster/ceph/files/ceph.initd-r8 | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/ceph/ceph-12.2.4-r1.ebuild b/sys-cluster/ceph/ceph-12.2.4-r2.ebuild index 1fbe80838494..1fbe80838494 100644 --- a/sys-cluster/ceph/ceph-12.2.4-r1.ebuild +++ b/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 |