Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 334435 | Differences between
and this patch

Collapse All | Expand All

(-)hdapsd (-1 / +1 lines)
Lines 49-55 Link Here
49
49
50
    local DISKOPTS DISK
50
    local DISKOPTS DISK
51
    for DISK in ${DISKLIST}; do
51
    for DISK in ${DISKLIST}; do
52
	DISKOPTS="${DISKOPTS} -d ${DISK} "
52
	DISKOPTS="-d ${DISK} "
53
    done
53
    done
54
54
55
    ebegin "Starting Hard Drive Active Protection System daemon"
55
    ebegin "Starting Hard Drive Active Protection System daemon"

Return to bug 334435