From owner-freebsd-hackers@FreeBSD.ORG Wed May 7 00:40:58 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C92537B401; Wed, 7 May 2003 00:40:58 -0700 (PDT) Received: from puffin.mail.pas.earthlink.net (puffin.mail.pas.earthlink.net [207.217.120.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AFEE43F93; Wed, 7 May 2003 00:40:57 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0555.cvx40-bradley.dialup.earthlink.net ([216.244.44.45] helo=mindspring.com) by puffin.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19DJXs-0002Hu-00; Wed, 07 May 2003 00:40:56 -0700 Message-ID: <3EB8B7FD.AFBE8EC4@mindspring.com> Date: Wed, 07 May 2003 00:38:37 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Doug Barton References: <011901c31390$7aef5730$0300000a@antalus> <20030505225826.G666@znfgre.qbhto.arg> <20030506002824.G666@znfgre.qbhto.arg> <20030506214845.X5620@znfgre.qbhto.arg> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4d12a986ba3954cbbed3dce245ce6f7e0350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: hackers@freebsd.org Subject: Re: Bridge config in /etc/rc (patch) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2003 07:40:58 -0000 Doug Barton wrote: > On Tue, 6 May 2003, Benjamin F. Burke wrote: > Experienced users can fend for themselves regarding edge cases like bridge > configurations. That's what rc.local is for. I'm worried about not > overwhelming new users. As an idea here, is it possible to have a large list of rc files in a particular location in directories that would automatically be run in their own directory, and automatically get their defaults sourced in, and have their own rc.conf's that get sourced in, etc.? If there were a subdirectory traversal for (currently non-existant) subdirectories in /usr/local somewhere, then each one of these "fend for yourself" cases could be implemented as ports. /usr/ports/rc/* anyone? -- Terry