Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96557 - sys-process/cronbase assumes the existance of cron group
Summary: sys-process/cronbase assumes the existance of cron group
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All FreeBSD
: High normal
Assignee: Cron Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-19 16:21 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-04-12 10:50 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-06-19 16:21:54 UTC
Currently cronbase assumes the existance of 'cron' group, installing files using it. Unfortunately such a group doesn't exists on FreeBSD layout and needs to be fixed someway.

A simple call to enewgroup in pkg_setup or where needed should be enough.

Thanks, Diego
Comment 1 Aaron Walker (RETIRED) gentoo-dev 2005-06-19 17:41:01 UTC
Fixed in 0.3.2.
Comment 2 SpanKY gentoo-dev 2005-06-19 20:48:18 UTC
can we update cronbase with `enewuser` too:

enewuser cron 16 /bin/false /var/spool/cron 16
Comment 3 Aaron Walker (RETIRED) gentoo-dev 2005-06-19 22:09:27 UTC
(In reply to comment #2)
> can we update cronbase with `enewuser` too:
> 
> enewuser cron 16 /bin/false /var/spool/cron 16

Yeah I was debating whether to add it also but didn't.  I'll add it.