From owner-freebsd-questions@FreeBSD.ORG Mon Oct 20 08:46:25 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 627F816A4BF for ; Mon, 20 Oct 2003 08:46:25 -0700 (PDT) Received: from out008.verizon.net (out008pub.verizon.net [206.46.170.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2437243FCB for ; Mon, 20 Oct 2003 08:46:22 -0700 (PDT) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([4.46.22.189]) by out008.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20031020154621.TQXU9347.out008.verizon.net@duron.pcmedx.com>; Mon, 20 Oct 2003 10:46:21 -0500 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id C9060AB6A; Mon, 20 Oct 2003 08:46:20 -0700 (PDT) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id 25C47AA26; Mon, 20 Oct 2003 08:46:20 -0700 (PDT) Message-ID: <002a01c39721$51b30eb0$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: References: <200310111233.23883.jason@dictos.com> Date: Mon, 20 Oct 2003 08:46:25 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com X-Authentication-Info: Submitted using SMTP AUTH at out008.verizon.net from [4.46.22.189] at Mon, 20 Oct 2003 10:46:21 -0500 cc: jason@dictos.com Subject: Re: Best place to start a misc program at bootup 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: Mon, 20 Oct 2003 15:46:25 -0000 > So there's /etc/rc, and etc/rc.local, and then there's the fancy rc.conf > scripts which stat programs. /etc/rc and /etc/rc.local don't appear to be > "designated" places for starting up misc. programs, so where do we put these > misc programs which we want to run at startup? Take a look in /usr/local/etc/rc.d/.