Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-laptop/hdapsd/files: hdapsd.init.2
Date: Thu, 22 Dec 2011 04:32:19
Message-Id: 20111222043208.CA7F72004B@flycatcher.gentoo.org
1 ottxor 11/12/22 04:32:08
2
3 Modified: hdapsd.init.2
4 Log:
5 fixed a bug introduced in last commit (bug #334435#c8)
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 app-laptop/hdapsd/files/hdapsd.init.2
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/hdapsd/files/hdapsd.init.2?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/hdapsd/files/hdapsd.init.2?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-laptop/hdapsd/files/hdapsd.init.2?r1=1.1&r2=1.2
15
16 Index: hdapsd.init.2
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/files/hdapsd.init.2,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hdapsd.init.2 21 Dec 2011 04:51:22 -0000 1.1
23 +++ hdapsd.init.2 22 Dec 2011 04:32:08 -0000 1.2
24 @@ -49,7 +49,7 @@
25
26 local DISKOPTS DISK
27 for DISK in ${DISKLIST}; do
28 - DISKOPTS="-d ${DISK} "
29 + DISKOPTS="${DISKOPTS} -d ${DISK}"
30 done
31
32 ebegin "Starting Hard Drive Active Protection System daemon"