diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 10:36:37 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 10:36:37 +0000 |
commit | 3ca94342f29750e1d11ec27c94a8a5323dda2cd4 (patch) | |
tree | 7e84a1e0793f67b86986c9e306560f4f68810e0c /net-fs | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-3ca94342f29750e1d11ec27c94a8a5323dda2cd4.tar.gz gentoo-2-3ca94342f29750e1d11ec27c94a8a5323dda2cd4.tar.bz2 gentoo-2-3ca94342f29750e1d11ec27c94a8a5323dda2cd4.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/sfs/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/sfs/sfs-0.7.2.ebuild | 20 |
2 files changed, 14 insertions, 11 deletions
diff --git a/net-fs/sfs/ChangeLog b/net-fs/sfs/ChangeLog index 711fbfa8c116..d1142228baf3 100644 --- a/net-fs/sfs/ChangeLog +++ b/net-fs/sfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-fs/sfs # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/sfs/ChangeLog,v 1.14 2007/04/29 17:35:14 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/sfs/ChangeLog,v 1.15 2007/05/06 10:36:37 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> sfs-0.7.2.ebuild: + Replacing einfo with elog 29 Apr 2007; Torsten Veller <tove@gentoo.org> sfs-0.7.2.ebuild: Fix *initd, *confd and *envd calls (#173884, #174266) diff --git a/net-fs/sfs/sfs-0.7.2.ebuild b/net-fs/sfs/sfs-0.7.2.ebuild index db97df0c89c0..af6733e7c58d 100644 --- a/net-fs/sfs/sfs-0.7.2.ebuild +++ b/net-fs/sfs/sfs-0.7.2.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/sfs/sfs-0.7.2.ebuild,v 1.16 2007/04/29 17:35:14 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/sfs/sfs-0.7.2.ebuild,v 1.17 2007/05/06 10:36:37 genone Exp $ inherit eutils @@ -70,15 +70,15 @@ src_install() { } pkg_postinst() { - einfo "Execute '/etc/init.d/sfscd start' to start the SFS client," - einfo " or 'rc-update add sfscd default' to add it to the" - einfo " default runlevel." - einfo "" - einfo "See the SFS documentation for server configuration." - einfo "" - einfo "Both the client and server require kernel support" - einfo " for NFS version 3 in order to operate properly." - einfo "" + elog "Execute '/etc/init.d/sfscd start' to start the SFS client," + elog " or 'rc-update add sfscd default' to add it to the" + elog " default runlevel." + elog + elog "See the SFS documentation for server configuration." + elog + elog "Both the client and server require kernel support" + elog " for NFS version 3 in order to operate properly." + elog } pkg_config() { |