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

Collapse All | Expand All

(-)/etc/init.d/clock_orig (-2 / +3 lines)
Lines 5-11 Link Here
5
opts="save"
5
opts="save"
6
6
7
depend() {
7
depend() {
8
	need localmount
8
	need sanetime localmount
9
}
9
}
10
10
11
setupopts() {
11
setupopts() {
Lines 79-85 Link Here
79
	setupopts
79
	setupopts
80
80
81
	if [[ ${fakeit} -ne 1 && -e /proc/modules && ! -e /dev/rtc ]] ; then
81
	if [[ ${fakeit} -ne 1 && -e /proc/modules && ! -e /dev/rtc ]] ; then
82
		modprobe rtc &> /dev/null || modprobe genrtc &> /dev/null
82
		modprobe rtc &> /dev/null || modprobe genrtc &> /dev/null \
83
			|| fakeit=1
83
	fi
84
	fi
84
85
85
	ebegin "Setting system clock using the hardware clock [${TBLURB}]"
86
	ebegin "Setting system clock using the hardware clock [${TBLURB}]"

Return to bug 376249