Changeset 5585
- Timestamp:
- 01/12/09 12:57:18 (4 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 1 removed
- 2 modified
-
CHANGES (modified) (1 diff)
-
prog/init/README (modified) (2 diffs)
-
prog/init/lm_sensors.init.suse (deleted)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r5582 r5585 7 7 Fix error propagation during expression evaluation 8 8 Detect excessive recursion depth during expression evaluation 9 lm_sensors.init.suse: Delete (actual SuSE script is much different) 9 10 maxilife scripts: Delete (driver never ported to Linux 2.6) 10 11 sensord: Accept negative temperatures in RRD database -
lm-sensors/branches/lm-sensors-3.0.0/prog/init/README
r4379 r5585 1 1 This directory contains files useful for initialization 2 scripts, especially for RedHat and SuSE.2 scripts, especially for RedHat. 3 3 4 4 There are two choices, lm_sensors.init and sensord.init. … … 21 21 automatically at boot time. 22 22 23 SuSE users will want to use lm_sensors.init.suse instead, which is24 more specifically designed for this distribution. Changes were contributed25 by Marc Rieffel <marc@paracel.com>.26 27 23 ---------------- 28 24
