From owner-freebsd-current@FreeBSD.ORG Sat May 3 11:21:47 2003 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 0C02737B405; Sat, 3 May 2003 11:21:46 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC09043FBD; Sat, 3 May 2003 11:21:41 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h43ILfA7030171; Sat, 3 May 2003 12:21:41 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 03 May 2003 12:21:31 -0600 (MDT) Message-Id: <20030503.122131.75256343.imp@bsdimp.com> To: DougB@freebsd.org From: "M. Warner Losh" In-Reply-To: <20030502030910.H12694@znfgre.qbhto.arg> References: <200305020810.h428AxCw057728@repoman.freebsd.org> <20030502030910.H12694@znfgre.qbhto.arg> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: mtm@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: cvs commit: src/etc/rc.d devfs 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: Sat, 03 May 2003 18:21:47 -0000 In message: <20030502030910.H12694@znfgre.qbhto.arg> Doug Barton writes: : I think the way to handle this is to have a devd conf file, similar to ^^^^--- devfs, don't you mean? : I have an eye toward eventually migrating /etc/*.conf to /etc/conf, since : /etc is too cluttered (IMO). However, to handle this particular issue, I'm : thinking we should repo-copy /etc/rc.devd to /etc/conf/devd, and adjust ^^^^^^^^^^^^^--- /etc/devd.conf, you mean? : /etc/rc.d/devd accordingly. I see no reason to do this at all. It violates POLA and /etc is a lot less cluttered now that rc.* are gone. Warner