summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-01-23 13:52:57 +0000
committerAchim Gottinger <achim@gentoo.org>2001-01-23 13:52:57 +0000
commit8b56286d9ce40b85f36e34139c0be9d47936f697 (patch)
treeaf5af8a5723217e011d8b6b583bda2317edab41b /net-analyzer/nessus
parentModules for bugzilla (diff)
downloadhistorical-8b56286d9ce40b85f36e34139c0be9d47936f697.tar.gz
historical-8b56286d9ce40b85f36e34139c0be9d47936f697.tar.bz2
historical-8b56286d9ce40b85f36e34139c0be9d47936f697.zip
Nessus needs -D to run in background now
Diffstat (limited to 'net-analyzer/nessus')
-rwxr-xr-xnet-analyzer/nessus/files/nessusd2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nessus/files/nessusd b/net-analyzer/nessus/files/nessusd
index c81a4ffa2ec8..256871ce4454 100755
--- a/net-analyzer/nessus/files/nessusd
+++ b/net-analyzer/nessus/files/nessusd
@@ -11,7 +11,7 @@ EXE=/usr/sbin/nessusd
start() {
ebegin "Starting $SERVICE..."
- start-stop-daemon --start --quiet --exec $EXE
+ start-stop-daemon --start --quiet --exec $EXE -- -D
eend $? "Started $SERVICE." "Error Starting $SERVICE."
}