Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60656 Details for
Bug 89077
lm_sensors-2.9.1 (Bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/init.d/sensord
lm_sensors-2.9.1-sensord-init.d (text/plain), 622 bytes, created by
Henrik Brix Andersen
on 2005-06-05 09:05:28 UTC
(
hide
)
Description:
/etc/init.d/sensord
Filename:
MIME Type:
Creator:
Henrik Brix Andersen
Created:
2005-06-05 09:05:28 UTC
Size:
622 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >CONFIG=/etc/sensors.conf > >depend() { > need logger > use lm_sensors >} > >checkconfig() { > if [ ! -f ${CONFIG} ]; then > eerror "Configuration file ${CONFIG} not found" > return 1 > fi >} > >start() { > checkconfig || return 1 > > ebegin "Starting sensord" > start-stop-daemon --start --quiet --exec /usr/sbin/sensord \ > -- --config-file ${CONFIG} ${SENSORD_OPTIONS} > eend ${?} >} > >stop() { > ebegin "Stopping sensord" > start-stop-daemon --stop --quiet --pidfile /var/run/sensord.pid > 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 89077
: 60656