diff options
Diffstat (limited to 'system/thermal_daemon')
-rw-r--r-- | system/thermal_daemon/README.Slackware | 2 | ||||
-rw-r--r-- | system/thermal_daemon/thermal_daemon.SlackBuild | 2 | ||||
-rw-r--r-- | system/thermal_daemon/thermal_daemon.info | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/system/thermal_daemon/README.Slackware b/system/thermal_daemon/README.Slackware index c0460ec5b26d..e29311c35bc3 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 9457eed88a20..cb7cf604c95e 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 4033ef6dcf69..c814c4c85d4d 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" |