From owner-freebsd-current@FreeBSD.ORG Wed May 26 11:16:40 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 454A016A4CE for ; Wed, 26 May 2004 11:16:40 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id A845543D3F for ; Wed, 26 May 2004 11:16:39 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 64C76653AC; Wed, 26 May 2004 19:16:27 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 85371-02-5; Wed, 26 May 2004 19:16:27 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 268E365213; Wed, 26 May 2004 19:16:26 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 6269C6137; Wed, 26 May 2004 19:16:25 +0100 (BST) Date: Wed, 26 May 2004 19:16:25 +0100 From: Bruce M Simpson To: Rob Message-ID: <20040526181624.GB55179@empiric.dek.spc.org> Mail-Followup-To: Rob , freebsd-current@freebsd.org, Kevin Oberman References: <40B2B7D4.5040106@users.sourceforge.net> <20040525210812.9728A5D08@ptavv.es.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040525210812.9728A5D08@ptavv.es.net> cc: freebsd-current@freebsd.org 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: Wed, 26 May 2004 18:16:40 -0000 On Tue, May 25, 2004 at 02:08:12PM -0700, Kevin Oberman wrote: > You can put them in /usr/local/etc/rc.d or /etc/rc.d. The former is the > more acceptable and should be used if the startup can be run at the end > of the startup. Take a look at the net-mgmt/snmptt port I just committed. This borrows from the net/quagga port in the area of rc script placement - showing how to place it in an appropriate location depending on OSVERSION. Regards, BMS