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

Bug 462214

Summary: www-servers/nginx: init script expects the presence of group `root'
Product: Gentoo/Alt Reporter: Dmitri Bogomolov <4glitch>
Component: FreeBSDAssignee: Gentoo/BSD Team <bsd+disabled>
Status: RESOLVED FIXED    
Severity: trivial CC: dev-zero, hollow
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---

Description Dmitri Bogomolov 2013-03-18 14:56:46 UTC
This line in configtest():

  checkpath -q -d -m 0755 -o root:root /var/log/nginx

On g/fbsd the group probably should be `wheel'.

Reproducible: Always




# groups root
wheel operator
Comment 1 Naohiro Aota gentoo-dev 2013-03-20 01:41:36 UTC
@maintainer 
Please use "root:0" instead.
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2013-04-25 06:45:11 UTC
fixed, thanks
Comment 3 Dmitri Bogomolov 2013-06-01 09:26:22 UTC
This happen again. Now in src_install() of nginx-1.4.1-r5.ebuild:
    fowners ${PN}:root "${NGINX_HOME_TMP}"
Comment 4 Naohiro Aota gentoo-dev 2013-06-02 22:52:24 UTC
Fixed in the tree.