Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 142234 Details for
Bug 198030
sys-apps/lm_sensors-2.10.7/3.0.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated sensord3-init.d for new config files
sensord3-init.d (text/plain), 709 bytes, created by
Sonny Lander
on 2008-01-30 22:23:39 UTC
(
hide
)
Description:
Updated sensord3-init.d for new config files
Filename:
MIME Type:
Creator:
Sonny Lander
Created:
2008-01-30 22:23:39 UTC
Size:
709 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/files/sensord-init.d,v 1.1 2007/05/17 07:31:41 phreak Exp $ > >CONFIG=/etc/sensors3.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 --exec /usr/sbin/sensord \ > -- --config-file ${CONFIG} ${SENSORD_OPTIONS} > eend ${?} >} > >stop() { > ebegin "Stopping sensord" > start-stop-daemon --stop --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 198030
:
142219
|
142231
|
142232
| 142234 |
142236
|
143563