Skip to content

Commit

Permalink
app-backup/rsnapshot: fix post-install message.
Browse files Browse the repository at this point in the history
Add mention about compression.

Gentoo-Bug: https://bugs.gentoo.org/551762

Closes: gentoo#2072

Signed-off-by: Patrice Clement <[email protected]>
  • Loading branch information
bor authored and monsieurp committed Aug 18, 2016
1 parent 12aa13f commit a05b967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-backup/rsnapshot/rsnapshot-1.4.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit a05b967

Please sign in to comment.