(no subject)

les.parametres.de.demarage.du.demon.ne at FreeBSD.org les.parametres.de.demarage.du.demon.ne at FreeBSD.org
Fri May 19 20:30:27 UTC 2006


The following reply was made to PR misc/97368; it has been noted by GNATS.

From: To: bug-followup at FreeBSD.org,bendi at altern.org
Cc:  
Subject: Re: misc/97368: les parametres de demarage du demon ne
Date: Fri, 19 May 2006 22:27:14 +0200 (CEST)

 Quick translation:
 
 Synopsis: startup options for nessusd are ignored
 
 Description:
 
 eg,
 nessusd_flags="-D -a 127.0.0.1"
 in /etc/rc.conf is ignored.
 
 How-To-Repeat:
 
 Install nessusd with default options:
 #cd /usr/ports/security/nessus
 #make install
 #echo 'nessusd_enable="YES"'>> /etc/rc.conf
 #echo 'nessusd_enable="-D -a 127.0.0.1"'>> /etc/rc.conf
 #reboot
 #sockstat | grep nessusd
 See it listen on all interfaces, not localhost only
 
 Fix:
 
 In /usr/local/etc/rc.d/nessusd.sh, change:
 nessusd_flags="-D"
 to:
 [-z $nessusd_flags ] && nessusd_flags="-D"


More information about the freebsd-bugs mailing list