First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 97937
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Daniel Ahlberg (RETIRED) <aliz@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Niels Laukens <nielchiano@skynet.be>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 97937 depends on: Show dependency tree
Bug 97937 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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.

------- Comment #1 From Francesco R. (RETIRED) 2005-09-30 19:46:30 0000 -------
Impacted in this bug me too, today.
Applyed the fix Niels posted. Thanks.

Sincerely,
Francesco

First Last Prev Next    No search results available      Search page      Enter new bug