typo in the MOUSETYPE fixed
This commit is contained in:
parent
68ec9e296c
commit
cdf4c98871
2
gpm.init
2
gpm.init
@ -22,7 +22,7 @@ start() {
|
||||
echo -n $"Starting console mouse services: "
|
||||
|
||||
if [ -z "$MOUSETYPE" ]; then
|
||||
DEVICE="/dev/input/mice"
|
||||
DEVICE="exps2"
|
||||
fi
|
||||
|
||||
if [ -z "$DEVICE" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user