Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 409825 - net-analyzer/icinga-1.6.1-r2 initscript bug
Summary: net-analyzer/icinga-1.6.1-r2 initscript bug
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-27 06:24 UTC by Patrick Lauer
Modified: 2012-04-01 06:32 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 Patrick Lauer gentoo-dev 2012-03-27 06:24:45 UTC
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 $?
}
Comment 1 Patrick Lauer gentoo-dev 2012-04-01 06:32:08 UTC
Hmm. After rebuilding the package I now have a nice init script that does it, no idea how that happened. Invalid! :D