Show
Ignore:
Timestamp:
10/25/07 11:59:05 (5 years ago)
Author:
khali
Message:

Use /etc/sensors3.conf as the default configuration file. If it can't
be found, fallback to /etc/sensors.conf. This allows for an old
libsensors and a new libsensors to be installed in parallel, and each
one has its own configuration file.

One important change here is that the default configuration file will
be installed as /etc/sensors3.conf by "make install".

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/lib/libsensors.3

    r4985 r4990  
    173173 
    174174.SH FILES 
     175.I /etc/sensors3.conf 
     176.br 
    175177.I /etc/sensors.conf 
    176178.RS 
    177179The system-wide 
    178180.BR libsensors (3) 
    179 configuration file. 
     181configuration file. /etc/sensors3.conf is tried first, and if it doesn't exist, 
     182/etc/sensors.conf is used instead. 
    180183 
    181184.SH SEE ALSO