mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Use real device for mousedport, because /dev/mouse usually linked
with /dev/sysmouse when moused is active Add comment about this fact
This commit is contained in:
parent
d71651da35
commit
df28808d40
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue