Changeset 4590

Show
Ignore:
Timestamp:
07/08/07 12:13:11 (6 years ago)
Author:
khali
Message:

Delete fancontrol.pl. The reason given when it was added was that the
bash implementation was spawning too many child processes, and that
was true, but this has been addressed since. And I don't particularly
enjoy maintaining two scripts doing exactly the same thing.

Location:
lm-sensors/branches/lm-sensors-3.0.0
Files:
1 removed
3 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/CHANGES

    r4589 r4590  
    3131                      Better integration with init scripts 
    3232                      Use linear control instead of quadratic 
     33  Program fancontrol.pl: Delete, redundant 
    3334  Program pwmconfig: Use smaller steps for low PWM values 
    3435                     Support optional min and max PWM values 
  • lm-sensors/branches/lm-sensors-3.0.0/doc/progs

    r4526 r4590  
    5959  Configuration through pwmconfig. 
    6060 
    61 * prog/pwm/fancontrol.pl (perl script, installed by 'make install') 
    62   Reimplementation of fancontrol in perl, with self-daemonizing. 
    63  
    6461* prog/rrd/sens_update_rrd (written in bash, not installed) 
    6562  This script gathers sensors data and adds it to a round robin database 
  • lm-sensors/branches/lm-sensors-3.0.0/prog/pwm/Module.mk

    r2873 r4590  
    2323 
    2424PROGPWMTARGETS := $(MODULE_DIR)/fancontrol \ 
    25                   $(MODULE_DIR)/fancontrol.pl \ 
    2625                  $(MODULE_DIR)/pwmconfig 
    2726