Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 May 2006 20:30:26 GMT
From:      Subject: Re:misc/97368:les.parametres.de.demarage.du.demon.ne@FreeBSD.org
To:        freebsd-bugs@FreeBSD.org
Subject:   (no subject)
Message-ID:  <200605192030.k4JKUQB4095002@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/97368; it has been noted by GNATS.

From: To: bug-followup@FreeBSD.org,bendi@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605192030.k4JKUQB4095002>