Changeset 661
- Timestamp:
- 12/03/99 01:48:25 (9 years ago)
- Files:
-
- lm-sensors/trunk/CONTRIBUTORS (modified) (1 diff)
- lm-sensors/trunk/Makefile (modified) (1 diff)
- lm-sensors/trunk/doc/progs (modified) (1 diff)
- lm-sensors/trunk/prog/sensord (added)
- lm-sensors/trunk/prog/sensord/Module.mk (added)
- lm-sensors/trunk/prog/sensord/chips.c (added)
- lm-sensors/trunk/prog/sensord/sensord.8 (added)
- lm-sensors/trunk/prog/sensord/sensord.c (added)
- lm-sensors/trunk/prog/sensord/sensord.h (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CONTRIBUTORS
r614 r661 37 37 * Fons Rademakers <Fons.Rademakers@cern.ch> 38 38 Author of the maxilife module (which could only be written under NDA) 39 * Merlin Hughes <merlin@merlin.org> 40 Author of the AMD756 module and sensord. 39 41 40 42 * Simon Vogl <simon@tk.uni-linz.ac.at> lm-sensors/trunk/Makefile
r581 r661 134 134 SRCDIRS += kernel kernel/busses kernel/chips kernel/include 135 135 endif 136 SRCDIRS += lib prog/sensors prog/ dump prog/detect etc136 SRCDIRS += lib prog/sensors prog/sensord prog/dump prog/detect etc 137 137 138 138 # Some often-used commands with default options lm-sensors/trunk/doc/progs
r569 r661 52 52 This script creates the /dev/i2c-* files. Please check the source before 53 53 you run it, as you may need to set some variables first. 54 * prog/sensord/sensord (written in C, installed by `make install-prog-sensord') 55 This daemon logs sensor information every 5 minutes to the log file 56 /var/log/sensors, in a similar format to sensors (below). This is a bit 57 more lightweight than executing sensors every 5 minutes, depending on how 58 you look at things. Automatically picks up configuration updates and 59 responds to SIGHUP. 54 60 * prog/sensors/sensors (written in C, installed by `make install') 55 61 This pretty-prints the information provided by the modules. It is a normal
