Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 655468

Summary: www-servers/h2o-2.2.4: multiple QA notices; shell script appears to use non-POSIX feature(s)
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Ian Moone <gentoo>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/8666
https://github.com/gentoo/gentoo/pull/8769
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 609070    
Attachments: www-servers:h2o-2.2.4:20180511-094727.log

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(-)