Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 243307 Details for
Bug 331625
sci-misc/boinc-6.10.58-r1 : startup script never returns
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
init script
acpid (text/plain), 668 bytes, created by
DaggyStyle
on 2010-08-17 06:39:15 UTC
(
hide
)
Description:
init script
Filename:
MIME Type:
Creator:
DaggyStyle
Created:
2010-08-17 06:39:15 UTC
Size:
668 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/files/acpid-2.0.3-init.d,v 1.1 2010/04/04 16:39:09 ssuominen Exp $ > >opts="reload" > >depend() { > need localmount > use logger > before hald >} > >start() { > ebegin "Starting acpid" > start-stop-daemon --start --quiet --exec /usr/sbin/acpid -- ${ACPID_OPTIONS} > eend $? >} > >stop() { > ebegin "Stopping acpid" > start-stop-daemon --stop --exec /usr/sbin/acpid > eend $? >} > >reload() { > ebegin "Reloading acpid configuration" > start-stop-daemon --stop --oknodo --exec /usr/sbin/acpid --signal HUP > 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 331625
:
243307
|
243309