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

Collapse All | Expand All

(-)festival/config/system.sh.old (+3 lines)
Lines 70-75 Link Here
70
	then
70
	then
71
	OSTYPE=DebianGNULinux
71
	OSTYPE=DebianGNULinux
72
	OSREV=`cat /etc/debian_version`
72
	OSREV=`cat /etc/debian_version`
73
    elif [ -f "/etc/gentoo-release" ]
74
	then
75
	OSTYPE=GentooLinux
73
    else
76
    else
74
	# Generic unknown GNU/Linux system.
77
	# Generic unknown GNU/Linux system.
75
	OSTYPE=Linux
78
	OSTYPE=Linux

Return to bug 152652