From a6a179df03b2c8dac42eee7c39726cf90ea63d9c Mon Sep 17 00:00:00 2001 From: sos Date: Mon, 9 Sep 1996 18:47:47 +0000 Subject: 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). --- etc/MAKEDEV | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'etc/MAKEDEV') 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?) -- cgit v1.1