Show
Ignore:
Timestamp:
09/01/08 13:58:30 (3 months ago)
Author:
khali
Message:

Tell the user about gnuplot if isn't installed.

Files:

Legend:

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

    r5314 r5317  
    55  libsensors: Avoid namespace pollution 
    66  fancontrol: Don't use named pipes when we don't need them (#2319) 
     7  pwmconfig: Tell the user about gnuplot if isn't installed 
    78  sensors-detect: Add Intel SCH (bus) support 
    89                  Add SMSC EMC6D103 support 
  • lm-sensors/branches/lm-sensors-3.0.0/prog/pwm/pwmconfig

    r5180 r5317  
    331331                        PLOT=y           
    332332                fi 
     333        else 
     334                echo "Note: If you had $PLOTTER installed, I could generate a graphical plot." 
    333335        fi 
    334336