www-servers/h2o: update init script
authorAkinori Hattori <hattya@gentoo.org>
Wed, 4 Jul 2018 13:27:28 +0000 (22:27 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Wed, 4 Jul 2018 13:27:28 +0000 (22:27 +0900)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

www-servers/h2o/files/h2o.initd

index b100434bd20ee84303f5288d431c94e5096943ae..61944ccc555223dbaf67b1d348f89a5e0d2dd34f 100644 (file)
@@ -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() {