summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Huneycutt <chadh@gentoo.org>2001-08-24 04:47:14 +0000
committerChad Huneycutt <chadh@gentoo.org>2001-08-24 04:47:14 +0000
commit63e355b2193309a47c4d6c459c245742e693c681 (patch)
tree2c7342f1c136575b7da8a782d1aef8f233f80f3d
parentpython, portage fixes (diff)
downloadgentoo-2-63e355b2193309a47c4d6c459c245742e693c681.tar.gz
gentoo-2-63e355b2193309a47c4d6c459c245742e693c681.tar.bz2
gentoo-2-63e355b2193309a47c4d6c459c245742e693c681.zip
added support ${MOUSEDEV} variable
-rw-r--r--sys-libs/gpm/files/gpm-1.19.3-r42
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/gpm/files/gpm-1.19.3-r4 b/sys-libs/gpm/files/gpm-1.19.3-r4
index 842d396b5bea..46e382588366 100644
--- a/sys-libs/gpm/files/gpm-1.19.3-r4
+++ b/sys-libs/gpm/files/gpm-1.19.3-r4
@@ -4,7 +4,7 @@ EXE=/usr/sbin/gpm
start() {
ebegin "Starting ${SERVICE}"
- start-stop-daemon --start --quiet --exec ${EXE} -t ${MOUSE}
+ start-stop-daemon --start --quiet --exec ${EXE} -- -m ${MOUSEDEV} -t ${MOUSE}
eend ${?} "Started ${SERVICE}." "Error starting ${SERVICE}."
}