Date: Wed, 25 Mar 1998 15:26:27 -0800 (PST) From: Nick Sayer <nsayer@quack.kfu.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: conf/6137: MAKEDEV patch for si Message-ID: <199803252326.PAA02344@quack.kfu.com>
next in thread | raw e-mail | index | archive | help
>Number: 6137 >Category: conf >Synopsis: MAKEDEV patch for si >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: support >Submitter-Id: current-users >Arrival-Date: Wed Mar 25 15:30:01 PST 1998 >Last-Modified: >Originator: Nick Sayer >Organization: Specialix, Inc. >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: si cards. >Description: Add cu initial and lock state devices to MAKEDEV >How-To-Repeat: >Fix: --- /dev/MAKEDEV.orig Tue May 20 03:36:12 1997 +++ /dev/MAKEDEV Thu Mar 19 16:58:22 1998 @@ -853,6 +853,12 @@ rm -f cuaA$name mknod cuaA$name c $major `expr $minor + 128` chown uucp.dialer cuaA$name + umask 77 + mknod cuaiA$name c $major `expr $minor + 65536 + 128` + chown root.wheel cuaiA$name + mknod cualA$name c $major `expr $minor + 131072 + 128` + chown root.wheel cualA$name + umask 7 port=`expr $port + 1` done umask 77 >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803252326.PAA02344>