In <[EMAIL PROTECTED]>, Aaron Walker <[EMAIL PROTECTED]> typed:
> I am trying to disable inetd and sendmail so that they do not start up
> when my router/firewall boots up.  I have the following in /etc/rc.conf
> but it doesnt do any good:
> inetd_enable="NO"
> sendmail_enable="NO"
> how do I go about disabling these?

inetd_enable is fine as "NO". If you're still seeing inetd after
changing this and rebooting, cut and paste the text because there's
probably a typo.

sendmail_enable needs to be "NONE", otherwise it starts sendmail with
different sets of flags.

        <mike
-- 
Mike Meyer <[EMAIL PROTECTED]>          http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to