diff options
author | sos <sos@FreeBSD.org> | 1996-09-09 18:47:47 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1996-09-09 18:47:47 +0000 |
commit | a6a179df03b2c8dac42eee7c39726cf90ea63d9c (patch) | |
tree | e6a25c3dc75095f5834b07fd9cf7a13a02f6acb5 /etc/MAKEDEV | |
parent | 4485fb37057d76ee027c78f072f878be202b1984 (diff) | |
download | FreeBSD-src-a6a179df03b2c8dac42eee7c39726cf90ea63d9c.zip FreeBSD-src-a6a179df03b2c8dac42eee7c39726cf90ea63d9c.tar.gz |
Fix for the problem that moused hangs if it is started from /etc/rc
Introduces the /dev/consolectl device for controlling various
console related things (given syscons is used).
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r-- | etc/MAKEDEV | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 823f661..671806a 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -101,7 +101,7 @@ # labpc* National Instrument's Lab-PC and LAB-PC+ # perfmon CPU performance-monitoring counters # -# $Id: MAKEDEV,v 1.121 1996/09/08 23:56:27 ache Exp $ +# $Id: MAKEDEV,v 1.122 1996/09/09 00:02:44 ache Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin: @@ -1063,9 +1063,11 @@ tun?) ;; sysmouse) - rm -f sysmouse + rm -f sysmouse consolectl mknod sysmouse c 12 128 - chown root.wheel sysmouse + mknod consolectl c 12 255 + chown root.wheel sysmouse consolectl + chmod 600 sysmouse consolectl ;; snp?) |