diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-04-17 01:49:48 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-04-17 01:49:48 +0200 |
commit | 955a9f39aa0b278c6fab7d89d484aeb37fece8b1 (patch) | |
tree | cc2596f36840f8b28873142b750a2a202eb10834 /app-laptop/hdapsd/files/hdapsd.conf | |
parent | d9ec8413744faaba3543bff9773bdad9786260ab (diff) | |
download | overlay-955a9f39aa0b278c6fab7d89d484aeb37fece8b1.tar.gz overlay-955a9f39aa0b278c6fab7d89d484aeb37fece8b1.tar.bz2 overlay-955a9f39aa0b278c6fab7d89d484aeb37fece8b1.zip |
Removed digests and unused ebuilds
Diffstat (limited to '')
-rwxr-xr-x | app-laptop/hdapsd/files/hdapsd.conf | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app-laptop/hdapsd/files/hdapsd.conf b/app-laptop/hdapsd/files/hdapsd.conf deleted file mode 100755 index 6221909..0000000 --- a/app-laptop/hdapsd/files/hdapsd.conf +++ /dev/null @@ -1,11 +0,0 @@ -# The name of the disk device that hdapsd should monitor. -# Usually this is 'hda' or 'sda' the primary master. -DISK="sda" - -# hdapsd sensitivity -# The lower the threshold is the earlier -# the heads are parked when the laptop is shaked -THRESHOLD="10" - -# Set any extra options here, like -a for Adaptive mode -OPTIONS="-a" |