summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 10:07:34 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 10:07:34 +0000
commitdb6d6ec669255f203cbca042085a5539f3252048 (patch)
treef57367050bd7ae62922fe4f8b33182f8e74889a7 /net-fs/autofs/autofs-3.1.7-r6.ebuild
parentReplacing einfo with elog (diff)
downloadgentoo-2-db6d6ec669255f203cbca042085a5539f3252048.tar.gz
gentoo-2-db6d6ec669255f203cbca042085a5539f3252048.tar.bz2
gentoo-2-db6d6ec669255f203cbca042085a5539f3252048.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-fs/autofs/autofs-3.1.7-r6.ebuild')
-rw-r--r--net-fs/autofs/autofs-3.1.7-r6.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/net-fs/autofs/autofs-3.1.7-r6.ebuild b/net-fs/autofs/autofs-3.1.7-r6.ebuild
index 0a5beb4c794c..4222212c8f04 100644
--- a/net-fs/autofs/autofs-3.1.7-r6.ebuild
+++ b/net-fs/autofs/autofs-3.1.7-r6.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-3.1.7-r6.ebuild,v 1.6 2005/03/23 01:09:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-3.1.7-r6.ebuild,v 1.7 2007/05/06 10:07:34 genone Exp $
inherit eutils
@@ -63,10 +63,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."
+ elog
+ elog "Also the normal autofs status has been renamed stats"
+ elog "as there is already a predefined Gentoo status"
}