From owner-freebsd-questions@FreeBSD.ORG Thu Jan 20 16:33:51 2005 Return-Path: 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 4B12F16A4CE for ; Thu, 20 Jan 2005 16:33:51 +0000 (GMT) Received: from web53803.mail.yahoo.com (web53803.mail.yahoo.com [206.190.36.198]) by mx1.FreeBSD.org (Postfix) with SMTP id 4C64243D2D for ; Thu, 20 Jan 2005 16:33:50 +0000 (GMT) (envelope-from stigmata_blackangel@yahoo.com) Received: (qmail 65441 invoked by uid 60001); 20 Jan 2005 16:33:49 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=s0a3Y0eMUybLiBQlqMDDQiW6205zeOZIyLOApw/uirF7sLa/hcdNSanRurhRxlrWcHEg1QVOZFNxKAH+L9fxvem35ppmO6KN8u4wv1KTdZ/ifDkNHWYBTvRGfA+lFzEcsuvR0YOJArClHQbPHjYci679r6DTeNOVkRGJ9DLfNKU= ; Message-ID: <20050120163349.65439.qmail@web53803.mail.yahoo.com> Received: from [24.9.155.250] by web53803.mail.yahoo.com via HTTP; Thu, 20 Jan 2005 08:33:49 PST Date: Thu, 20 Jan 2005 08:33:49 -0800 (PST) From: Gregor Mosheh To: Erik Norgaard , Toomas Aas In-Reply-To: <41EF8781.505@locolomo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: Andy Firman cc: FreeBSD Questions Subject: Re: /usr/local/etc/rc.d vs /etc/rc.conf question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jan 2005 16:33:51 -0000 > >> On my 4.10 box, there is a mysql-server script in > /usr/local/etc/rc.d > >> and nothing > >> in /etc/rc.conf, yet mysql-server starts up a > boot time. > >> Why? (the following is true for 4.x) Check the /etc/defaults/rc.conf file You'll see in there that the default setting for local_startup is "/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" So (as someone else pointed out) if you don't want MySQL to start up, and its script is in one of those default directories, then you'll need to disable that script somehow. Either rename it to not have a .sh extension, or chmod it so it's not executable. __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250