From ee09fa47222228a9bc5587bf2bd3712e885ec423 Mon Sep 17 00:00:00 2001 From: Peter Weller Date: Mon, 20 Oct 2008 08:45:26 +0000 Subject: Fix typo in initscript; Bug 196052 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoomarx x86_64) --- app-laptop/hdapsd/files/hdapsd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-laptop/hdapsd/files') 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 -- cgit v1.2.3-65-gdbad