From 32074359bf6a840899afc45afed2de5a50e2588a Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Wed, 4 Jul 2018 22:27:28 +0900 Subject: www-servers/h2o: update init script Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- www-servers/h2o/files/h2o.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www-servers/h2o') 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() { -- cgit v1.2.3-65-gdbad