From owner-cvs-all Mon May 1 3:43:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5ABCC37B5FD; Mon, 1 May 2000 03:43:08 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA34931; Mon, 1 May 2000 03:43:07 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200005011043.DAA34931@freefall.freebsd.org> From: Peter Wemm Date: Mon, 1 May 2000 03:43:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/05/01 03:43:07 PDT Modified files: etc MAKEDEV Log: Fix a couple of easy cases where we make two identical devices.. one /dev/xxx and one /dev/rxxx. This changes them to a hard link so that less inodes are consumed and so that the permissions are always in sync. There are lots more of these still. Revision Changes Path 1.248 +5 -5 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message