diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:55:50 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:55:50 +0000 |
commit | e04f0beddde125713f73fb1a4e59c7c3dc40ccf3 (patch) | |
tree | 9d29df4eea279ad44c545f03d94fc704d9777ecd /app-admin/sabayon/sabayon-2.12.4.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-e04f0beddde125713f73fb1a4e59c7c3dc40ccf3.tar.gz gentoo-2-e04f0beddde125713f73fb1a4e59c7c3dc40ccf3.tar.bz2 gentoo-2-e04f0beddde125713f73fb1a4e59c7c3dc40ccf3.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-admin/sabayon/sabayon-2.12.4.ebuild')
-rw-r--r-- | app-admin/sabayon/sabayon-2.12.4.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app-admin/sabayon/sabayon-2.12.4.ebuild b/app-admin/sabayon/sabayon-2.12.4.ebuild index 2bf23b61053a..ff03265354fe 100644 --- a/app-admin/sabayon/sabayon-2.12.4.ebuild +++ b/app-admin/sabayon/sabayon-2.12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sabayon/sabayon-2.12.4.ebuild,v 1.13 2007/01/21 20:33:24 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sabayon/sabayon-2.12.4.ebuild,v 1.14 2007/01/24 14:55:50 genone Exp $ inherit gnome2 eutils python multilib @@ -71,10 +71,10 @@ src_unpack() { pkg_postinst() { # unfortunately /etc/gconf is CONFIG_PROTECT_MASK'd - einfo "To apply Sabayon defaults and mandatory settings to all users, put" - einfo ' include "$(HOME)/.gconf.path.mandatory"' - einfo "in /etc/gconf/2/local-mandatory.path and put" - einfo ' include "$(HOME)/.gconf.path.defaults"' - einfo "in /etc/gconf/2/local-defaults.path." - einfo "You can safely create these files if they do not already exist." + elog "To apply Sabayon defaults and mandatory settings to all users, put" + elog ' include "$(HOME)/.gconf.path.mandatory"' + elog "in /etc/gconf/2/local-mandatory.path and put" + elog ' include "$(HOME)/.gconf.path.defaults"' + elog "in /etc/gconf/2/local-defaults.path." + elog "You can safely create these files if they do not already exist." } |