sys-cluster/ceph: Revision bump, brainfart in new init script in 12.2.4-r1
authorPatrick McLean <chutzpah@gentoo.org>
Wed, 14 Mar 2018 01:33:36 +0000 (18:33 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Wed, 14 Mar 2018 01:33:36 +0000 (18:33 -0700)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sys-cluster/ceph/ceph-12.2.4-r2.ebuild [moved from sys-cluster/ceph/ceph-12.2.4-r1.ebuild with 100% similarity]
sys-cluster/ceph/files/ceph.initd-r8

index 2f6c2601f1684aa9c2083856981a6aa870ede237..2ef2ed1890de3c09228f7c820f000b0bd58be8d0 100644 (file)
@@ -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