Changeset 4931
- Timestamp:
- 10/09/07 14:03:13 (1 year ago)
- Files:
-
- lm-sensors/branches/lm-sensors-3.0.0/CHANGES (modified) (1 diff)
- lm-sensors/branches/lm-sensors-3.0.0/README (modified) (1 diff)
- lm-sensors/branches/lm-sensors-3.0.0/doc/developers/makefiles (modified) (1 diff)
- lm-sensors/branches/lm-sensors-3.0.0/doc/progs (modified) (1 diff)
- lm-sensors/branches/lm-sensors-3.0.0/doc/useful_addresses.html (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/branches/lm-sensors-3.0.0/CHANGES
r4925 r4931 3 3 4 4 SVN 5 useful_addresses.html: Moved to the wiki 5 6 Makefile: Add sensors-conf-convert to make install 6 7 libsensors: Notify the caller when writing a value fails lm-sensors/branches/lm-sensors-3.0.0/README
r4874 r4931 76 76 ------------ 77 77 78 This package does not contain a nice graphical monitor. Look at the file 79 doc/useful_addresses.html for pointers to such programs. It does contain 80 an example console program that reports all current sensors values. This 81 program is called 'sensors'. You can use it as a reference implementation 82 for more intricate programs. It also contains a daemon watching for 83 sensor values, logging alarms and feeding an RRD database with the sensor 84 measurements. 78 This package contains an example console program that reports all current 79 sensors values. This program is called 'sensors'. You can use it as a 80 reference implementation for more intricate programs. It also contains a 81 daemon watching for sensor values, logging alarms and feeding an RRD 82 database with the sensor measurements. 83 84 This package does not contain a nice graphical monitor. See 85 http://www.lm-sensors.org/wiki/UsefulLinks for pointers to such programs. 85 86 86 87 lm-sensors/branches/lm-sensors-3.0.0/doc/developers/makefiles
r4867 r4931 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/branches/lm-sensors-3.0.0/doc/progs
r4782 r4931 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
