Ticket #2173 (closed task: fixed)

Opened 2 years ago

Last modified 1 year ago

Make sensors.conf file case-sensitive

Reported by: mmh Assigned to: mmh
Priority: major Milestone: 3.0.0
Component: libsensors Version:
Keywords: Cc:

Description

The sensors.conf file syntax is inconsistantly case-insensitive in some places. This is not mentioned in the sensors.conf man page. Modify the library so that the config file scanner/parser is case-sensitive throughout.

Change History

07/08/07 21:13:41 changed by khali

  • component changed from misc to libsensors.

08/27/07 14:42:49 changed by khali

Is it a simple matter of remplacing all calls to strcasecmp() in lib/access.c by calls to strcmp()?

09/16/07 17:36:12 changed by mmh

  • status changed from new to closed.
  • resolution set to fixed.

khali: Yes, in fact that was it.