Changeset 5667
- Timestamp:
- 02/28/09 20:38:22 (4 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
r5660 r5667 25 25 fancontrol: Don't round temperature values 26 26 Drop support for kernels 2.4 and earlier 27 Exit if configuration file can't be read 27 28 maxilife scripts: Delete (driver never ported to Linux 2.6) 28 29 sensord: Accept negative temperatures in RRD database -
lm-sensors/trunk/prog/pwm/fancontrol
r5630 r5667 55 55 function LoadConfig { 56 56 echo "Loading configuration from $1 ..." 57 if [ ! -r "$1" ] 58 then 59 echo "Error: Can't read configuration file" 60 exit 1 61 fi 62 57 63 # grep configuration from file 58 64 INTERVAL=`egrep '^INTERVAL=.*$' $1 | sed -e 's/INTERVAL=//g'`
