On Wed, 18 Jan 2006 09:33:48 -0800 (PST)
ann kok <[EMAIL PROTECTED]> wrote:

> Hi all
> 
> I have 2 questons about rc.conf
> 
> 1/ I want to stop sendmail running in the box. in the
> man page in rc.sendmail. it said to put the following
> in rc.conf. "to completely prevent any snedmail(8)
> daemons from starting. but my sendmail is still
> running in the box!
> 
> sendmail_enable="NO"
> sendmail_submit_enable="NO"
> sendmail_outbound_enable="NO"
> sendmail_msp_queue_enable="NO"
> 
> 2/ When I put quagga_flags="start" in rc.conf, the box
> is in boot process and seems to not in logon prompt.

Probally because quagga is hanging for some reason and rc.d is
waiting for it to exit, so it can continue. Generally this can be
bypassed by hitting control-C.

> but I remove quagga_flags="start" in rc.conf, the box
> is in the logon prompt
> 
> Why?
> 
> Thank you for your help
> 
> defaultrouter="NO"
> quagga_enable="YES"
> quagga_daemons="zebra bgpd"
> quagga_flags="start"
> router_enable="NO"

Just look at the rcNG startup script for it. I don't think
quagga_flags is used. It is a little late here, so I may be wrong on
that.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to