diff options
author | 2007-01-24 04:24:00 +0000 | |
---|---|---|
committer | 2007-01-24 04:24:00 +0000 | |
commit | ee75638673a2ab5aa5dcfa1a65ccc1da06dfa40c (patch) | |
tree | a8876c30372663f938cf2dcf7c7fd22b80497ee0 /app-backup/reoback/reoback-1.0_p3-r1.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-ee75638673a2ab5aa5dcfa1a65ccc1da06dfa40c.tar.gz gentoo-2-ee75638673a2ab5aa5dcfa1a65ccc1da06dfa40c.tar.bz2 gentoo-2-ee75638673a2ab5aa5dcfa1a65ccc1da06dfa40c.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-backup/reoback/reoback-1.0_p3-r1.ebuild')
-rw-r--r-- | app-backup/reoback/reoback-1.0_p3-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-backup/reoback/reoback-1.0_p3-r1.ebuild b/app-backup/reoback/reoback-1.0_p3-r1.ebuild index 5ec5f905a7f0..164b516df2a4 100644 --- a/app-backup/reoback/reoback-1.0_p3-r1.ebuild +++ b/app-backup/reoback/reoback-1.0_p3-r1.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/app-backup/reoback/reoback-1.0_p3-r1.ebuild,v 1.1 2005/09/02 12:42:33 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/reoback/reoback-1.0_p3-r1.ebuild,v 1.2 2007/01/24 04:24:00 genone Exp $ DESCRIPTION="Reoback Backup Solution" HOMEPAGE="http://reoback.sourceforge.net/" @@ -38,6 +38,6 @@ src_install() { } pkg_postinst() { - einfo "Reoback can now be activated by simply configuring the files in" - einfo "/etc/reoback and then doing: chmod +x /etc/cron.daily/reoback" + elog "Reoback can now be activated by simply configuring the files in" + elog "/etc/reoback and then doing: chmod +x /etc/cron.daily/reoback" } |