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: "
|
echo -n $"Starting console mouse services: "
|
||||||
|
|
||||||
if [ -z "$MOUSETYPE" ]; then
|
if [ -z "$MOUSETYPE" ]; then
|
||||||
DEVICE="/dev/input/mice"
|
DEVICE="exps2"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$DEVICE" ]; then
|
if [ -z "$DEVICE" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user