diff --git a/doc/fancontrol.txt b/doc/fancontrol.txt index eee5bf49..e37f9e0b 100644 --- a/doc/fancontrol.txt +++ b/doc/fancontrol.txt @@ -7,8 +7,7 @@ Introduction fancontrol is a shellscript for use with lm_sensors. It reads its configuration from a file, then calculates fan speeds from temperatures and sets the corresponding pwm outputs to the computed values. It is included in -lm_sensors since 2.8.0, the latest version is always available through SVN or -at http://www.hdev.de/fancontrol/ For easy configuration, there's a script +lm_sensors since version 2.8.0. For easy configuration, there's a script named pwmconfig which lets you interactively write your configuration file for fancontrol. Alternatively you can write this file yourself using the information from the configuration section of this document. diff --git a/prog/pwm/fancontrol b/prog/pwm/fancontrol index 04498755..fa676c00 100755 --- a/prog/pwm/fancontrol +++ b/prog/pwm/fancontrol @@ -13,10 +13,6 @@ # marius.reiner@hdev.de # Thanks! # -# The latest version of this script is available at: -# http://www.hdev.de/fancontrol/fancontrol.html -# or in the SVN version of lm_sensors -# # For configuration instructions and warnings please see fancontrol.txt, which # can be found in the doc/ directory or at the website mentioned above. #