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.SLACKWARE | |
parent | a4f48c6e2036f6636a786f85bbbd41f023230042 (diff) | |
download | slackbuilds-4db878070ac8636be9cad28bdeae6ecf168ff662.tar.gz |
system/hdapsd: Added to 12.2 repository
Diffstat (limited to 'system/hdapsd/README.SLACKWARE')
-rw-r--r-- | system/hdapsd/README.SLACKWARE | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/system/hdapsd/README.SLACKWARE b/system/hdapsd/README.SLACKWARE new file mode 100644 index 0000000000..1146b3b74f --- /dev/null +++ b/system/hdapsd/README.SLACKWARE @@ -0,0 +1,17 @@ +hdapsd README.SLACKWARE - 20090329 <rworkman@slackbuilds.org> + +We have added a custom /etc/hdapsd.conf file in which you can specify +various details about your system without editing the installed init +script; however, the init script has sane defaults for most systems. +In particular, if your Thinkpad's primary disk drive is not /dev/sda, +then you will need to edit the config file. + +To run hdapsd at boot, add the following to /etc/rc.d/rc.local: + + if [ -x /etc/rc.d/rc.hdapsd ]; then + /etc/rc.d/rc.hdapsd start + fi + +Then you can simply start the HDAPS daemon without rebooting: + /etc/rc.d/rc.hdapsd start + |