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

(-)/usr/portage/net-misc/rdate/files/rdate-initd (-1 / +1 lines)
Lines 29-35 Link Here
29
	ebegin "Setting clock via rdate"
29
	ebegin "Setting clock via rdate"
30
	/usr/bin/rdate -s ${RDATE_OPTS} ${RDATE_SERVER} >/dev/null &
30
	/usr/bin/rdate -s ${RDATE_OPTS} ${RDATE_SERVER} >/dev/null &
31
	local pid=$!
31
	local pid=$!
32
	(sleep ${RDATE_TIMEOUT:-30}; kill -9 ${pid} >&/dev/null) &
32
	(sleep ${RDATE_TIMEOUT:-30}; kill -9 ${pid} >&/dev/null &)
33
	wait ${pid}
33
	wait ${pid}
34
	eend $? "Failed to set clock"
34
	eend $? "Failed to set clock"
35
}
35
}

Return to bug 95729