summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-12-19 01:07:10 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-12-19 01:07:10 +0000
commit293e95d8c1ae170fe27fea5fc9a0a053065afbe9 (patch)
treea4700e3d833c08e9508c6777e8cb90899612e2c9 /x11-drivers/synaptics/files
parentstable x86, bug #158402 (diff)
downloadhistorical-293e95d8c1ae170fe27fea5fc9a0a053065afbe9.tar.gz
historical-293e95d8c1ae170fe27fea5fc9a0a053065afbe9.tar.bz2
historical-293e95d8c1ae170fe27fea5fc9a0a053065afbe9.zip
Fix syndaemon path in the initscript
Package-Manager: portage-2.1.2_rc3-r6
Diffstat (limited to 'x11-drivers/synaptics/files')
-rw-r--r--x11-drivers/synaptics/files/rc.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/synaptics/files/rc.init b/x11-drivers/synaptics/files/rc.init
index c3888f846f19..be2ac40b207b 100644
--- a/x11-drivers/synaptics/files/rc.init
+++ b/x11-drivers/synaptics/files/rc.init
@@ -1,7 +1,7 @@
#!/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.1 2005/12/09 16:11:18 seemant Exp $
+# $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
@@ -9,7 +9,7 @@ depend() {
start() {
ebegin "Starting syndaemon"
- /usr/X11R6/bin/syndaemon ${SYNDAEMON_OPTS}
+ /usr/bin/syndaemon ${SYNDAEMON_OPTS}
eend $?
}