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

(-)util-linux.orig/util-linux-2.20-r1.ebuild (-2 / +9 lines)
Lines 119-124 Link Here
119
}
119
}
120
120
121
pkg_postinst() {
121
pkg_postinst() {
122
	elog "The agetty util now clears the terminal by default.  You"
122
	elog "The agetty util now defaults to clearing the terminal before showing"
123
	elog "might want to add --noclear to your /etc/inittab lines."
123
	elog "the login prompt. To restore the old behaviour, edit /etc/inittab to"
124
	elog "add the --noclear option by changing"
125
	elog
126
	elog "c1:12345:respawn:/sbin/agetty 38400 tty1 linux"
127
	elog
128
	elog "to"
129
	elog
130
	elog "c1:12345:respawn:/sbin/agetty --noclear 38400 tty1 linux"
124
}
131
}
(-)util-linux.orig/util-linux-2.20.1.ebuild (-2 / +9 lines)
Lines 117-122 Link Here
117
}
117
}
118
118
119
pkg_postinst() {
119
pkg_postinst() {
120
	elog "The agetty util now clears the terminal by default.  You"
120
	elog "The agetty util now defaults to clearing the terminal before showing"
121
	elog "might want to add --noclear to your /etc/inittab lines."
121
	elog "the login prompt. To restore the old behaviour, edit /etc/inittab to"
122
	elog "add the --noclear option by changing"
123
	elog
124
	elog "c1:12345:respawn:/sbin/agetty 38400 tty1 linux"
125
	elog
126
	elog "to"
127
	elog
128
	elog "c1:12345:respawn:/sbin/agetty --noclear 38400 tty1 linux"
122
}
129
}

Return to bug 381401