From owner-freebsd-questions@FreeBSD.ORG Thu Dec 2 16:10:46 2004 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 47EEF16A4CE for ; Thu, 2 Dec 2004 16:10:46 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEC9543D1D for ; Thu, 2 Dec 2004 16:10:45 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 2 Dec 2004 10:13:13 -0600 Message-ID: <41AF3E96.7090305@daleco.biz> Date: Thu, 02 Dec 2004 10:11:02 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Cezar Fistik References: <01d201c4d888$c57ea620$33a11ad9@office.arax.md> In-Reply-To: <01d201c4d888$c57ea620$33a11ad9@office.arax.md> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Dec 2004 16:13:14.0011 (UTC) FILETIME=[D348F6B0:01C4D889] cc: freebsd-questions@freebsd.org Subject: Re: rc.conf and new startup scripts 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, 02 Dec 2004 16:10:46 -0000 Cezar Fistik wrote: >Hi all, > >I would like to get some info about changes to startup >scripts that are in /usr/local/etc/rc.d/ directory. It >looks like they are completely different now... calls >to some "strange" functions etc. How do they relate to >rc.conf? I mean now I need to tell in rc.conf: DAEMON_enable="YES", >if I don't the script in rc.d is just ignored. I would appreciate >any info regarding these new changes. > >Thank you, >Cezar > > The comments in /etc/defaults/rc.conf are a good starting point, and quite educational IMHO. Kevin Kinsey