Subject: Re: Problem with turning of some daemons.....
To: Reinoud Koornstra <Reinoud.Koornstra@ibbnet.nl>
From: Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE>
List: netbsd-help
Date: 09/14/1999 11:19:13
On Tue, Sep 14, 1999 at 10:00:15AM +0200, Reinoud Koornstra wrote:
> But...... the message:
> 
> starting rpc Daemon: portmap
> 
> Isnt right, i thought i disabled the portmap in rc.conf
> But then why this message?
Could you please do a (cd /etc;grep -3 portmap rc*)?

Output should look like this:

rc-# now start the rpc servers, for YP server/client.
rc-echo -n 'starting rpc daemons:'
rc-
rc:# note that portmap is generally required for all other rpc services.
rc:if checkyesno portmap; then
rc:     echo -n ' portmap';             portmap $portmap_flags
rc-fi
rc-
rc-if checkyesno ypserv; then
--
rc.conf-
rc.conf-# Daemons required by other daemons
rc.conf-inetd=YES               inetd_flags="-l"        # -l logs libwrap
rc.conf:portmap=NO              portmap_flags="-l"      # -l logs libwrap
rc.conf-
rc.conf-# Commonly used daemons
rc.conf-update=YES              update_flags="30"
-- 
Dies ist Thilos Unix Signature! Viel Spass damit.