aboutsummaryrefslogtreecommitdiff
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorSøren Schmidt <sos@FreeBSD.org>1996-09-09 18:47:47 +0000
committerSøren Schmidt <sos@FreeBSD.org>1996-09-09 18:47:47 +0000
commita41cbc45befbb7b889a7989a11e631998325c926 (patch)
treee6a25c3dc75095f5834b07fd9cf7a13a02f6acb5 /etc/etc.i386
parentb6b34a5e0fd763fe87c9af9c3572a366dda2e9b8 (diff)
downloadsrc-a41cbc45befbb7b889a7989a11e631998325c926.tar.gz
src-a41cbc45befbb7b889a7989a11e631998325c926.zip
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).
Notes
Notes: svn path=/head/; revision=18190
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?)