summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-03-19 06:55:35 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-03-19 06:55:35 +0000
commit1ccf25a264d4a975b19e38163246c00644383489 (patch)
tree8c2d79aaf7047083a1e5742daabe3260e2d31dfc /sys-libs/system-config-base
parentBump. (diff)
downloadgentoo-2-1ccf25a264d4a975b19e38163246c00644383489.tar.gz
gentoo-2-1ccf25a264d4a975b19e38163246c00644383489.tar.bz2
gentoo-2-1ccf25a264d4a975b19e38163246c00644383489.zip
Reformat post-installation message and change echo to ewarn so it shows up in the messages at the end of a merge.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-libs/system-config-base')
-rw-r--r--sys-libs/system-config-base/ChangeLog7
-rw-r--r--sys-libs/system-config-base/system-config-base-1-r1.ebuild10
2 files changed, 11 insertions, 6 deletions
diff --git a/sys-libs/system-config-base/ChangeLog b/sys-libs/system-config-base/ChangeLog
index 0fe0512f89d6..7a32f100f2c4 100644
--- a/sys-libs/system-config-base/ChangeLog
+++ b/sys-libs/system-config-base/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/system-config-base
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/system-config-base/ChangeLog,v 1.4 2008/01/31 06:32:27 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/system-config-base/ChangeLog,v 1.5 2008/03/19 06:55:35 dberkholz Exp $
+
+ 19 Mar 2008; Donnie Berkholz <dberkholz@gentoo.org>;
+ system-config-base-1-r1.ebuild:
+ Reformat post-installation message and change echo to ewarn so it shows up
+ in the messages at the end of a merge.
31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>;
-system-config-base-1.ebuild:
diff --git a/sys-libs/system-config-base/system-config-base-1-r1.ebuild b/sys-libs/system-config-base/system-config-base-1-r1.ebuild
index 2a90f3344a92..628fc1bf46b0 100644
--- a/sys-libs/system-config-base/system-config-base-1-r1.ebuild
+++ b/sys-libs/system-config-base/system-config-base-1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/system-config-base/system-config-base-1-r1.ebuild,v 1.1 2007/07/14 23:51:47 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/system-config-base/system-config-base-1-r1.ebuild,v 1.2 2008/03/19 06:55:35 dberkholz Exp $
inherit eutils pam
@@ -31,10 +31,10 @@ pkg_postinst() {
echo
ewarn
ewarn "Your ${ROOT}etc/default/useradd file must be world-readable"
- ewarn " for the system-config-* utilities to work properly."
- ewarn " If you did not change them on purpose, consider running:"
+ ewarn "for the system-config-* utilities to work properly."
+ ewarn "If you did not change them on purpose, consider running:"
ewarn
- echo -e "\tchmod 0644 ${ROOT}etc/default/useradd"
+ ewarn " chmod 0644 ${ROOT}etc/default/useradd"
echo
fi
}