summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-09-09 00:17:14 +0000
committerache <ache@FreeBSD.org>1996-09-09 00:17:14 +0000
commit3fa9cc77324e0c0a2d8792ffcaccee181e1af1da (patch)
treef5d9794458728deabadf0711814bc2d0504770a9 /etc
parent664f5531fc7f149d139b8f8d42e1ce19e8666ada (diff)
downloadFreeBSD-src-3fa9cc77324e0c0a2d8792ffcaccee181e1af1da.zip
FreeBSD-src-3fa9cc77324e0c0a2d8792ffcaccee181e1af1da.tar.gz
Use real device for mousedport, because /dev/mouse usually linked
with /dev/sysmouse when moused is active Add comment about this fact
Diffstat (limited to 'etc')
-rw-r--r--etc/sysconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/sysconfig b/etc/sysconfig
index a16c339..7c34337 100644
--- a/etc/sysconfig
+++ b/etc/sysconfig
@@ -4,7 +4,7 @@
# This is sysconfig - a file full of useful variables that you can set
# to change the default startup behavior of your system.
#
-# $Id: sysconfig,v 1.48 1996/08/21 23:15:37 jkh Exp $
+# $Id: sysconfig,v 1.49 1996/09/07 19:11:00 ache Exp $
######################### Start Of Local Configuration Section ###########
@@ -55,7 +55,8 @@ mousedtype=NO
############## Next block activated only if mousetype != NO ################
# Set to your mouse port (required)
-mousedport=/dev/mouse
+# Use real device here, because /dev/mouse usually linked with /dev/sysmouse
+mousedport=/dev/cuaa0
# Moused options:
# -s: 9600 baud mouse
OpenPOWER on IntegriCloud