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 0CBB0138334 for ; Tue, 8 Jan 2019 22:19:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FC71E09E7; Tue, 8 Jan 2019 22:19:41 +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 DED1FE09E7 for ; Tue, 8 Jan 2019 22:19:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 ED917335CEA for ; Tue, 8 Jan 2019 22:19:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 553764FB for ; Tue, 8 Jan 2019 22:19:36 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1546985970.75d395767418049d092ff63c4ef39153989438ab.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/hackrf-tools/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/hackrf-tools/files/hackrf_easy_flash X-VCS-Directories: net-wireless/hackrf-tools/files/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 75d395767418049d092ff63c4ef39153989438ab X-VCS-Branch: master Date: Tue, 8 Jan 2019 22:19:36 +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: 0f774d04-2eaf-45df-bac5-4c9660ae6ddb X-Archives-Hash: 3ec8c872ab3a827aacefec6f24eb8287 commit: 75d395767418049d092ff63c4ef39153989438ab Author: Rick Farina gentoo org> AuthorDate: Tue Jan 8 22:19:15 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue Jan 8 22:19:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d39576 net-wireless/hackrf-tools: please upstream Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Rick Farina gentoo.org> net-wireless/hackrf-tools/files/hackrf_easy_flash | 1 + 1 file changed, 1 insertion(+) diff --git a/net-wireless/hackrf-tools/files/hackrf_easy_flash b/net-wireless/hackrf-tools/files/hackrf_easy_flash index 3c802b440fa..78d0c69b0cd 100755 --- a/net-wireless/hackrf-tools/files/hackrf_easy_flash +++ b/net-wireless/hackrf-tools/files/hackrf_easy_flash @@ -115,6 +115,7 @@ if [ "${CPLD}" = 1 ] && [ "${TARGET}" != "hackrf" ]; then exit 1 fi +printf "This tool is provided by Gentoo, please report bugs on https://bugs.gentoo.org/\n\n" if [ ${DFU_MODE} = 1 ]; then printf "Preparing to reset hackrf with DFU ${ram_firmware}\n" printf "Then flashing with ${firmware}\n\n"