2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-29 13:28:01 +00:00

Drop obsolete comment.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5181 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare 2008-04-16 18:22:12 +00:00
parent 17e7247f28
commit 5db0d2003f
2 changed files with 1 additions and 6 deletions

View File

@ -7,8 +7,7 @@ Introduction
fancontrol is a shellscript for use with lm_sensors. It reads its fancontrol is a shellscript for use with lm_sensors. It reads its
configuration from a file, then calculates fan speeds from temperatures and configuration from a file, then calculates fan speeds from temperatures and
sets the corresponding pwm outputs to the computed values. It is included in 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 lm_sensors since version 2.8.0. For easy configuration, there's a script
at http://www.hdev.de/fancontrol/ For easy configuration, there's a script
named pwmconfig which lets you interactively write your configuration file for named pwmconfig which lets you interactively write your configuration file for
fancontrol. Alternatively you can write this file yourself using the fancontrol. Alternatively you can write this file yourself using the
information from the configuration section of this document. information from the configuration section of this document.

View File

@ -13,10 +13,6 @@
# marius.reiner@hdev.de # marius.reiner@hdev.de
# Thanks! # 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 # For configuration instructions and warnings please see fancontrol.txt, which
# can be found in the doc/ directory or at the website mentioned above. # can be found in the doc/ directory or at the website mentioned above.
# #