Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 388565 - www-servers/fnord does not create 'nofiles' group
Summary: www-servers/fnord does not create 'nofiles' group
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-26 15:01 UTC by Michael Orlitzky
Modified: 2012-03-24 10:50 UTC (History)
0 users

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 Michael Orlitzky gentoo-dev 2011-10-26 15:01:08 UTC
The 'nofiles' group used to be provided by baselayout, but isn't any longer. The ebuild should call,

  enewgroup nofiles 200

At the beginning of the existing pkg_setup:

  pkg_setup() {
  	enewuser fnord -1 -1 /etc/fnord nofiles
  	enewuser fnordlog -1 -1 /etc/fnord nofiles
  }

Discovered via bug 388537.
Comment 1 Pacho Ramos gentoo-dev 2012-03-24 10:50:37 UTC
+  24 Mar 2012; Pacho Ramos <pacho@gentoo.org> fnord-1.10-r2.ebuild:
+  Create nofiles group, bug #388565 by Michael Orlitzky.
+