From: Akinori Hattori Date: Wed, 4 Jul 2018 13:27:28 +0000 (+0900) Subject: www-servers/h2o: update init script X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=32074359bf6a840899afc45afed2de5a50e2588a;p=gentoo.git www-servers/h2o: update init script Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/www-servers/h2o/files/h2o.initd b/www-servers/h2o/files/h2o.initd index b100434bd20e..61944ccc5552 100644 --- a/www-servers/h2o/files/h2o.initd +++ b/www-servers/h2o/files/h2o.initd @@ -13,7 +13,7 @@ description_reload="Reload the configuration file" start_stop_daemon_args="--group ${RC_SVCNAME}" command="/usr/bin/${RC_SVCNAME}" command_args="-m daemon -c \"${h2o_config}\"" -pidfile="$(grep pid-file "${h2o_config}" | cut -d' ' -f2-)" +pidfile="$(grep pid-file "${h2o_config}" | cut -d' ' -f2)" name="H2O" depend() {