diff options
author | alkos333 <me@alkso333.net> | 2010-05-12 23:33:37 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:33:37 +0200 |
commit | 4db878070ac8636be9cad28bdeae6ecf168ff662 (patch) | |
tree | e43d809a944368434f339579ecd192c338e0ddba /system/hdapsd/README | |
parent | a4f48c6e2036f6636a786f85bbbd41f023230042 (diff) | |
download | slackbuilds-4db878070ac8636be9cad28bdeae6ecf168ff662.tar.gz |
system/hdapsd: Added to 12.2 repository
Diffstat (limited to 'system/hdapsd/README')
-rw-r--r-- | system/hdapsd/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/system/hdapsd/README b/system/hdapsd/README new file mode 100644 index 0000000000..620eb61375 --- /dev/null +++ b/system/hdapsd/README @@ -0,0 +1,16 @@ +This is a disk protection user-space daemon for IBM/Lenovo ThinkPads. +It monitors the acceleration values through the HDAPS interface and +automatically initiates disk head parking if a fall or sliding of the +laptop is detected. + +If you would like to use the latest source when building your +hdapsd package, you will need to get it from their git server. +In order to do that, use the included hdapsd-mksrctarball.sh +script, which will download the source code and will create +a compressed tarball using today's date (YYYYMMDD) as its version string. +To use your newly download source, you will need to tell the SlackBuild +to use it like so: VERSION=YYYYMMDD ./hdapsd.SlackBuild + +Be sure to see README.SLACKWARE for usage information. + +This requires tp_smapi. |