From owner-freebsd-questions Sat Jan 19 20:31:13 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailout.fastq.com (mailout.fastq.com [204.62.193.66]) by hub.freebsd.org (Postfix) with ESMTP id 7E26537B416 for ; Sat, 19 Jan 2002 20:31:11 -0800 (PST) Received: from broken (d126-osel.phx.fastq.com [216.190.249.158]) by mailout.fastq.com (8.11.3/8.11.3.FastQ-MailOut) with ESMTP id g0K4VAT32348 for ; Sat, 19 Jan 2002 21:31:10 -0700 (MST) (envelope-from dan@ript.org) From: "Dan Trainor" To: Subject: question about rc.conf Date: Sat, 19 Jan 2002 21:44:12 -0700 Message-ID: <009c01c1a16d$1c1a7e10$0100a8c0@broken> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Reading through thhe /etc/defaults/rc.conf file, I see this: local_startup="/usr/local/etc/rc.d Is it "standard practice" to use that, and drop all startup scripts that come with applications inside that dir, or do I just add those little startup scripts directly to /etc/rc.conf? This really isn't a big deal, I suppose I could do either, but I'd like to keep to a "standard practice". -dt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message