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 F3BF2138334 for ; Mon, 12 Nov 2018 03:38:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC071E0A00; Mon, 12 Nov 2018 03:38:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D65FE0A00 for ; Mon, 12 Nov 2018 03:38:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA38F335CF5 for ; Mon, 12 Nov 2018 03:38:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94280464 for ; Mon, 12 Nov 2018 03:38:50 +0000 (UTC) From: "Jorge Manuel B. S. Vicetto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jorge Manuel B. S. Vicetto" Message-ID: <1541993687.e68d2a798da9004d0de5befa961d9bd2d3d24192.jmbsvicetto@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/bacula/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/bacula/bacula-9.2.1.ebuild X-VCS-Directories: app-backup/bacula/ X-VCS-Committer: jmbsvicetto X-VCS-Committer-Name: Jorge Manuel B. S. Vicetto X-VCS-Revision: e68d2a798da9004d0de5befa961d9bd2d3d24192 X-VCS-Branch: master Date: Mon, 12 Nov 2018 03:38:50 +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: c57b5a74-eebb-4a61-9594-0f628dc332c1 X-Archives-Hash: d3d9d0f349c57d4d06ec59d5b71ae1bb commit: e68d2a798da9004d0de5befa961d9bd2d3d24192 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo org> AuthorDate: Mon Oct 29 17:22:11 2018 +0000 Commit: Jorge Manuel B. S. Vicetto gentoo org> CommitDate: Mon Nov 12 03:34:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68d2a79 app-backup/bacula: Fix typo in postinst. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 app-backup/bacula/bacula-9.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/bacula/bacula-9.2.1.ebuild b/app-backup/bacula/bacula-9.2.1.ebuild index 4d4577e24ba..d29d8013339 100644 --- a/app-backup/bacula/bacula-9.2.1.ebuild +++ b/app-backup/bacula/bacula-9.2.1.ebuild @@ -436,5 +436,5 @@ pkg_postinst() { einfo "you have to enable 'USE=qt5'." einfo einfo "/var/lib/bacula/tmp was configured for archivedir. This dir will be used during" - einfo "restores, so be sure to set it to an appropriate in dir in the bacula config." + einfo "restores, so be sure to set it to an appropriate dir in the bacula config." }