diff options
author | Markus Rathgeb <maggu2810@gmail.com> | 2013-04-06 22:04:31 +0200 |
---|---|---|
committer | Markus Rathgeb <maggu2810@gmail.com> | 2013-04-06 22:04:31 +0200 |
commit | 5b0e16bc6563bab48fde245f7da1f1c8458cff86 (patch) | |
tree | 29e32711082cb47c0a178f59364d5395b13a568c /games-util | |
parent | Integrate further improvements of hasufell. (diff) | |
download | sunrise-reviewed-5b0e16bc6563bab48fde245f7da1f1c8458cff86.tar.gz sunrise-reviewed-5b0e16bc6563bab48fde245f7da1f1c8458cff86.tar.bz2 sunrise-reviewed-5b0e16bc6563bab48fde245f7da1f1c8458cff86.zip |
Integrate further improvements of hasufell.
Diffstat (limited to 'games-util')
-rwxr-xr-x | games-util/qtsixa/files/sixad.init | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/games-util/qtsixa/files/sixad.init b/games-util/qtsixa/files/sixad.init deleted file mode 100755 index 8d3e13b48..000000000 --- a/games-util/qtsixa/files/sixad.init +++ /dev/null @@ -1,20 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -depend() { - need bluetooth -} - -start() { - ebegin "Starting ${SVCNAME}" - start-stop-daemon --start --exec /usr/sbin/sixad-bin 0 0 0 - eend $? -} - -stop() { - ebegin "Shutting down ${SVCNAME}" - start-stop-daemon --stop --quiet --exec /usr/sbin/sixad-bin 0 0 0 - eend $? -} |