summaryrefslogtreecommitdiff
path: root/lib/sensors.conf.5
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2007-10-25 09:59:05 +0000
committerJean Delvare <khali@linux-fr.org>2007-10-25 09:59:05 +0000
commit35a5a7dbce536b2eba40bd132672a980c7bae421 (patch)
treec8184861477e2c72f02da48ffecf07a508193a26 /lib/sensors.conf.5
parentde00b0aad40375ea779e57d5db7ac4103c310ecc (diff)
downloadlm-sensors-git-35a5a7dbce536b2eba40bd132672a980c7bae421.tar.gz
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". git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4990 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'lib/sensors.conf.5')
-rw-r--r--lib/sensors.conf.512
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/sensors.conf.5 b/lib/sensors.conf.5
index 44c2b564..53181f01 100644
--- a/lib/sensors.conf.5
+++ b/lib/sensors.conf.5
@@ -23,7 +23,7 @@
.\"
.\" References consulted:
.\" sensors.conf.eg by Frodo Looijaard
-.TH sensors.conf 5 "September 2007" "lm-sensors 3" "Linux User's Manual"
+.TH sensors.conf 5 "October 2007" "lm-sensors 3" "Linux User's Manual"
.SH NAME
sensors.conf \- libsensors configuration file
@@ -394,6 +394,16 @@ the feature is in the same class as the feature the statement contains,
and there is anywhere else a statement for this specific class member,
that one takes always precedence.
+.SH FILES
+.I /etc/sensors3.conf
+.br
+.I /etc/sensors.conf
+.RS
+The system-wide
+.BR libsensors (3)
+configuration file. /etc/sensors3.conf is tried first, and if it doesn't exist,
+/etc/sensors.conf is used instead.
+
.SH SEE ALSO
libsensors(3)