summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-05-06 10:15:50 +0000
committerMarius Mauch <genone@gentoo.org>2007-05-06 10:15:50 +0000
commit2478655b36f143b7de0259d3b28a8ecd24653e18 (patch)
treebfcd43ed428d7f7472b7fe89aa4d4d4836ef2a52 /net-fs/fex
parentReplacing einfo with elog (diff)
downloadgentoo-2-2478655b36f143b7de0259d3b28a8ecd24653e18.tar.gz
gentoo-2-2478655b36f143b7de0259d3b28a8ecd24653e18.tar.bz2
gentoo-2-2478655b36f143b7de0259d3b28a8ecd24653e18.zip
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-fs/fex')
-rw-r--r--net-fs/fex/ChangeLog5
-rw-r--r--net-fs/fex/fex-0.8.18.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/net-fs/fex/ChangeLog b/net-fs/fex/ChangeLog
index 3d10809653e9..91414c640b00 100644
--- a/net-fs/fex/ChangeLog
+++ b/net-fs/fex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-fs/fex
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/fex/ChangeLog,v 1.2 2007/02/22 02:12:40 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/fex/ChangeLog,v 1.3 2007/05/06 10:15:50 genone Exp $
+
+ 06 May 2007; Marius Mauch <genone@gentoo.org> fex-0.8.18.ebuild:
+ Replacing einfo with elog
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/net-fs/fex/fex-0.8.18.ebuild b/net-fs/fex/fex-0.8.18.ebuild
index 036895d9e953..11a455d60ad4 100644
--- a/net-fs/fex/fex-0.8.18.ebuild
+++ b/net-fs/fex/fex-0.8.18.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 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/fex/fex-0.8.18.ebuild,v 1.1 2006/05/20 14:36:32 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/fex/fex-0.8.18.ebuild,v 1.2 2007/05/06 10:15:50 genone Exp $
DESCRIPTION="Fex is a replicating filesystem for disconnected computers similar to intermezzo"
HOMEPAGE="http://www.zahlfee.de/fex/fex.html"
@@ -30,7 +30,7 @@ src_install() {
}
pkg_postinst() {
- einfo "To enable fex on boot you will have to add it to the"
- einfo "default profile, issue the following command as root to do so."
- einfo "rc-update add fexd default"
+ elog "To enable fex on boot you will have to add it to the"
+ elog "default profile, issue the following command as root to do so."
+ elog "rc-update add fexd default"
}