Bug #375
main/nagios: should create and use a user called 'nagios' instead of using 'nobody'
| Status: | Closed | Start date: | 07/06/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | Aports | |||
| Target version: | Alpine 2.0.0 |
Description
The nagios package uses 'nobody' but it would be better to create a user called 'nagios'. This is done by adding:
pkgusers="nagios" pkggroups="nagios"
in the APKBUILD
Associated revisions
main/nagios: use user 'nagios' instead of 'nobody'
fixes #375
History
Updated by Jeff Bilyk over 1 year ago
in APKBUILD, would also need to changes lines 31 and 32 to set user to nagios, not nobody. nagios.confd would need to be updated to use new user, and finally the pre-install script from nrpe package could be copied to create the users.
Updated by Natanael Copa over 1 year ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 4653e1fb3db3b0c6132ffdb56880443f1915786f.
Updated by Natanael Copa over 1 year ago
- Status changed from Resolved to Closed