summaryrefslogtreecommitdiff
path: root/system/thermal_daemon/README.Slackware
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2014-03-28 20:37:47 -0500
committerErik Hanson <erik@slackbuilds.org>2014-04-12 13:59:47 -0500
commit322cfb172d9c04dfc3aa7a1908cb61dbab952443 (patch)
tree536daa90f7af1be7251fed97ff8a8de6a0dfb375 /system/thermal_daemon/README.Slackware
parent6a529b5875d133f72f526f2e5301fed2940d03fb (diff)
downloadslackbuilds-322cfb172d9c04dfc3aa7a1908cb61dbab952443.tar.gz
system/thermal-daemon: Miscellaneous cleanups
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/thermal_daemon/README.Slackware')
-rw-r--r--system/thermal_daemon/README.Slackware13
1 files changed, 8 insertions, 5 deletions
diff --git a/system/thermal_daemon/README.Slackware b/system/thermal_daemon/README.Slackware
index 601b654e72..c0460ec5b2 100644
--- a/system/thermal_daemon/README.Slackware
+++ b/system/thermal_daemon/README.Slackware
@@ -1,12 +1,15 @@
-Since this is a daemon, it should be started at boot via /etc/rc.d/rc.local :
-/usr/bin/thermald
+Since this is a daemon, it should be started at boot via /etc/rc.d/rc.local:
+ /usr/bin/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 :
-killall thermald
+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 one and then re-install this one instead of upgrading.
+it and then install this one instead of using upgradepkg