Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 462214 - www-servers/nginx: init script expects the presence of group `root'
Summary: www-servers/nginx: init script expects the presence of group `root'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: Normal trivial (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-18 14:56 UTC by Dmitri Bogomolov
Modified: 2013-06-02 22:52 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.