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/etc/sensors-conf-convert

    r4935 r4990  
    368368        if (defined $ARGV[0] && ($ARGV[0] eq '-h' || $ARGV[0] eq '--help')) { 
    369369                print "Convert sensors.conf from lm-sensors 2 format to lm-sensors 3 format\n", 
    370                       "Typical usage: sensors-conf-convert /etc/sensors.conf\n"; 
     370                      "Typical usage: sensors-conf-convert < /etc/sensors.conf > /etc/sensors3.conf\n"; 
    371371                exit 0; 
    372372        }