| Bug#: 97937 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: minor | Priority: P2 |
| Resolution: FIXED | Assigned To: aliz@gentoo.org | Reported By: nielchiano@skynet.be | |
| Component: Applications | |||
| URL: | |||
| Summary: init.d/ulogd reload fails: killproc not found | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2005-07-04 14:17 0000 | |||
| Description: | Opened: 2005-07-04 14:17 0000 |
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.
Impacted in this bug me too, today. Applyed the fix Niels posted. Thanks. Sincerely, Francesco