diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/thermal_daemon/README.Slackware | 7 | ||||
-rw-r--r-- | system/thermal_daemon/doinst.sh | 1 | ||||
-rw-r--r-- | system/thermal_daemon/slack-desc | 6 | ||||
-rw-r--r-- | system/thermal_daemon/thermal_daemon.SlackBuild | 2 | ||||
-rw-r--r-- | system/thermal_daemon/thermal_daemon.info | 6 |
5 files changed, 10 insertions, 12 deletions
diff --git a/system/thermal_daemon/README.Slackware b/system/thermal_daemon/README.Slackware index e29311c35b..b9882c4eca 100644 --- a/system/thermal_daemon/README.Slackware +++ b/system/thermal_daemon/README.Slackware @@ -1,15 +1,14 @@ -Since this is a daemon, it should be started at boot via /etc/rc.d/rc.local: +Since this is a daemon, it can be started at boot via /etc/rc.d/rc.local: /usr/sbin/thermald It might be necessary to create /var/run/thermald/ first (depending on your local system setup) -Also it would need to be stopped before shutdown, so an entry could be added -to /etc/rc.d/rc.local_shutdown as well: +An entry could be added to /etc/rc.d/rc.local_shutdown as well: killall thermald CONFIG_X86_MSR is listed as an (optional) dependency, msr-tools can be installed from http://01.org/msr-tools via src2pkg (www.src2pkg.net/) If you installed a previous version of thermald, you may need to uninstall -it and then install this one instead of using upgradepkg +it and then install this one instead of using upgradepkg. diff --git a/system/thermal_daemon/doinst.sh b/system/thermal_daemon/doinst.sh index 95d2cdd197..120570687d 100644 --- a/system/thermal_daemon/doinst.sh +++ b/system/thermal_daemon/doinst.sh @@ -13,4 +13,3 @@ config() { config etc/thermald/thermal-conf.xml.new config etc/thermald/thermal-cpu-cdev-order.xml.new - diff --git a/system/thermal_daemon/slack-desc b/system/thermal_daemon/slack-desc index 3fc5e15bf8..2b81f70827 100644 --- a/system/thermal_daemon/slack-desc +++ b/system/thermal_daemon/slack-desc @@ -12,8 +12,8 @@ thermal_daemon: Thermal_daemon is a Linux daemon used to prevent system overheat thermal_daemon: This daemon monitors temperature and applies compensation using thermal_daemon: available cooling methods. thermal_daemon: -thermal_daemon: It requires kernel with "Intel P State driver". -thermal_daemon: ie, kernels 3.10 and above. -thermal_daemon: thermal_daemon: Project URL: https://github.com/01org/thermal_daemon thermal_daemon: +thermal_daemon: +thermal_daemon: +thermal_daemon: diff --git a/system/thermal_daemon/thermal_daemon.SlackBuild b/system/thermal_daemon/thermal_daemon.SlackBuild index 498226fb8b..938b4c2911 100644 --- a/system/thermal_daemon/thermal_daemon.SlackBuild +++ b/system/thermal_daemon/thermal_daemon.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=thermal_daemon -VERSION=${VERSION:-1.4.2} +VERSION=${VERSION:-1.4.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/thermal_daemon/thermal_daemon.info b/system/thermal_daemon/thermal_daemon.info index 94e2b77bc2..c173df8c7e 100644 --- a/system/thermal_daemon/thermal_daemon.info +++ b/system/thermal_daemon/thermal_daemon.info @@ -1,8 +1,8 @@ PRGNAM="thermal_daemon" -VERSION="1.4.2" +VERSION="1.4.3" HOMEPAGE="https://github.com/01org/thermal_daemon" -DOWNLOAD="https://github.com/01org/thermal_daemon/archive/v1.4.2.tar.gz" -MD5SUM="1a1446f6c1484cba4552051745e581c2" +DOWNLOAD="https://github.com/01org/thermal_daemon/archive/v1.4.3.tar.gz" +MD5SUM="11d9415ab6638ee47cfb09ac9706d3b8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |