projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
706e08d
)
www-servers/h2o: update init script
author
Akinori Hattori
<hattya@gentoo.org>
Wed, 4 Jul 2018 13:27:28 +0000
(22:27 +0900)
committer
Akinori 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
patch
|
blob
|
history
diff --git
a/www-servers/h2o/files/h2o.initd
b/www-servers/h2o/files/h2o.initd
index b100434bd20ee84303f5288d431c94e5096943ae..61944ccc555223dbaf67b1d348f89a5e0d2dd34f 100644
(file)
--- 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() {