summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rathgeb <maggu2810@gmail.com>2013-04-06 22:04:31 +0200
committerMarkus Rathgeb <maggu2810@gmail.com>2013-04-06 22:04:31 +0200
commit5b0e16bc6563bab48fde245f7da1f1c8458cff86 (patch)
tree29e32711082cb47c0a178f59364d5395b13a568c
parentIntegrate further improvements of hasufell. (diff)
downloadsunrise-5b0e16bc6563bab48fde245f7da1f1c8458cff86.tar.gz
sunrise-5b0e16bc6563bab48fde245f7da1f1c8458cff86.tar.bz2
sunrise-5b0e16bc6563bab48fde245f7da1f1c8458cff86.zip
Integrate further improvements of hasufell.
-rwxr-xr-xgames-util/qtsixa/files/sixad.init20
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 $?
-}