From owner-freebsd-questions@FreeBSD.ORG Thu Jan 19 05:43:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02AA316A41F for ; Thu, 19 Jan 2006 05:43:38 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from mail07.powweb.com (mail07.powweb.com [66.152.97.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEEF443D49 for ; Thu, 19 Jan 2006 05:43:37 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes (24-119-122-41.cpe.cableone.net [24.119.122.41]) by mail07.powweb.com (Postfix) with ESMTP id 56D1A14DD2A; Wed, 18 Jan 2006 21:43:37 -0800 (PST) Date: Wed, 18 Jan 2006 23:52:00 -0600 From: Vulpes Velox To: ann kok Message-ID: <20060118235200.1d99a961@vixen42.vulpes> In-Reply-To: <20060118173348.97500.qmail@web53314.mail.yahoo.com> References: <20060118173348.97500.qmail@web53314.mail.yahoo.com> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: freebsd 6.0 rc.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2006 05:43:38 -0000 On Wed, 18 Jan 2006 09:33:48 -0800 (PST) ann kok 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.