diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 04:25:37 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 04:25:37 +0000 |
commit | fffcc4cfbb231812954aaa8e7f88d71296e894fd (patch) | |
tree | c3f93c010acdb707a8eda480037d86da4e726aa1 /app-backup/rsnapshot/rsnapshot-1.2.9.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-fffcc4cfbb231812954aaa8e7f88d71296e894fd.tar.gz gentoo-2-fffcc4cfbb231812954aaa8e7f88d71296e894fd.tar.bz2 gentoo-2-fffcc4cfbb231812954aaa8e7f88d71296e894fd.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-backup/rsnapshot/rsnapshot-1.2.9.ebuild')
-rw-r--r-- | app-backup/rsnapshot/rsnapshot-1.2.9.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app-backup/rsnapshot/rsnapshot-1.2.9.ebuild b/app-backup/rsnapshot/rsnapshot-1.2.9.ebuild index 7e3cc0f3c51d..d30a0dfc8d96 100644 --- a/app-backup/rsnapshot/rsnapshot-1.2.9.ebuild +++ b/app-backup/rsnapshot/rsnapshot-1.2.9.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/app-backup/rsnapshot/rsnapshot-1.2.9.ebuild,v 1.4 2006/09/14 00:51:12 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/rsnapshot/rsnapshot-1.2.9.ebuild,v 1.5 2007/01/24 04:25:37 genone Exp $ inherit eutils @@ -41,11 +41,11 @@ src_install() { } pkg_postinst() { - einfo - einfo "The configuration file: /etc/rsnapshot.conf.default " - einfo " has been installed. " - einfo "This is a template. " - einfo "Copy, or move, the above file to: /etc/rsnapshot.conf " - einfo "Note that upgrading will update the template, not real config. " - einfo + elog + elog "The configuration file: /etc/rsnapshot.conf.default " + elog " has been installed. " + elog "This is a template. " + elog "Copy, or move, the above file to: /etc/rsnapshot.conf " + elog "Note that upgrading will update the template, not real config. " + elog } |