Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 41900
Collapse All | Expand All

(-)mldonkey (-1 / +1 lines)
Lines 20-26 Link Here
20
		einfo "...ok!"
20
		einfo "...ok!"
21
	fi
21
	fi
22
	cd ${BASEDIR}/${SUBDIR}/
22
	cd ${BASEDIR}/${SUBDIR}/
23
	start-stop-daemon --quiet --start -c ${USER}  \
23
	HOME="${BASEDIR}" start-stop-daemon --quiet --start -c ${USER}  \
24
	-x /usr/bin/mlnet &>${LOG} &
24
	-x /usr/bin/mlnet &>${LOG} &
25
	sleep 5
25
	sleep 5
26
	if ! pgrep -u ${USER} mlnet >/dev/null
26
	if ! pgrep -u ${USER} mlnet >/dev/null

Return to bug 41900