aboutsummaryrefslogtreecommitdiff
path: root/etc/etc.i386
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/MAKEDEV8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 823f66103e91..671806a1c835 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/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?)