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

(-)/usr/portage/net-p2p/gift/files/gift.initd (+1 lines)
Lines 14-19 Link Here
14
		--nicelevel ${NICE} -- \
14
		--nicelevel ${NICE} -- \
15
		--local-dir=${LOCAL_DIR} &>${LOG} &
15
		--local-dir=${LOCAL_DIR} &>${LOG} &
16
		result=$?
16
		result=$?
17
	sleep 1
17
	[ -z "`pgrep -u ${USER} giftd`" ] && result=1
18
	[ -z "`pgrep -u ${USER} giftd`" ] && result=1
18
	if [ $result -eq 1 ]; then
19
	if [ $result -eq 1 ]; then
19
		eerror "Failed to start gift. Check ${LOG} for more information"
20
		eerror "Failed to start gift. Check ${LOG} for more information"

Return to bug 116082