2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-28 04:47:44 +00:00

17 Commits

Author SHA1 Message Date
Jean Delvare
35a5a7dbce 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
2007-10-25 09:59:05 +00:00
Jean Delvare
f17e1cf5a8 "sensors" no longer needs a default configuration file name. If no
file name is provided on the command line, use the libsensors default.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4986 7894878c-1315-0410-8ee3-d5d059ff63e0
2007-10-25 09:49:34 +00:00
Jean Delvare
8f352d518c New sensors option: --bus-list. This option lists i2c buses that are
used by sensor chips on the running system, in a format suitable for
sensors.conf. This is a replacement for the old, broken grab_busses.sh
script. Benefits of having this directly in sensors:
* It lists only the i2c buses that are relevant to sensors.
* sensors is installed by default, while most people didn't have
  access to grab_busses.sh.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4781 7894878c-1315-0410-8ee3-d5d059ff63e0
2007-09-05 21:19:45 +00:00
Jean Delvare
0c24a60643 Drop the CONFORMING TO sections from the man pages. lm-sensors is in no way
an official standard so it doesn't make much sense. Instead, use the 4th
field of .TH to mention that these tools are part of lm-sensors.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4699 7894878c-1315-0410-8ee3-d5d059ff63e0
2007-08-23 08:14:48 +00:00
Jean Delvare
bf1ff10ab4 Relabel "sensors -u" from "unknown chip" to "raw chip". sensors uses generic
code to display all the chips now so the notion of "unknown chip" no longer
exists, however this raw output format can still be useful for debugging.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4698 7894878c-1315-0410-8ee3-d5d059ff63e0
2007-08-23 07:45:58 +00:00
Jean Delvare
90c2942bef Drop sensors option -U, --hide-unknown. libsensors no longer exposes
chips with no features, and it builds the features list dynamically, so
applications no longer get to see unknown chips.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4697 7894878c-1315-0410-8ee3-d5d059ff63e0
2007-08-22 18:43:48 +00:00
Jean Delvare
4e7c982027 sensors: Drop option -a (show algorithm names).
The algorithm names are no more available since Linux 2.6, and were not
very useful anyway.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4206 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-13 13:01:10 +00:00
Jean Delvare
6b5640b660 sensors.1: There is no longer a search path for sensors.conf.
General clean up.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4204 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-10-13 09:04:40 +00:00
Rudolf Marek
c9bd83748b Fix the homepage address
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4157 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-09-17 21:01:35 +00:00
Jean Delvare
67adf125a0 Mention the -U (hide unknown chips) and -a (display the
algorithm) options.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3168 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-01 17:47:20 +00:00
Mark D. Studebaker
379a2143d3 add code authors to man pages
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2456 7894878c-1315-0410-8ee3-d5d059ff63e0
2004-04-20 01:25:22 +00:00
Mark D. Studebaker
510dbdbbd5 programmer->user
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1401 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-06-22 03:34:07 +00:00
Mark D. Studebaker
114dafae84 > People send us a lot of 'sensors' output and without the algo/adap
> info it would be a lot harder to diagnose things, or we would have to
> ask them to use -V, so I'd rather not take that info out by default.
> If you want to submit a -A patch (including a man page update) I'll
> apply it.
> thanks
> mds

Here is my patch.

Some additional notes:

This patch also fixes a bug with the --unknown command line switch,
which was waiting for an argument it doesn't actually need.

I suggest a change for the manual page, from "Linux Programmer's Manual"
to "Linux User's Manual" (My patch doesn't change this... This is only a
suggestion.)

As usual, I am open to any suggestion, comment...
Thanks.

--
Jean "Khali" Delvare
http://www.ensicaen.ismra.fr/~delvare/


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1400 7894878c-1315-0410-8ee3-d5d059ff63e0
2002-06-22 03:32:55 +00:00
Frodo Looijaard
4fe4b3619c Display stuff as Fahrenheits; patch of Kelsey Hudson
<khudson@rohan.sdsu.edu >


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@928 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-11-13 18:31:48 +00:00
Frodo Looijaard
63bac668c3 Sync of sensors -u option
Somehow, this commit seems to have failed before. Nothing major: added
an entry in the manpage, fixed a spelling error in main.c and added
a CHANGES entry.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@848 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-07-19 21:22:05 +00:00
Mark D. Studebaker
d6c9ee0be1 (mds) fixed troff macro typo at end. (, changed to .)
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@712 7894878c-1315-0410-8ee3-d5d059ff63e0
2000-01-30 01:04:39 +00:00
Frodo Looijaard
ef520b720d Manual page for the sensors(1) command
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@206 7894878c-1315-0410-8ee3-d5d059ff63e0
1999-02-08 20:13:56 +00:00