Ticket #2246 (closed task: fixed)
Change the syntax of /etc/sysconfig/lm_sensors
| Reported by: | khali | Owned by: | khali |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.1.0 |
| Component: | misc | Version: | |
| Keywords: | sysconfig | Cc: |
Description (last modified by khali) (diff)
The current syntax of /etc/sysconfig/lm_sensors is not very convenient:
MODULE_0=k8temp MODULE_1=f71805f
Removing or adding a module manually is error-prone. Also, tools like the Yast sysconfig editor can't deal with dynamic variable names. The preferred way would be a single variable with a list of drivers to load:
HWMON_MODULES="k8temp f71805f"
Change History
Note: See
TracTickets for help on using
tickets.
