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

(-)rc-scripts-1.4.3.13/init.d/clock (+5 lines)
Lines 75-80 Link Here
75
		eend 0 "Detected UML Environment; ignoring"
75
		eend 0 "Detected UML Environment; ignoring"
76
		return 0
76
		return 0
77
		
77
		
78
	elif [ -z "${SYNC_HW}" ]
79
	then
80
		ebegin "We don't want to sync hardware to system clock; skipping"
81
		eend 0
82
		return 0
78
	elif [ -x /sbin/hwclock ]
83
	elif [ -x /sbin/hwclock ]
79
	then
84
	then
80
		ebegin "Syncing hardware clock to system clock ${TBLURB}"
85
		ebegin "Syncing hardware clock to system clock ${TBLURB}"

Return to bug 15834