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

(-)clock.bak (+3 lines)
Lines 27-32 Link Here
27
	elif [[ $(uname -m) == s390* ]] ; then
27
	elif [[ $(uname -m) == s390* ]] ; then
28
		TBLURB="s390"
28
		TBLURB="s390"
29
		fakeit=1
29
		fakeit=1
30
	elif [[ $(/sbin/hwclock | cut -d" " -f 5) < 1970 ]] ; then
31
		ewarn "Please check your hardware clock, it has a date set before 1970."
32
		fakeit=1
30
	elif [[ ${CLOCK} == "UTC" ]] ; then
33
	elif [[ ${CLOCK} == "UTC" ]] ; then
31
		myopts="--utc"
34
		myopts="--utc"
32
		TBLURB="UTC"
35
		TBLURB="UTC"

Return to bug 139950