From a967a819dba5ab9e3fa9aa3f9f4eefd8acd4ddfc Mon Sep 17 00:00:00 2001 From: aaditya Date: Thu, 9 Jan 2014 06:24:31 +0700 Subject: system/TLP: Updated for version 0.4.1. Signed-off-by: Willy Sudiarto Raharjo --- system/TLP/README.SLACKWARE | 18 +++++++++--------- system/TLP/TLP.SlackBuild | 2 +- system/TLP/TLP.info | 6 +++--- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'system/TLP') diff --git a/system/TLP/README.SLACKWARE b/system/TLP/README.SLACKWARE index 74e422cf2e..a07043ddbb 100644 --- a/system/TLP/README.SLACKWARE +++ b/system/TLP/README.SLACKWARE @@ -11,17 +11,17 @@ for i in 95hdparm-apm disable_wol hal-cd-polling intel-audio-powersave \ fi done -#Configure tlp to be run at startup -echo "/etc/rc.d/rc.tlp start" >> /etc/rc.d/rc.local - -# Give execute permission to rc.tlp -chmod +x /etc/rc.d/rc.tlp - -#Start the tlp service +# Start the tlp service /etc/rc.d/rc.tlp start # Restart acpid /etc/rc.d/rc.acpid restart -After removal of this package you need to revert the above changes. -Please make sure you stopped TLP service before removing TLP. +# Configure tlp to be run at startup +add "/etc/rc.d/rc.tlp start" (without quotes) to /etc/rc.d/rc.local + +# Give execute permission to rc.tlp +chmod +x /etc/rc.d/rc.tlp + +After removal of this package you would need to revert the above changes. +Please make sure that you stopped the TLP service before removing TLP. diff --git a/system/TLP/TLP.SlackBuild b/system/TLP/TLP.SlackBuild index 64b355a532..a98b3782a4 100644 --- a/system/TLP/TLP.SlackBuild +++ b/system/TLP/TLP.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=TLP -VERSION=${VERSION:-0.4} +VERSION=${VERSION:-0.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/TLP/TLP.info b/system/TLP/TLP.info index 2e6435e1f4..f4a9ea5262 100644 --- a/system/TLP/TLP.info +++ b/system/TLP/TLP.info @@ -1,8 +1,8 @@ PRGNAM="TLP" -VERSION="0.4" +VERSION="0.4.1" HOMEPAGE="http://linrunner.de/en/tlp/tlp.html" -DOWNLOAD="https://github.com/linrunner/TLP/archive/0.4.tar.gz" -MD5SUM="a5de421499dc219e65678e39e291806d" +DOWNLOAD="https://github.com/linrunner/TLP/archive/0.4.1.tar.gz" +MD5SUM="43cb7a875e4237cbb1392294585ccc4f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-65-gdbad