1. NAME▲
sensors-conf-convert - convert sensors.conf from lm-sensors 2 format to lm-sensors 3 format
2. SYNOPSIS ▲
sensors-conf-convert "< /etc/sensors.conf > /etc/sensors3.conf"
3. DESCRIPTION ▲
sensors-conf-convert converts a sensors.conf file from the old (Linux 2.4, lm-sensors 2) symbol names to the new (Linux 2.6, lm-sensors 3) symbol names.
Implemented conversions:
- - The "algorithm name" part of bus statements is removed.
- - Bus statements for the ISA bus are removed.
- - Chip names containing dashes are removed.
- - Label, ignore, set and compute statements referencing features
which are not part of the new interface are removed. - - Label, ignore, set and compute statements referencing features
which have been renamed are updated. This includes both general feature name changes and chip-specific feature name changes.
4. SEE ALSO ▲
sensors.conf(5)
5. AUTHOR ▲
Jean Delvare.