Changeset 2026

Show
Ignore:
Timestamp:
10/27/03 02:26:44 (5 years ago)
Author:
mds
Message:

add more programs installed in /usr/local/sbin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/CHANGES

    r2017 r2026  
    1818----------------------------------------------------------------------------- 
    19192.8.2 (???) 
    20   Library: Fix bmcsensors scaling, increase number of sensors 
     20  Library: Fix bmcsensors scaling, increase number of sensors; 
     21           Add w83627thf support; Advance version to 2.0.2 
     22  Makefiles: Install burntest, fancontrol, pwmconfig, decode-*.pl 
    2123  Module i2c-sis630: sync with 2.6.0-X driver version.  
    2224  Module bmcsensors: Fix voltage scaling, voltage and fan limits 
     25  Program sensors-detect: Prefer Super I/O drivers; 
     26                          Fix w83627hf detection 
    2327 
    2428 
  • lm-sensors/trunk/Makefile

    r1974 r2026  
    153153SRCDIRS := mkpatch 
    154154SRCDIRS += kernel kernel/busses kernel/chips kernel/include 
    155 SRCDIRS += lib prog/sensors prog/dump prog/detect ${PROG_EXTRA:%=prog/%} etc 
     155SRCDIRS += lib prog/detect prog/dump prog/eeprom prog/pwm \ 
     156           prog/sensors prog/xeon ${PROG_EXTRA:%=prog/%} etc 
    156157 
    157158# Some often-used commands with default options 
  • lm-sensors/trunk/doc/progs

    r1858 r2026  
    7777     ./isadump 0x295 0x296 
    7878 
    79 * prog/eeprom/decode-dimms.pl (written in Perl 5, not installed
     79* prog/eeprom/decode-dimms.pl (written in Perl 5, installed by 'make install'
    8080  This program decodes the information generated by the `eeprom.o' module. 
    8181  It will only work for the installed eeprom module from the src/ directory, 
    8282  not for the old one in the i2c/drivers/ directory. 
    8383 
    84 * prog/eeprom/decode-vaio.pl (written in Perl 5, not installed
     84* prog/eeprom/decode-vaio.pl (written in Perl 5, installed by 'make install'
    8585  This program decodes the information in a Sony Vaio laptop 
    8686  identification eeprom at 0x57. 
     
    120120  you run it, as you may need to set some variables first. 
    121121 
    122 * prog/pwm/pwmconfig (shell script, not installed
     122* prog/pwm/pwmconfig (shell script, installed by 'make install'
    123123  Formerly pwmtest, tests the pwm (pulse width modulation) outputs of sensors 
    124124  for their effect on the fans and helps to setup the configfile for fancontrol. 
    125125 
    126 * prog/pwm/fancontrol (shell script, not installed
     126* prog/pwm/fancontrol (shell script, installed by 'make install'
    127127  Controls fanspeeds responding to changes on temperature sensors. 
    128128  Configuration through pwmconfig. 
     
    149149  See prog/tellerstats/README for more information. 
    150150 
    151 * prog/xeon/decode-xeon.pl (written in Perl, not installed
     151* prog/xeon/decode-xeon.pl (written in Perl, installed by 'make install'
    152152  ID ROM data decoding for Xeon processors.