diff options
author | John Tyree <johntyree+sbo@gmail.com> | 2011-09-05 13:51:23 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-09-05 13:51:23 -0500 |
commit | 00776d8b63081697ad98de06d7d2281955b76f7a (patch) | |
tree | 0a0d22d547595d0d960d0bfc6b5beaca3189ee16 /system/laptop-mode-tools/README | |
parent | 05bc19a05fa55e1f76965ee1257d920cc1b4a85b (diff) |
system/laptop-mode-tools: Updated for version 1.59.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/laptop-mode-tools/README')
-rw-r--r-- | system/laptop-mode-tools/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/laptop-mode-tools/README b/system/laptop-mode-tools/README index 5e4d8e0bac4ce..a03f44850e422 100644 --- a/system/laptop-mode-tools/README +++ b/system/laptop-mode-tools/README @@ -5,6 +5,6 @@ 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 + if [ -x /etc/rc.d/rc.laptop-mode ]; then + /etc/rc.d/rc.laptop-mode start + fi |