summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 10:21:57 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 10:21:57 +0000
commit4454bf2ec323e02fec103b74c9d4410feff84d9d (patch)
treea9a7cc54672b79938e816d86a2b1fc3174608594 /net-fs/nfs-utils
parentInitial addition. Fixes bug #173993. Thanks to Serkan Kaba <serkan_kaba@yahoo... (diff)
downloadgentoo-2-4454bf2ec323e02fec103b74c9d4410feff84d9d.tar.gz
gentoo-2-4454bf2ec323e02fec103b74c9d4410feff84d9d.tar.bz2
gentoo-2-4454bf2ec323e02fec103b74c9d4410feff84d9d.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-fs/nfs-utils')
-rw-r--r--net-fs/nfs-utils/ChangeLog5
-rw-r--r--net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild14
2 files changed, 11 insertions, 8 deletions
diff --git a/net-fs/nfs-utils/ChangeLog b/net-fs/nfs-utils/ChangeLog
index 15ff1dd5d4cc..d298e1088fa3 100644
--- a/net-fs/nfs-utils/ChangeLog
+++ b/net-fs/nfs-utils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/nfs-utils
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/ChangeLog,v 1.101 2007/04/07 17:34:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/ChangeLog,v 1.102 2007/05/06 10:21:57 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> nfs-utils-1.0.6-r6.ebuild:
+ Replacing einfo with elog
07 Apr 2007; Mike Frysinger <vapier@gentoo.org> nfs-utils-1.0.12-r3.ebuild:
Bind rpc.gssd install to USE=kerberos rather than USE=!nonfsv4
diff --git a/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild b/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild
index 87f5766222a9..dc0e5674c458 100644
--- a/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild
+++ b/net-fs/nfs-utils/nfs-utils-1.0.6-r6.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/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild,v 1.17 2007/03/26 08:18:13 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.6-r6.ebuild,v 1.18 2007/05/06 10:21:57 genone Exp $
inherit eutils
@@ -88,14 +88,14 @@ pkg_postinst() {
cp -a ${f} ${ROOT}/var/lib/nfs/
done
- echo
- einfo "NFS V2 and V3 servers now default to \"sync\" IO if ${P}"
- einfo "(or later) is installed."
- einfo "More info at ${HOMEPAGE} (see questions 5, 12, 13, and 14)."
- echo
+ elog
+ elog "NFS V2 and V3 servers now default to \"sync\" IO if ${P}"
+ elog "(or later) is installed."
+ elog "More info at ${HOMEPAGE} (see questions 5, 12, 13, and 14)."
+ elog
ewarn "PLEASE note: Since the latest NFS utils has changed the server"
ewarn "default to \"sync\" IO, then if no behavior is specified in the"
ewarn "export list, thus assuming the default behavior, a warning will"
ewarn "be generated at export time."
- echo
+ ewarn
}