Merge branch 'master' of git://github.com/ahyangyi/Fan-Control-Daemon into ahyangyi-master

This commit is contained in:
Daniel Graziotin 2014-07-27 17:18:32 +00:00
commit 43acd4665f
3 changed files with 3 additions and 4 deletions

View file

@ -56,7 +56,7 @@ clean:
tests:
make install
sudo /usr/sbin/mbpfan -f -v -t
/usr/sbin/mbpfan -f -v -t
uninstall:
rm /usr/sbin/mbpfan
@ -78,4 +78,4 @@ install:
@echo " sudo make tests"
@echo ""
rebuild: clean all
#rebuild is not entirely correct
#rebuild is not entirely correct

View file

@ -136,6 +136,7 @@ To add the script to the default runlevels, run the following as root:
An init file is available for gentoo users: mbpfan.init.gentoo
To install, run as root:
chmod +x mbpfan.init.gentoo
cp mbpfan.init.gentoo /etc/init.d/mbpfan
To automatically run mbpfan at boot, run as root:

View file

@ -517,8 +517,6 @@ void mbpfan()
}
}
sleep(polling_interval);
step_up = (float)( max_fan_speed - min_fan_speed ) /
(float)( ( max_temp - high_temp ) * ( max_temp - high_temp + 1 ) / 2 );