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 151E7158087 for ; Wed, 6 Oct 2021 01:13:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E124E0942; Wed, 6 Oct 2021 01:13:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F367E0942 for ; Wed, 6 Oct 2021 01:13:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4FA334327F for ; Wed, 6 Oct 2021 01:13:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 444B0147 for ; Wed, 6 Oct 2021 01:13:26 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1633461864.ab1ab821568fb14db638bbc96bdcbf7acbb8b8ae.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-backup/grub-btrfs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-backup/grub-btrfs/grub-btrfs-4.10.1.ebuild X-VCS-Directories: app-backup/grub-btrfs/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: ab1ab821568fb14db638bbc96bdcbf7acbb8b8ae X-VCS-Branch: master Date: Wed, 6 Oct 2021 01:13:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 42281476-52a7-4a6d-8c93-4163d96f5083 X-Archives-Hash: e0ae5ff27403fa60daaec8bfc3e546b3 commit: ab1ab821568fb14db638bbc96bdcbf7acbb8b8ae Author: Pascal Jäger leimstift de> AuthorDate: Tue Oct 5 19:18:27 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Tue Oct 5 19:24:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab1ab821 app-backup/grub-btrfs: changed massages to the user from echo to elog Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Pascal Jäger leimstift.de> app-backup/grub-btrfs/grub-btrfs-4.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-backup/grub-btrfs/grub-btrfs-4.10.1.ebuild b/app-backup/grub-btrfs/grub-btrfs-4.10.1.ebuild index 0e9af93b1..146919a6b 100644 --- a/app-backup/grub-btrfs/grub-btrfs-4.10.1.ebuild +++ b/app-backup/grub-btrfs/grub-btrfs-4.10.1.ebuild @@ -27,5 +27,5 @@ src_compile(){ } pkg_postinst() { - echo "run 'grub-mkconfig -o /boot/grub/grub.cfg' to update your Grub menu." + elog "run 'grub-mkconfig -o /boot/grub/grub.cfg' to update your Grub menu." }