summaryrefslogtreecommitdiff
blob: 7edbd9c5791f1428cddcd0882dc10a6ec188fd3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/runscript
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/files/afbinit.init,v 1.1 2003/07/08 20:33:25 weeve Exp $

depend() {
    before xdm
}

start() {
    ebegin "Loading afbinit"
    /usr/sbin/rc.afb
    eend $? "Failed to load afbinit"
}