Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 655468 - www-servers/h2o-2.2.4: multiple QA notices; shell script appears to use non-POSIX feature(s)
Summary: www-servers/h2o-2.2.4: multiple QA notices; shell script appears to use non-P...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Moone
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 609070
  Show dependency tree
 
Reported: 2018-05-11 10:09 UTC by Michał Górny
Modified: 2018-07-04 13:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
www-servers:h2o-2.2.4:20180511-094727.log (www-servers:h2o-2.2.4:20180511-094727.log,348.53 KB, text/plain)
2018-05-11 10:09 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2018-05-11 10:09:06 UTC
Created attachment 530794 [details]
www-servers:h2o-2.2.4:20180511-094727.log

* QA Notice: make jobserver unavailable:
 * 
 * 	make[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
 * QA Notice: shell script appears to use non-POSIX feature(s):
 *    possible bashism in /etc/init.d/h2o line 39 (should be >word 2>&1):
 *    	kill -HUP $(cat ${pidfile}) &>/dev/null
 *    possible bashism in /etc/init.d/h2o line 46 (should be >word 2>&1):
 *    	if ! ${command} -c ${config} -t &>/dev/null; then
Comment 1 Larry the Git Cow gentoo-dev 2018-07-04 13:24:01 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d789b6541c11824fe6c54368c7dd14416d463bed

commit d789b6541c11824fe6c54368c7dd14416d463bed
Author:     Akinori Hattori <hattya@gentoo.org>
AuthorDate: 2018-07-04 13:19:12 +0000
Commit:     Akinori Hattori <hattya@gentoo.org>
CommitDate: 2018-07-04 13:23:47 +0000

    www-servers/h2o: update init script
    
    Closes: https://bugs.gentoo.org/655468
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 www-servers/h2o/files/h2o.initd | 54 +++++++++++++++--------------------------
 1 file changed, 20 insertions(+), 34 deletions(-)