diff options
author | aaditya <aaditya_gnulinux@zoho.com> | 2014-01-09 06:24:31 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:57 -0600 |
commit | a967a819dba5ab9e3fa9aa3f9f4eefd8acd4ddfc (patch) | |
tree | a41c04106f1bf33a37012ebe5080163aea7aef4a /system/TLP | |
parent | 0296f5919f602f408c4278f599a5761c229e191b (diff) |
system/TLP: Updated for version 0.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/TLP')
-rw-r--r-- | system/TLP/README.SLACKWARE | 18 | ||||
-rw-r--r-- | system/TLP/TLP.SlackBuild | 2 | ||||
-rw-r--r-- | system/TLP/TLP.info | 6 |
3 files changed, 13 insertions, 13 deletions
diff --git a/system/TLP/README.SLACKWARE b/system/TLP/README.SLACKWARE index 74e422cf2e68..a07043ddbb87 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 64b355a5325b..a98b3782a454 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 2e6435e1f49e..f4a9ea5262a2 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="" |