Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 106806 Details for
Bug 161905
app-laptop/tp-scroll - enables scrolling for IBM trackpoints (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
init.d script for gentoo
tp-scroll.rc (text/plain), 852 bytes, created by
Jonathan Vogt
on 2007-01-13 14:58:46 UTC
(
hide
)
Description:
init.d script for gentoo
Filename:
MIME Type:
Creator:
Jonathan Vogt
Created:
2007-01-13 14:58:46 UTC
Size:
852 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >depend() { > before xdm >} > >start() { > ebegin "Starting tp-scroll" > myopts="" > if [ ${INPUT_DEVICE} ]; then > myopts="${myopts} -i ${INPUT_DEVICE}" > fi > if [ ${OUTPUT_DEVICE} ]; then > myopts="${myopts} -o ${OUTPUT_DEVICE}" > fi > if [ ${XY_ACCEL_EXP} ]; then > myopts="${myopts} -x ${XY_ACCEL_EXP}" > fi > if [ ${Z_ACCEL_EXP} ]; then > myopts="${myopts} -z ${Z_ACCEL_EXP}" > fi > if [ ${Z_ACCEL_MULT} ]; then > myopts="${myopts} -m ${Z_ACCEL_MULT}" > fi > start-stop-daemon --start --quiet --background --make-pidfile \ > --pidfile /var/run/tp-scroll.pid --exec /usr/sbin/tp-scroll -- ${myopts} > eend $? >} > >stop() { > ebegin "Stopping tp-scroll" > start-stop-daemon --stop --quiet --pidfile /var/run/tp-scroll.pid > eend $? >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 161905
:
106801
|
106803
|
106804
|
106806
|
106808
|
107050