Re: freebsd 6.0 rc.conf

2006-01-18 Thread David Stanford
ann kok,

Here http://freebsd.qmailrocks.org/remove.htm are some instructions on
uninstalling Sendmail.

-David

On 1/18/06, 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.

 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

 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: freebsd 6.0 rc.conf

2006-01-18 Thread fbsd_user
You are looking for this

sendmail_enable=NONE


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of David
Stanford
Sent: Wednesday, January 18, 2006 3:04 PM
To: ann kok
Cc: freebsd-questions@freebsd.org
Subject: Re: freebsd 6.0 rc.conf


ann kok,

Here http://freebsd.qmailrocks.org/remove.htm are some
instructions on
uninstalling Sendmail.

-David

On 1/18/06, 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.

 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

 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd 6.0 rc.conf

2006-01-18 Thread Vulpes Velox
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]