diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2011-12-22 04:32:08 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2011-12-22 04:32:08 +0000 |
commit | 2395daa660ad433882e176e87bcd2eab46c6542c (patch) | |
tree | cf5418941547fb174cecfc11a784fa78775099b5 /app-laptop | |
parent | version bump with patch reroll from Michael (kensington) (bug #395577) (diff) | |
download | gentoo-2-2395daa660ad433882e176e87bcd2eab46c6542c.tar.gz gentoo-2-2395daa660ad433882e176e87bcd2eab46c6542c.tar.bz2 gentoo-2-2395daa660ad433882e176e87bcd2eab46c6542c.zip |
fixed a bug introduced in last commit (bug #334435#c8)
(Portage version: 2.2.0_alpha81/cvs/Linux i686)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/hdapsd/ChangeLog | 5 | ||||
-rw-r--r-- | app-laptop/hdapsd/files/hdapsd.init.2 | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-laptop/hdapsd/ChangeLog b/app-laptop/hdapsd/ChangeLog index 69175abd0b82..0979845042bb 100644 --- a/app-laptop/hdapsd/ChangeLog +++ b/app-laptop/hdapsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/hdapsd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/ChangeLog,v 1.18 2011/12/21 04:51:22 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/ChangeLog,v 1.19 2011/12/22 04:32:08 ottxor Exp $ + + 22 Dec 2011; Christoph Junghans <ottxor@gentoo.org> files/hdapsd.init.2: + fixed a bug introduced in last commit (bug #334435#c8) *hdapsd-20090401-r1 (21 Dec 2011) diff --git a/app-laptop/hdapsd/files/hdapsd.init.2 b/app-laptop/hdapsd/files/hdapsd.init.2 index 579c2291b9d7..80add2d32f9d 100644 --- a/app-laptop/hdapsd/files/hdapsd.init.2 +++ b/app-laptop/hdapsd/files/hdapsd.init.2 @@ -49,7 +49,7 @@ start() { local DISKOPTS DISK for DISK in ${DISKLIST}; do - DISKOPTS="-d ${DISK} " + DISKOPTS="${DISKOPTS} -d ${DISK}" done ebegin "Starting Hard Drive Active Protection System daemon" |