From owner-cvs-all Tue Dec 4 11:30: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 3014837B405; Tue, 4 Dec 2001 11:30:04 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id GAA25668; Wed, 5 Dec 2001 06:30:02 +1100 Date: Wed, 5 Dec 2001 06:30:23 +1100 (EST) From: Bruce Evans X-X-Sender: To: Dag-Erling Smorgrav Cc: , Subject: Re: cvs commit: src/etc MAKEDEV In-Reply-To: <200112040048.fB40mMj86978@freefall.freebsd.org> Message-ID: <20011205062532.Y8865-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 3 Dec 2001, Dag-Erling Smorgrav wrote: > des 2001/12/03 16:48:22 PST > > Modified files: > etc MAKEDEV > Log: > Call the ATAPI tape devices "ast" and "nast", not "rast" and "nrast". Add > backward compatibility symlinks for good measure. > DEVFS already gets this right (except for the symlinks). DEVFS already gets this right by not creating any links. I removed all the "r" devices (from /dev, not MAKEDEV) a year or two ago and haven't had any problems. The links, if any, should be hard links anyway, the same as for all other "r" devices. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message