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

(-)shadow-4.0.3-r9.ebuild (-2 / +2 lines)
Lines 166-173 Link Here
166
	docinto txt
166
	docinto txt
167
	dodoc HOWTO LSM README.* *.txt
167
	dodoc HOWTO LSM README.* *.txt
168
168
169
	# Fix sparc serial console
169
	# Fix sparc & ppc64 serial console
170
	if [ "${ARCH}" = "sparc" ]
170
	if [ "${ARCH}" = "sparc" -o "${ARCH}" = "ppc64" ]
171
	then
171
	then
172
		# ttyS0 and its devfsd counterpart (Sparc serial port "A")
172
		# ttyS0 and its devfsd counterpart (Sparc serial port "A")
173
		dosed 's:\(vc/1\)$:tts/0\n\1:' /etc/securetty
173
		dosed 's:\(vc/1\)$:tts/0\n\1:' /etc/securetty

Return to bug 56273