diff options
author | Peter Weller <welp@gentoo.org> | 2008-10-20 08:45:26 +0000 |
---|---|---|
committer | Peter Weller <welp@gentoo.org> | 2008-10-20 08:45:26 +0000 |
commit | ee09fa47222228a9bc5587bf2bd3712e885ec423 (patch) | |
tree | 54aeead761d35fc96cc0638eb2e738b989f725a9 /app-laptop/hdapsd/files | |
parent | Bump to 0.39; Bug 239033 (diff) | |
download | gentoo-2-ee09fa47222228a9bc5587bf2bd3712e885ec423.tar.gz gentoo-2-ee09fa47222228a9bc5587bf2bd3712e885ec423.tar.bz2 gentoo-2-ee09fa47222228a9bc5587bf2bd3712e885ec423.zip |
Fix typo in initscript; Bug 196052
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoomarx x86_64)
Diffstat (limited to 'app-laptop/hdapsd/files')
-rw-r--r-- | app-laptop/hdapsd/files/hdapsd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-laptop/hdapsd/files/hdapsd.init b/app-laptop/hdapsd/files/hdapsd.init index a4134908fbca..adcd4286564e 100644 --- a/app-laptop/hdapsd/files/hdapsd.init +++ b/app-laptop/hdapsd/files/hdapsd.init @@ -20,7 +20,7 @@ checkconfig() { # Load the tp_smapi module first # This is not a requirement, but it helps hdapsd adaptive mode - if [[ ! -e /sys/devices/platorm/smapi ]] ; then + if [[ ! -e /sys/devices/platform/smapi ]] ; then modprobe tp_smapi 2>/dev/null fi |