| Summary: | net-analyzer/icinga-1.6.1-r2 initscript bug | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Patrick Lauer <patrick> |
| Component: | New packages | Assignee: | Matthew Thode ( prometheanfire ) <prometheanfire> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Hmm. After rebuilding the package I now have a nice init script that does it, no idea how that happened. Invalid! :D |
The current init script references but misses a checkconfig function. I suggest adding the following: checkconfig() { ebegin "Checking icinga config ..." /usr/sbin/icinga -v /etc/icinga/icinga.cfg eend $? }