Gentoo Archives: gentoo-commits

From: "Peter Weller (welp)" <welp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-laptop/hdapsd/files: hdapsd.init
Date: Mon, 20 Oct 2008 08:45:29
Message-Id: E1KrqOE-0002rn-PB@stork.gentoo.org
1 welp 08/10/20 08:45:26
2
3 Modified: hdapsd.init
4 Log:
5 Fix typo in initscript; Bug 196052
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoomarx x86_64)
7
8 Revision Changes Path
9 1.3 app-laptop/hdapsd/files/hdapsd.init
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/hdapsd/files/hdapsd.init?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/hdapsd/files/hdapsd.init?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-laptop/hdapsd/files/hdapsd.init?r1=1.2&r2=1.3
14
15 Index: hdapsd.init
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/files/hdapsd.init,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- hdapsd.init 5 Dec 2006 11:38:55 -0000 1.2
22 +++ hdapsd.init 20 Oct 2008 08:45:26 -0000 1.3
23 @@ -20,7 +20,7 @@
24
25 # Load the tp_smapi module first
26 # This is not a requirement, but it helps hdapsd adaptive mode
27 - if [[ ! -e /sys/devices/platorm/smapi ]] ; then
28 + if [[ ! -e /sys/devices/platform/smapi ]] ; then
29 modprobe tp_smapi 2>/dev/null
30 fi