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 | |
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')
-rw-r--r-- | app-laptop/hdapsd/ChangeLog | 8 | ||||
-rw-r--r-- | app-laptop/hdapsd/files/hdapsd.init | 2 | ||||
-rw-r--r-- | app-laptop/hdapsd/hdapsd-20060409-r3.ebuild (renamed from app-laptop/hdapsd/hdapsd-20060409-r2.ebuild) | 2 |
3 files changed, 9 insertions, 3 deletions
diff --git a/app-laptop/hdapsd/ChangeLog b/app-laptop/hdapsd/ChangeLog index 27f0ac97e06d..61f476e85fc4 100644 --- a/app-laptop/hdapsd/ChangeLog +++ b/app-laptop/hdapsd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-laptop/hdapsd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/ChangeLog,v 1.9 2008/03/30 22:29:51 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/ChangeLog,v 1.10 2008/10/20 08:45:26 welp Exp $ + +*hdapsd-20060409-r3 (20 Oct 2008) + + 20 Oct 2008; <welp@gentoo.org> files/hdapsd.init, + -hdapsd-20060409-r2.ebuild, +hdapsd-20060409-r3.ebuild: + Fix typo in initscript; Bug 196052 *hdapsd-20060409-r2 (30 Mar 2008) 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 diff --git a/app-laptop/hdapsd/hdapsd-20060409-r2.ebuild b/app-laptop/hdapsd/hdapsd-20060409-r3.ebuild index c56c05a5071d..5f06c31f6c19 100644 --- a/app-laptop/hdapsd/hdapsd-20060409-r2.ebuild +++ b/app-laptop/hdapsd/hdapsd-20060409-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/hdapsd-20060409-r2.ebuild,v 1.1 2008/03/30 22:29:51 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/hdapsd-20060409-r3.ebuild,v 1.1 2008/10/20 08:45:26 welp Exp $ inherit eutils linux-info |