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

Collapse All | Expand All

(-)mysql (-1 / +3 lines)
Lines 60-66 Link Here
60
		sleep 1
60
		sleep 1
61
	done
61
	done
62
	! [[ -S "${socket}" ]] && eerror "MySQL NOT started, proceding anyway"
62
	! [[ -S "${socket}" ]] && eerror "MySQL NOT started, proceding anyway"
63
	eend $retstatus
63
	if [[ $retstatus == 0 ]]; then 
64
		eend
65
	fi 
64
}
66
}
65
67
66
stop () {
68
stop () {

Return to bug 100982