diff options
author | Sergiy Borodych <Sergiy.Borodych@gmail.com> | 2016-08-12 15:20:43 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-08-18 14:38:31 +0200 |
commit | a05b967e47afe47f49c6accb86c796415a2131ba (patch) | |
tree | fbd3aa703f6cee8233f14d5a82303744df862659 /app-backup | |
parent | app-backup/rsnapshot: version bump to 1.4.2. (diff) | |
download | gentoo-a05b967e47afe47f49c6accb86c796415a2131ba.tar.gz gentoo-a05b967e47afe47f49c6accb86c796415a2131ba.tar.bz2 gentoo-a05b967e47afe47f49c6accb86c796415a2131ba.zip |
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@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/rsnapshot/rsnapshot-1.4.2.ebuild | 4 |
1 files 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 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" } |