From: Mikle Kolyada Date: Fri, 13 Sep 2019 14:33:23 +0000 (+0300) Subject: sys-cluster/rdma-core: fix quotes X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ac3351ca355d497b62c9f9edad10a8e34a488b3d;p=gentoo.git sys-cluster/rdma-core: fix quotes Closes: https://bugs.gentoo.org/589728 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- diff --git a/sys-cluster/rdma-core/files/srpd.init b/sys-cluster/rdma-core/files/srpd.init index c54e5d81ed58..07f5ec2d29a7 100644 --- a/sys-cluster/rdma-core/files/srpd.init +++ b/sys-cluster/rdma-core/files/srpd.init @@ -7,7 +7,7 @@ pidfile="/run/${SVCNAME}.pid" start_stop_daemon_args="-b -m" rdma_config="/etc/infiniband/openib.conf" -[ -f ${rdma_config} ] && source ${rdma_config}" +[ -f ${rdma_config} ] && source ${rdma_config} [ ${SRP_DEFAULT_TL_RETRY_COUNT} ] && command_args="-l ${SRP_DEFAULT_TL_RETRY_COUNT}"