Changeset 987 for lm-sensors/trunk/etc
- Timestamp:
- 01/13/01 18:09:47 (8 years ago)
- Files:
-
- lm-sensors/trunk/etc/sensors.conf.eg (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/etc/sensors.conf.eg
r938 r987 1 # Hardware sensors configuration file 1 # Sensors configuration file used by 'libsensors' 2 #------------------------------------------------ 2 3 # 3 4 ########################################################################## 5 # # 4 6 # HELPFUL HINT: # 5 7 # The 'set' lines (generally for min and max values) # … … 7 9 # We suggest you put 'sensors -s' in a /etc/rc.d/... file # 8 10 # to be run at boot time after the modules are inserted !!! # 11 # # 9 12 ########################################################################## 10 13 # 11 # This configuration file will be used by all applications linked to12 # li bsensors.14 # This configuration file will be used by all userspace applications 15 # linked to libsensors. It is NOT used by the lm_sensors drivers directly. 13 16 14 17 # This config file consists of two parts: the heavily commented LM78 … … 113 116 # still read them if they really want, though; this is just an advisory 114 117 # marking. 'in0' would also invalidate 'in0_max' and 'in0_min'. 118 # 'ignore' does not disable anything in the actual sensor chip; it 119 # simply advises the user program to not access that data. 115 120 # 116 121 #ignore in0
