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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79E0F15800F for ; Sun, 12 Feb 2023 06:54:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6FA4E08F2; Sun, 12 Feb 2023 06:54:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9EE4EE08F2 for ; Sun, 12 Feb 2023 06:54:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B00E3340DC3 for ; Sun, 12 Feb 2023 06:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B5037D8 for ; Sun, 12 Feb 2023 06:54:33 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1676184855.8390af35cb89002b33acea91d2b2b641f0728398.sam@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: net/ X-VCS-Repository: proj/netifrc X-VCS-Files: net/arping.sh X-VCS-Directories: net/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8390af35cb89002b33acea91d2b2b641f0728398 X-VCS-Branch: master Date: Sun, 12 Feb 2023 06:54:33 +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: 08b3b582-d47c-4cee-902b-49e60833230c X-Archives-Hash: ad5bee7e3cf96609caee278e03c0f678 commit: 8390af35cb89002b33acea91d2b2b641f0728398 Author: Sam James gentoo org> AuthorDate: Sun Feb 12 06:54:09 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Feb 12 06:54:15 2023 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=8390af35 net/arping.sh: adapt to new arping path in /usr/bin Bug: https://bugs.gentoo.org/893290 Signed-off-by: Sam James gentoo.org> net/arping.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/arping.sh b/net/arping.sh index 7e178b7..bdd8284 100644 --- a/net/arping.sh +++ b/net/arping.sh @@ -4,7 +4,7 @@ arping_depend() { - program /sbin/arping /bin/arping /usr/sbin/arping /usr/sbin/arping2 + program /sbin/arping /bin/arping /usr/bin/arping /usr/sbin/arping /usr/sbin/arping2 before interface }