Changeset 5106
- Timestamp:
- 01/10/08 10:17:47 (5 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/pwm/fancontrol (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r5105 r5106 18 18 Fix the timestamp decoding 19 19 Program i2cdump: Fix I2C block mode error code 20 Program fancontrol: Detect improperly formatted FCTEMPS value (#2293) 20 21 Program pwmconfig: Better diagnostics in pwmdisable 21 22 Give the fans some time to spin up -
lm-sensors/trunk/prog/pwm/fancontrol
r4592 r5106 83 83 for fcv in $FCTEMPS 84 84 do 85 if ! echo $fcv | egrep -q '=' 86 then 87 echo "Error in configuration file:" 88 echo "FCTEMPS value is improperly formatted" 89 exit 1 90 fi 91 85 92 AFCPWM[$fcvcount]=`echo $fcv |cut -d'=' -f1` 86 93 AFCTEMP[$fcvcount]=`echo $fcv |cut -d'=' -f2`
