Changeset 4932
- Timestamp:
- 10/09/07 14:09:05 (1 year ago)
- Files:
-
- lm-sensors/trunk/BACKGROUND (modified) (1 diff)
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/doc/developers/makefiles (modified) (1 diff)
- lm-sensors/trunk/doc/progs (modified) (1 diff)
- lm-sensors/trunk/doc/useful_addresses.html (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/BACKGROUND
r4173 r4932 56 56 having to recompile anything. 57 57 58 This package does not contain a nice graphical monitor. Look at the file59 doc/useful_addresses.html for pointers to such programs. It does contain 60 an example console program that reports all current sensors values. This61 program is called 'sensors'. You can use it as a reference implementation 62 for more intricate programs.58 This package does not contain a nice graphical monitor. See 59 http://www.lm-sensors.org/wiki/UsefulLinks for pointers to such programs. 60 It does contain an example console program that reports all current sensors 61 values. This program is called 'sensors'. You can use it as a reference 62 implementation for more intricate programs. 63 63 64 64 There are many, many kernel modules in this package, and there are lots lm-sensors/trunk/CHANGES
r4924 r4932 4 4 SVN HEAD 5 5 File sensors.conf.eg: Add a thmc50 section 6 File useful_addresses.html: Moved to the wiki 6 7 Library: Fix a memory leak on error 7 8 Speed up sensors_get_ignored() a bit lm-sensors/trunk/doc/developers/makefiles
r4394 r4932 1 1 The Makefiles in this package are rather advanced. They are partially based 2 on the article "Recursive Make considered Harmful", written by Peter Miller .3 See doc/useful_addresses.html for a link to this article. 2 on the article "Recursive Make considered Harmful", written by Peter Miller: 3 http://miller.emu.id.au/pmiller/books/rmch/ 4 4 5 5 There is one big Makefile in the root of this package. It includes many lm-sensors/trunk/doc/progs
r4283 r4932 7 7 the use of the drivers and libraries in this package. 8 8 For more elaborate programs (for example, GUI sensor displays), 9 see useful_addresses.html.9 see http://www.lm-sensors.org/wiki/UsefulLinks. 10 10 11 11
