Date: Tue, 1 Apr 2008 01:47:11 +0300 From: Ghirai <ghirai@ghirai.com> To: Gilles <gilles.ganault@free.fr> Cc: freebsd-questions@freebsd.org Subject: Re: [6.3] How are those daemons started? Message-ID: <20080401014711.56a399d2.ghirai@ghirai.com> In-Reply-To: <vke2v3h9m7h709d684m23tk8cnm3tagejb@4ax.com> References: <vke2v3h9m7h709d684m23tk8cnm3tagejb@4ax.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 31 Mar 2008 21:47:42 +0200 Gilles <gilles.ganault@free.fr> wrote: > Hello > > By running "netstat -an", I notice that some daemons are running, > even though nothing is listed in either /etc/rc.conf or some > equivalent in /usr/local/etc/ : > > tcp4 0 0 127.0.0.1.25 > udp4 0 0 *.2727 *.* > udp4 0 0 *.2727 *.* > udp4 0 0 *.514 *.* > > nmap seems to only handle TCP (TCP2000 = "callbook"?) doesn't say > which application is opening those ports, and lsof | grep doesn't > return anything :-/ > > Are there other ways to start daemons besides listing them in > /etc/rc.conf? > > Thank you. > You can stop syslog from listening by adding this to rc.conf: syslogd_flags="-ss" -- Regards, Ghirai.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080401014711.56a399d2.ghirai>