slackbuilds_ponce/system/laptop-mode-tools
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
doinst.sh system/laptop-mode-tools: Updated for version 1.61. 2012-06-30 12:12:04 -04:00
laptop-mode-tools.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
laptop-mode-tools.SlackBuild system/laptop-mode-tools: Updated for version 1.61. 2012-06-30 12:12:04 -04:00
README system/laptop-mode-tools: Updated for version 1.61. 2012-06-30 12:12:04 -04:00
slack-desc

Laptop Mode Tools is a laptop power saving package for Linux systems.
It allows you to extend the battery life of your laptop in several ways.
It is the primary way to enable the Laptop Mode feature of the Linux kernel,
which lets your hard drive spin down.  In addition, it allows you to tweak
a number of other power-related settings using a simple configuration file.

To launch laptop-mode-tools on system start, add the following to rc.local:
  if [ -x /etc/rc.d/rc.laptop-mode ]; then
    /etc/rc.d/rc.laptop-mode start
  fi