Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97937 - init.d/ulogd reload fails: killproc not found
Summary: init.d/ulogd reload fails: killproc not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-04 14:17 UTC by Niels Laukens
Modified: 2005-09-30 19:46 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 Niels Laukens 2005-07-04 14:17:29 UTC
when trying to reload ulogd using /etc/init.d/ulogd reload, bash complains:
/etc/init.d/ulogd: line 44: killproc: command not found

Solution: change the init-script to:
reload() {
        initService
        ebegin "Reloading ulogd.conf file"
        killall -HUP ulogd
        eend $?
}


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Francesco R. (RETIRED) gentoo-dev 2005-09-30 19:46:30 UTC
Impacted in this bug me too, today.
Applyed the fix Niels posted. Thanks.

Sincerely,
Francesco