From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6B5DF13832E for ; Thu, 18 Aug 2016 12:38:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5746DE080B; Thu, 18 Aug 2016 12:38:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DABDE080B for ; Thu, 18 Aug 2016 12:38:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 177C6340940 for ; Thu, 18 Aug 2016 12:38:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D31D3245F for ; Thu, 18 Aug 2016 12:38:32 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1471523911.a05b967e47afe47f49c6accb86c796415a2131ba.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/rsnapshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/rsnapshot/rsnapshot-1.4.2.ebuild X-VCS-Directories: app-backup/rsnapshot/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: a05b967e47afe47f49c6accb86c796415a2131ba X-VCS-Branch: master Date: Thu, 18 Aug 2016 12:38:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c36cf937-3be7-4a1f-bed2-7cb095455061 X-Archives-Hash: 4843e8f10a368e36c79aa83f2f43ffb7 commit: a05b967e47afe47f49c6accb86c796415a2131ba Author: Sergiy Borodych gmail com> AuthorDate: Fri Aug 12 12:20:43 2016 +0000 Commit: Patrice Clement gentoo 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 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" }