Ticket #2246 (new task)

Opened 1 year ago

Last modified 4 months ago

Change the syntax of /etc/sysconfig/lm_sensors

Reported by: khali Assigned to: somebody
Priority: minor Milestone: 3.0.3
Component: misc Version:
Keywords: sysconfig Cc:

Description (Last modified by khali)

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

08/29/07 14:37:34 changed by khali

  • description changed.

01/25/08 15:59:59 changed by khali

  • milestone changed from 3.0.1 to 3.0.2.

05/06/08 21:05:52 changed by khali

  • milestone changed from 3.0.2 to 3.0.3.