2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-28 21:07:55 +00:00

added 'sensors -s' to start() as suggested by a ticket

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1717 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Mark D. Studebaker 2003-02-25 02:50:46 +00:00
parent cc74781b1e
commit 32b082e86b
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@ ask CVS about it:
Modules mtp008, smsc47m1, vt1211, vt8231, w83781d: Standardize and improve
pwm and pwm enable support; update docs
Module w83627hf: New
Program lm_sensors.init: Call sensors -s in start()
Program mkpatch: Fix vt8231 compile; keep tsunami from menu on non-alpha
Program pwmtest: New
Program sensors-detect: Add super i/o detection (smsc47m1, vt1211,

View File

@ -58,6 +58,7 @@ start() {
/sbin/modprobe $module &>/dev/null
i=`expr $i + 1`
done
$PSENSORS -s
RETVAL=$?
if [ $RETVAL -eq 0 ] && touch /var/lock/subsys/sensors ; then