Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 409825

Summary: net-analyzer/icinga-1.6.1-r2 initscript bug
Product: Gentoo Linux Reporter: Patrick Lauer <patrick>
Component: New packagesAssignee: Matthew Thode ( prometheanfire ) <prometheanfire>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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