Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117728 - net-analyzer/nessus-2.3.1: adding --quiet to /etc/init.d/nessusd
Summary: net-analyzer/nessus-2.3.1: adding --quiet to /etc/init.d/nessusd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-04 04:59 UTC by Toralf Förster
Modified: 2006-02-04 06:57 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 Toralf Förster gentoo-dev 2006-01-04 04:59:27 UTC
This would speed up the starting sequence.
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2006-02-03 14:17:12 UTC
As far as I can tell, it already has quiet in it:

start() {
        ebegin "Starting nessusd"
        start-stop-daemon --start --quiet --exec /usr/sbin/nessusd -- -D
        eend $?
}

I realize it still moans a lot, but I don't think there is much more we can do. Is there?
Comment 2 Toralf Förster gentoo-dev 2006-02-04 01:11:13 UTC
But this is more quite :
start-stop-daemon --start --quiet --exec /usr/sbin/nessusd -- -D --quiet

This prevents nessus from printing out "...plugins loaded.."
Comment 3 Marcelo Goes (RETIRED) gentoo-dev 2006-02-04 06:57:54 UTC
Cool. Done, thanks!