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 | d8db46deb4db2bd280c78d02317a4596c4a73057 (patch) | |
tree | 4f034cd5b45d61fc1c425d8c2cd84da092dde8f1 /net-fs/sfs | |
parent | Replacing einfo with eerror (diff) | |
download | historical-d8db46deb4db2bd280c78d02317a4596c4a73057.tar.gz historical-d8db46deb4db2bd280c78d02317a4596c4a73057.tar.bz2 historical-d8db46deb4db2bd280c78d02317a4596c4a73057.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-fs/sfs')
-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() { |