diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-09 00:17:14 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-09-09 00:17:14 +0000 |
| commit | df28808d40d2ab43b1e8837e5c8dd771ec65fd63 (patch) | |
| tree | f5d9794458728deabadf0711814bc2d0504770a9 /etc/sysconfig | |
| parent | d71651da35db4f0ad808a778a42efe043e13f6dd (diff) | |
Notes
Diffstat (limited to 'etc/sysconfig')
| -rw-r--r-- | etc/sysconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/sysconfig b/etc/sysconfig index a16c3398f1603..7c34337630b51 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 |
