Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 741004 - sys-process/cronie : follow GLEP 81 for "crontab" group
Summary: sys-process/cronie : follow GLEP 81 for "crontab" group
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glep-81
  Show dependency tree
 
Reported: 2020-09-08 04:17 UTC by Matt Whitlock
Modified: 2021-04-08 19:18 UTC (History)
1 user (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 Matt Whitlock 2020-09-08 04:17:23 UTC
sys-process/cronie ebuild currently has:

pkg_setup() {
	enewgroup crontab
}

This results in the "crontab" group potentially being assigned a different GID from system to system.

I request that sys-process/cronie be migrated to GLEP 81:

https://www.gentoo.org/glep/glep-0081.html
Comment 1 Conrad Kostecki gentoo-dev 2021-04-08 19:18:25 UTC
Seems to be fixed, as all current testing versions have migrated to GLEP 81.