From owner-cvs-all Thu Jan 6 2:56:51 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 A0620153F4; Thu, 6 Jan 2000 02:56:48 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA96307; Thu, 6 Jan 2000 02:56:48 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <200001061056.CAA96307@freefall.freebsd.org> From: Mike Smith Date: Thu, 6 Jan 2000 02:56:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 2000/01/06 02:56:47 PST Modified files: etc MAKEDEV Log: Now that chown is no longer available, we shouldn't try to use it. Improve the internal mknod() to understand being passed an (optional) user:group specification. Don't apply root:wheel to nodes explicitly anywhere, it's the default. Remove an odd looking uucp:wheel assignment, as it's inconsistent with all the other tty?? devices. Revision Changes Path 1.231 +32 -50 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message