commit: a05b967e47afe47f49c6accb86c796415a2131ba Author: Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com> AuthorDate: Fri Aug 12 12:20:43 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Aug 18 12:38:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05b967e
app-backup/rsnapshot: fix post-install message. Add mention about compression. Gentoo-Bug: https://bugs.gentoo.org/551762 Closes: https://github.com/gentoo/gentoo/pull/2072 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-backup/rsnapshot/rsnapshot-1.4.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-backup/rsnapshot/rsnapshot-1.4.2.ebuild b/app-backup/rsnapshot/rsnapshot-1.4.2.ebuild index 802d154..ecdbbf3 100644 --- a/app-backup/rsnapshot/rsnapshot-1.4.2.ebuild +++ b/app-backup/rsnapshot/rsnapshot-1.4.2.ebuild @@ -37,7 +37,7 @@ src_install() { } pkg_postinst() { - elog "The template configuration file has been installed as" - elog "/usr/share/doc/${PF}/rsnapshot.conf.default" + elog "The template configuration file has been compressed and installed as" + elog " /usr/share/doc/${PF}/rsnapshot.conf.default.[gz|bz2|etc]" elog "Copy and edit the the above file as /etc/rsnapshot.conf" }
