diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-26 13:09:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-26 13:09:07 +0700 |
commit | 6ecb97974cde87cfe0783157ef67a69a7bd65f63 (patch) | |
tree | 37e5648bec498e3f9075bd92a5fe3ff98564294d /system/thermal_daemon/README.Slackware | |
parent | 44889319aa503ac6a4784997e4d77b2f96ed0efc (diff) |
system/thermal_daemon: Removed (replaced with thermald).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thermal_daemon/README.Slackware')
-rw-r--r-- | system/thermal_daemon/README.Slackware | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/system/thermal_daemon/README.Slackware b/system/thermal_daemon/README.Slackware deleted file mode 100644 index b9882c4eca..0000000000 --- a/system/thermal_daemon/README.Slackware +++ /dev/null @@ -1,14 +0,0 @@ -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) - -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. |