summaryrefslogtreecommitdiff
path: root/app-misc/tpconfig/files/tpconfig
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/tpconfig/files/tpconfig')
-rw-r--r--app-misc/tpconfig/files/tpconfig22
1 files changed, 0 insertions, 22 deletions
diff --git a/app-misc/tpconfig/files/tpconfig b/app-misc/tpconfig/files/tpconfig
deleted file mode 100644
index 6eafbb5803ea..000000000000
--- a/app-misc/tpconfig/files/tpconfig
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- before xdm
-}
-
-start() {
- ebegin "Loading tpconfig options..."
- /usr/bin/tpconfig ${TPOPTIONS} > /dev/null 2> /tmp/tpconfig.start
- if [ -z "`cat /tmp/tpconfig.start 2> /dev/null`" ]; then
- eend 0
- else
- eend 1
- fi
-}
-
-stop() {
- ebegin "Stoping tpconfig (this does nothing)..."
- eend 0
-}