From owner-freebsd-current@FreeBSD.ORG Mon May 5 18:47:25 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 A128C37B401 for ; Mon, 5 May 2003 18:47:25 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4551D43F75 for ; Mon, 5 May 2003 18:47:25 -0700 (PDT) (envelope-from DougB@freebsd.org) Received: from master.dougb.net (12-234-22-23.client.attbi.com[12.234.22.23]) by attbi.com (rwcrmhc52) with SMTP id <20030506014724052006qvq4e>; Tue, 6 May 2003 01:47:24 +0000 Date: Mon, 5 May 2003 18:47:23 -0700 (PDT) From: Doug Barton To: freebsd-current@freebsd.org Message-ID: <20030505184257.D641@znfgre.qbhto.arg> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-rc@yahoogroups.com Subject: New devfs.conf 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: Tue, 06 May 2003 01:47:25 -0000 FYI, I've left the ttyv0 -> vga symlink commented out because X 4.3.0 doesn't seem to need it anymore. I tested it with xterm, aterm, xdm, startx, and a bunch of X apps that I have installed. My preference would be to leave it commented out unless there is demonstrated need, but if others have strong opinions about once again providing it by default, I won't quibble. Any other (constructive) comments or suggestions about this new mechanism are welcome. As far as I know, this is the last bit of functionality from rcOG that we needed to replicate. Thanks to the many folks who have made suggestions about how to improve the new rc system. Keep those cards and letters coming. :) Doug -- This .signature sanitized for your protection ---------- Forwarded message ---------- From: Doug Barton To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Mon, 5 May 2003 18:10:33 -0700 (PDT) Subject: cvs commit: src/etc devfs.conf src/etc/rc.d devfs dougb 2003/05/05 18:10:33 PDT FreeBSD src repository Modified files: etc/rc.d devfs Added files: etc devfs.conf Log: Allow users to configure stuff in /dev once again by re-doing the devfs script to read /etc/devfs.conf, and take appropriate actions based on what it finds there. The (commented out) examples in the new devfs.conf file are taken in part from the old rc.devfs script. Revision Changes Path 1.1 +47 -0 src/etc/devfs.conf (new) 1.5 +26 -13 src/etc/rc.d/devfs http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/devfs.conf http://www.FreeBSD.org/cgi/cvsweb.cgi/src/etc/rc.d/devfs.diff?&r1=1.4&r2=1.5&f=h