summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Aaditya Bagga <aaditya_gnulinux@zoho.com>2014-04-16 22:51:45 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-23 07:51:34 +0700
commita949412ddf6405435a3d60b0d31be3040b6ef605 (patch)
tree14227156e6018da201616aba4106f159170a34b0 /system
parentfcf06ba17dd87467bf0ccf9e2f80d4a3f6d58a85 (diff)
downloadslackbuilds-a949412ddf6405435a3d60b0d31be3040b6ef605.tar.gz
slackbuilds-a949412ddf6405435a3d60b0d31be3040b6ef605.tar.xz
system/thermal_daemon: Updated for version 1.2.01.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/thermal_daemon/README.Slackware2
-rw-r--r--system/thermal_daemon/thermal_daemon.SlackBuild2
-rw-r--r--system/thermal_daemon/thermal_daemon.info8
3 files changed, 6 insertions, 6 deletions
diff --git a/system/thermal_daemon/README.Slackware b/system/thermal_daemon/README.Slackware
index c0460ec5b2..e29311c35b 100644
--- a/system/thermal_daemon/README.Slackware
+++ b/system/thermal_daemon/README.Slackware
@@ -1,5 +1,5 @@
Since this is a daemon, it should be started at boot via /etc/rc.d/rc.local:
- /usr/bin/thermald
+ /usr/sbin/thermald
It might be necessary to create /var/run/thermald/ first (depending on your
local system setup)
diff --git a/system/thermal_daemon/thermal_daemon.SlackBuild b/system/thermal_daemon/thermal_daemon.SlackBuild
index 9457eed88a..cb7cf604c9 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.2}
+VERSION=${VERSION:-1.2.01}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/thermal_daemon/thermal_daemon.info b/system/thermal_daemon/thermal_daemon.info
index 4033ef6dcf..c814c4c85d 100644
--- a/system/thermal_daemon/thermal_daemon.info
+++ b/system/thermal_daemon/thermal_daemon.info
@@ -1,10 +1,10 @@
PRGNAM="thermal_daemon"
-VERSION="1.2"
+VERSION="1.2.01"
HOMEPAGE="https://github.com/01org/thermal_daemon"
-DOWNLOAD="https://github.com/01org/thermal_daemon/archive/v1.2.tar.gz"
-MD5SUM="ead71150bd73a0ff9ce2d2b11ec88b33"
+DOWNLOAD="https://github.com/01org/thermal_daemon/archive/v1.2.01.tar.gz"
+MD5SUM="b67c24222cba6d6cd57f74fd6f5ef9fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="aaditya"
+MAINTAINER="Aaditya Bagga"
EMAIL="aaditya_gnulinux@zoho.com"