diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 10:07:34 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 10:07:34 +0000 |
commit | e11e90890dd140719b306c845aaded3381b66410 (patch) | |
tree | 42ad00da3a34632aa0b6c8f39779f6835a8e996e /net-fs/autofs/autofs-4.1.3-r3.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | historical-e11e90890dd140719b306c845aaded3381b66410.tar.gz historical-e11e90890dd140719b306c845aaded3381b66410.tar.bz2 historical-e11e90890dd140719b306c845aaded3381b66410.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-fs/autofs/autofs-4.1.3-r3.ebuild')
-rw-r--r-- | net-fs/autofs/autofs-4.1.3-r3.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net-fs/autofs/autofs-4.1.3-r3.ebuild b/net-fs/autofs/autofs-4.1.3-r3.ebuild index b3ab189d1ca6..f70f2fe8ef15 100644 --- a/net-fs/autofs/autofs-4.1.3-r3.ebuild +++ b/net-fs/autofs/autofs-4.1.3-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.3-r3.ebuild,v 1.3 2005/03/23 01:09:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-4.1.3-r3.ebuild,v 1.4 2007/05/06 10:07:34 genone Exp $ inherit eutils @@ -77,10 +77,10 @@ src_install() { } pkg_postinst() { - einfo "Note: If you plan on using autofs for automounting" - einfo "remote NFS mounts without having the NFS daemon running" - einfo "please add portmap to your default run-level." - echo "" - einfo "Also the normal autofs status has been renamed stats" - einfo "as there is already a predefined Gentoo status" + elog "Note: If you plan on using autofs for automounting" + elog "remote NFS mounts without having the NFS daemon running" + elog "please add portmap to your default run-level." + elos + elog "Also the normal autofs status has been renamed stats" + elog "as there is already a predefined Gentoo status" } |