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

(-)a/init.d/consolefont.in (-1 / +2 lines)
Lines 45-51 start() Link Here
45
	[ -d /dev/vc ] && ttydev=/dev/vc/
45
	[ -d /dev/vc ] && ttydev=/dev/vc/
46
	x=1
46
	x=1
47
	while [ $x -le $ttyn ]; do
47
	while [ $x -le $ttyn ]; do
48
		if ! setfont $consolefont $param -C $ttydev$x >/dev/null; then
48
		if ! ewaitfile 0 $ttydev$x || 
49
			! setfont $consolefont $param -C $ttydev$x >/dev/null; then
49
			retval=1
50
			retval=1
50
			break
51
			break
51
		fi
52
		fi

Return to bug 559540