add synaptics
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@496 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
20
x11-drivers/synaptics/files/rc.init
Normal file
20
x11-drivers/synaptics/files/rc.init
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/sbin/runscript
|
||||
# Copyright 1999-2002 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/synaptics/files/rc.init,v 1.2 2006/12/19 01:07:10 lu_zero Exp $
|
||||
|
||||
depend() {
|
||||
use localmount
|
||||
}
|
||||
|
||||
start() {
|
||||
ebegin "Starting syndaemon"
|
||||
/usr/bin/syndaemon ${SYNDAEMON_OPTS}
|
||||
eend $?
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping syndaemon"
|
||||
kill `cat /var/run/syndaemon.pid`
|
||||
eend $?
|
||||
}
|
||||
Reference in New Issue
Block a user