Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 381318 Details for
Bug 517740
x11-misc/bumblebee - init script should rmmod bbswitch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/bumblebee.initd
bumblebee.initd (text/plain), 659 bytes, created by
Adam Feldman
on 2014-07-22 05:55:01 UTC
(
hide
)
Description:
files/bumblebee.initd
Filename:
MIME Type:
Creator:
Adam Feldman
Created:
2014-07-22 05:55:01 UTC
Size:
659 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-misc/bumblebee/files/bumblebee.initd,v 1.2 2012/06/04 19:46:24 pacho Exp $ > >depend() { > need xdm vgl >} > >PIDFILE="${PIDFILE:-/var/run/bumblebee.pid}" > >start() { > ebegin "Starting BumbleBee Daemon" > start-stop-daemon -S -p "${PIDFILE}" -x /usr/sbin/bumblebeed -- -D ${BUMBLEBEE_EXTRA_OPTS} --pidfile "${PIDFILE}" > eend $? >} > >stop() { > > ebegin "Stopping BumbleBee Daemon" > start-stop-daemon -K -p "${PIDFILE}" -R SIGTERM/10 > eend $? > ebegin "Removing bbswitch module" > rmmod bbswitch > eend $? >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 517740
:
381318