Changeset 5325
- Timestamp:
- 09/09/08 09:26:51 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/branches/lm-sensors-3.0.0/prog/pwm/pwmconfig
r5324 r5325 1 1 #!/bin/bash 2 2 # 3 # pwmconfig $Revision$3 # pwmconfig 4 4 # Tests the pwm outputs of sensors and configures fancontrol 5 5 # … … 29 29 # 30 30 31 REVISION=$(echo '$Revision$' | cut -d' ' -f2) 32 REVDATE=$(echo '$Date$' | cut -d' ' -f2) 31 33 PIDFILE="/var/run/fancontrol.pid" 32 34 … … 40 42 fi 41 43 44 echo "# pwmconfig revision $REVISION ($REVDATE)" 42 45 echo 'This program will search your sensors for pulse width modulation (pwm)' 43 46 echo 'controls, and test each one to see if it controls a fan on'
