From: Sergiy Borodych Date: Fri, 12 Aug 2016 12:20:43 +0000 (+0300) Subject: app-backup/rsnapshot: fix post-install message. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a05b967e47afe47f49c6accb86c796415a2131ba;p=gentoo.git 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 --- diff --git a/app-backup/rsnapshot/rsnapshot-1.4.2.ebuild b/app-backup/rsnapshot/rsnapshot-1.4.2.ebuild index 802d154582c3..ecdbbf32b9bc 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" }