From owner-freebsd-questions@FreeBSD.ORG Sun Jun 8 14:18:54 2003 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 81E1E37B408 for ; Sun, 8 Jun 2003 14:18:54 -0700 (PDT) Received: from blackout.time-walk.net (p50833A55.dip.t-dialin.net [80.131.58.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C1EFD43FDF for ; Sun, 8 Jun 2003 14:18:53 -0700 (PDT) (envelope-from florian@blackout.time-walk.net) Received: by blackout.time-walk.net (Postfix, from userid 1001) id 2114F189; Sun, 8 Jun 2003 23:20:57 +0000 (GMT) Date: Sun, 8 Jun 2003 23:20:57 +0000 From: Florian Ponroy To: freebsd-questions@FreeBSD.ORG Message-ID: <20030608232057.GC798@ommadawn.oldfield.net> Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <200306081510.13725.spooky@cableone.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306081510.13725.spooky@cableone.net> User-Agent: Mutt/1.4.1i Subject: Re: Startup files 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: Sun, 08 Jun 2003 21:18:54 -0000 On Sun, Jun 08, 2003 at 03:10:13PM -0600, Ken Thompson wrote: > Where do I put things to load during boot, things like loading modules and > starting kdm?? Poked about some and am working my way through the complete > bsd #3 as well as the "book" which I downloaded, but I haven't found > reference to the above, yet.. > Thanks to all in advance. All the executable scripts located in /usr/local/etc/rc.d/ will be executed during bootup. Florian