Changeset 5102
- Timestamp:
- 01/09/08 11:59:48 (11 months ago)
- Files:
-
- lm-sensors/branches/lm-sensors-3.0.0/CHANGES (modified) (1 diff)
- lm-sensors/branches/lm-sensors-3.0.0/prog/pwm/fancontrol (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r5098 r5102 12 12 Warn about outputs found in automatic mode 13 13 Repeat available configuration options before prompt (#2289) 14 fancontrol: Detect improperly formatted FCTEMPS value (#2293) 14 15 sensord: Fix rrd support (#2276) 15 16 Use the same colors for daily and weekly charts lm-sensors/branches/lm-sensors-3.0.0/prog/pwm/fancontrol
r4591 r5102 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`
