From owner-freebsd-current@FreeBSD.ORG Mon Oct 17 20:01:29 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1233) id 7B6B01065670; Mon, 17 Oct 2011 20:01:29 +0000 (UTC) Date: Mon, 17 Oct 2011 20:01:29 +0000 From: Alexander Best To: freebsd-current@freebsd.org Message-ID: <20111017200129.GA13481@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline Subject: small devfs.conf patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 17 Oct 2011 20:01:29 -0000 --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline hi there, any thoughts regarding this change? with the ata subsystem dying, linking to /dev/acd isn't really necessary any more. also a lot of ports nowadays depend on /dev/dvd. cheers. alex --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="devfs.conf.diff" diff --git a/etc/devfs.conf b/etc/devfs.conf index f7869fe..f3a270e 100644 --- a/etc/devfs.conf +++ b/etc/devfs.conf @@ -35,7 +35,8 @@ #link ttyv0 vga # Commonly used by many ports -#link acd0 cdrom +#link cd0 cdrom +#link cd0 dvd # Allow a user in the wheel group to query the smb0 device #perm smb0 0660 --bp/iNruPH9dso1Pn--