Changeset 5181

Show
Ignore:
Timestamp:
04/16/08 20:22:12 (5 years ago)
Author:
khali
Message:

Drop obsolete comment.

Location:
lm-sensors/branches/lm-sensors-3.0.0
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/doc/fancontrol.txt

    r4589 r5181  
    88configuration from a file, then calculates fan speeds from temperatures and 
    99sets the corresponding pwm outputs to the computed values.  It is included in 
    10 lm_sensors since 2.8.0, the latest version is always available through SVN or 
    11 at http://www.hdev.de/fancontrol/ For easy configuration, there's a script 
     10lm_sensors since version 2.8.0. For easy configuration, there's a script 
    1211named pwmconfig which lets you interactively write your configuration file for 
    1312fancontrol. Alternatively you can write this file yourself using the 
  • lm-sensors/branches/lm-sensors-3.0.0/prog/pwm/fancontrol

    r5180 r5181  
    1313# marius.reiner@hdev.de 
    1414# Thanks! 
    15 # 
    16 # The latest version of this script is available at: 
    17 # http://www.hdev.de/fancontrol/fancontrol.html 
    18 # or in the SVN version of lm_sensors 
    1915# 
    2016# For configuration instructions and warnings please see fancontrol.txt, which