summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/afbinit/files/afbinit.init')
-rw-r--r--x11-misc/afbinit/files/afbinit.init13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-misc/afbinit/files/afbinit.init b/x11-misc/afbinit/files/afbinit.init
deleted file mode 100644
index eb77118e7e01..000000000000
--- a/x11-misc/afbinit/files/afbinit.init
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- before xdm
-}
-
-start() {
- ebegin "Loading afbinit"
- /usr/sbin/rc.afb
- eend $? "Failed to load afbinit"
-}