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

Collapse All | Expand All

(-)clock.orig (+3 lines)
Lines 21-26 Link Here
21
	elif grep -q ' cobd$' /proc/devices ; then
21
	elif grep -q ' cobd$' /proc/devices ; then
22
		TBLURB="coLinux"
22
		TBLURB="coLinux"
23
		fakeit=1
23
		fakeit=1
24
	elif [ -d /proc/vz ] ; then
25
		TBLURB="VZ"
26
		fakeit=1
24
	elif [[ ${CLOCK} == "UTC" ]] ; then
27
	elif [[ ${CLOCK} == "UTC" ]] ; then
25
		myopts="--utc"
28
		myopts="--utc"
26
		TBLURB="UTC"
29
		TBLURB="UTC"

Return to bug 133265