From owner-freebsd-current@FreeBSD.ORG Tue May 25 08:59:45 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2ABA16A4CE for ; Tue, 25 May 2004 08:59:45 -0700 (PDT) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5BBBD43D1D for ; Tue, 25 May 2004 08:59:45 -0700 (PDT) (envelope-from nullentropy@lineone.net) Received: from [192.168.0.2] (orbital.gotadsl.co.uk [81.6.215.230]) by smtp.nildram.co.uk (Postfix) with ESMTP id 7E14424FC93; Tue, 25 May 2004 16:54:10 +0100 (BST) Message-ID: <40B36C1E.7050803@lineone.net> Date: Tue, 25 May 2004 16:54:06 +0100 From: Robert Downes User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040524 X-Accept-Language: en, fr, en-us MIME-Version: 1.0 To: Craig Rodrigues References: <40B2B7D4.5040106@users.sourceforge.net> <20040525125042.GA44047@crodrigues.org> In-Reply-To: <20040525125042.GA44047@crodrigues.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Wed, 26 May 2004 04:59:37 -0700 cc: freebsd-current@freebsd.org cc: Rob Subject: Re: Where to put my own startup script (/etc/rc.local ?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2004 15:59:45 -0000 Craig Rodrigues wrote: >(1) Create the following directory: > /usr/local/etc/rc.d/ > >(2) Put the scripts in that directory, make sure that the names > of the scripts end with .sh > > > Do the scripts also have to receive 'start' or 'stop' as a parameter? -- Bob