summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-10-20 00:36:36 +0000
committerMike Frysinger <vapier@gentoo.org>2011-10-20 00:36:36 +0000
commit90729044216e0a19719466527e86796b1bd14ce8 (patch)
tree54e5d435f0964d70845ac925b128448205430f23 /sys-apps/util-linux/util-linux-2.20-r1.ebuild
parentVersion bump #387645 by Corentin Chary. (diff)
downloadgentoo-2-90729044216e0a19719466527e86796b1bd14ce8.tar.gz
gentoo-2-90729044216e0a19719466527e86796b1bd14ce8.tar.bz2
gentoo-2-90729044216e0a19719466527e86796b1bd14ce8.zip
Inform users of new default clear behavior #381401#5 by Neil Bothwick.
(Portage version: 2.2.0_alpha65/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/util-linux/util-linux-2.20-r1.ebuild')
-rw-r--r--sys-apps/util-linux/util-linux-2.20-r1.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.20-r1.ebuild b/sys-apps/util-linux/util-linux-2.20-r1.ebuild
index e7f823789aa8..2895d7dd10a2 100644
--- a/sys-apps/util-linux/util-linux-2.20-r1.ebuild
+++ b/sys-apps/util-linux/util-linux-2.20-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.20-r1.ebuild,v 1.1 2011/10/17 22:01:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.20-r1.ebuild,v 1.2 2011/10/20 00:36:36 vapier Exp $
EAPI="3"
@@ -117,3 +117,8 @@ src_install() {
newconfd "${FILESDIR}"/crypto-loop.confd crypto-loop || die
fi
}
+
+pkg_postinst() {
+ elog "The agetty util now clears the terminal by default. You"
+ elog "might want to add --noclear to your /etc/inittab lines."
+}