Ticket #307 (closed enhancement: fixed)
system/lm-sensors: it can be simpler
| Reported by: | denis.knauf@… | Owned by: | initng@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Bugs in initng-ifiles | Version: | initng-0.6.2SVN |
| Severity: | minor | Keywords: | |
| Cc: |
Description
service system/lm-sensors {
need system/initial # if somebody wants the old VERBOSE, he can change stdall to stderr. stdall = /dev/null script start {
# why are there 2 calls? what does the second? /usr/bin/sensors -s # some documentation please ;) exec /usr/bin/sensors
}
}
Attachments
Change History
comment:2 Changed 7 years ago by mreedsmith@…
- Status changed from assigned to closed
- Resolution set to fixed
Touched up things a bit, added system/lm-sensors/modules for gentoo
the second call stays, it's responsible for clearing any alarms that might occur before the first call sets the alarm thresholds on the chip.
Note: See
TracTickets for help on using
tickets.


I dont use sensors so i cant confirm this, anyone wanna check?