diff options
author | 2007-08-03 21:50:09 +0000 | |
---|---|---|
committer | 2007-08-03 21:50:09 +0000 | |
commit | f7db4ecc7b24b4141a0433517fdeb13e0929c2c4 (patch) | |
tree | d4749ec78a2851654daddc0b1efc228b86f7d4e6 /x11-drivers/ati-drivers/files/atieventsd.init | |
parent | Removing media-tv/ivtv as it's now in portage tree. (diff) | |
download | je_fro-f7db4ecc7b24b4141a0433517fdeb13e0929c2c4.tar.gz je_fro-f7db4ecc7b24b4141a0433517fdeb13e0929c2c4.tar.bz2 je_fro-f7db4ecc7b24b4141a0433517fdeb13e0929c2c4.zip |
Removing ati-drivers-8.39.4 as it's now in portage tree.
svn path=/; revision=19
Diffstat (limited to 'x11-drivers/ati-drivers/files/atieventsd.init')
-rw-r--r-- | x11-drivers/ati-drivers/files/atieventsd.init | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-drivers/ati-drivers/files/atieventsd.init b/x11-drivers/ati-drivers/files/atieventsd.init deleted file mode 100644 index 73139ce..0000000 --- a/x11-drivers/ati-drivers/files/atieventsd.init +++ /dev/null @@ -1,20 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/files/atieventsd.init,v 1.3 2007/05/18 23:58:01 marienz Exp $ - -depend() { - need acpid -} - -start() { - ebegin "Starting ${SVCNAME}" - start-stop-daemon --start --exec /opt/sbin/atieventsd -- ${ATIEVENTSDOPTS} - eend $? -} - -stop() { - ebegin "Stopping ${SVCNAME}" - start-stop-daemon --stop --quiet --exec /opt/sbin/atieventsd - eend $? -}
\ No newline at end of file |