summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-11-30 09:44:41 +0000
committerChris White <chriswhite@gentoo.org>2005-11-30 09:44:41 +0000
commit866a505fe9734d7eeb309fde48ecfc42167664a5 (patch)
treef0c61f099b89d16c338ad23cb89287e69d546237 /x11-misc/afbinit/files/afbinit.init
parent*** empty log message *** (diff)
downloadgentoo-2-866a505fe9734d7eeb309fde48ecfc42167664a5.tar.gz
gentoo-2-866a505fe9734d7eeb309fde48ecfc42167664a5.tar.bz2
gentoo-2-866a505fe9734d7eeb309fde48ecfc42167664a5.zip
*** empty log message ***
Diffstat (limited to 'x11-misc/afbinit/files/afbinit.init')
-rw-r--r--x11-misc/afbinit/files/afbinit.init14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-misc/afbinit/files/afbinit.init b/x11-misc/afbinit/files/afbinit.init
index 7edbd9c5791f..ea435bf0fd96 100644
--- a/x11-misc/afbinit/files/afbinit.init
+++ b/x11-misc/afbinit/files/afbinit.init
@@ -1,14 +1,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 $
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/afbinit/files/afbinit.init,v 1.1.1.1 2005/11/30 09:40:31 chriswhite Exp $
depend() {
- before xdm
+ before xdm
}
start() {
- ebegin "Loading afbinit"
- /usr/sbin/rc.afb
- eend $? "Failed to load afbinit"
+ ebegin "Loading afbinit"
+ /usr/sbin/rc.afb
+ eend $? "Failed to load afbinit"
}