Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 491450
Collapse All | Expand All

(-)/usr/portage/x11-misc/bumblebee/files/bumblebee.initd (-2 / +2 lines)
Lines 1-10 Link Here
1
#!/sbin/runscript
1
#!/sbin/runscript
2
# Copyright 1999-2012 Gentoo Foundation
2
# Copyright 1999-2012 Gentoo Foundation
3
# Distributed under the terms of the GNU General Public License v2
3
# Distributed under the terms of the GNU General Public License v2
4
# $Header: /var/cvsroot/gentoo-x86/x11-misc/bumblebee/files/bumblebee.initd,v 1.2 2012/06/04 19:46:24 pacho Exp $
4
# $Header: $
5
5
6
depend() {
6
depend() {
7
	need xdm vgl
7
	need localmount
8
}
8
}
9
9
10
PIDFILE="${PIDFILE:-/var/run/bumblebee.pid}"
10
PIDFILE="${PIDFILE:-/var/run/bumblebee.pid}"

Return to bug 491450