app-backup/rsnapshot: fix post-install message.
authorSergiy Borodych <Sergiy.Borodych@gmail.com>
Fri, 12 Aug 2016 12:20:43 +0000 (15:20 +0300)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 18 Aug 2016 12:38:31 +0000 (14:38 +0200)
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@gentoo.org>
app-backup/rsnapshot/rsnapshot-1.4.2.ebuild

index 802d154582c355fd3461267e661efd4b0e551cf5..ecdbbf32b9bc7274e967262f049a44fb24350a30 100644 (file)
@@ -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"
 }