Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/h2o/files/
Date: Wed, 04 Jul 2018 13:27:59
Message-Id: 1530710848.32074359bf6a840899afc45afed2de5a50e2588a.hattya@gentoo
1 commit: 32074359bf6a840899afc45afed2de5a50e2588a
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 4 13:27:28 2018 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 4 13:27:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32074359
7
8 www-servers/h2o: update init script
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 www-servers/h2o/files/h2o.initd | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-servers/h2o/files/h2o.initd b/www-servers/h2o/files/h2o.initd
16 index b100434bd20..61944ccc555 100644
17 --- a/www-servers/h2o/files/h2o.initd
18 +++ b/www-servers/h2o/files/h2o.initd
19 @@ -13,7 +13,7 @@ description_reload="Reload the configuration file"
20 start_stop_daemon_args="--group ${RC_SVCNAME}"
21 command="/usr/bin/${RC_SVCNAME}"
22 command_args="-m daemon -c \"${h2o_config}\""
23 -pidfile="$(grep pid-file "${h2o_config}" | cut -d' ' -f2-)"
24 +pidfile="$(grep pid-file "${h2o_config}" | cut -d' ' -f2)"
25 name="H2O"
26
27 depend() {