From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-622582-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8CEEF1381F3 for <garchives@archives.gentoo.org>; Tue, 27 Aug 2013 20:06:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B76E2E0F3F; Tue, 27 Aug 2013 20:06:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C503E0F3F for <gentoo-commits@lists.gentoo.org>; Tue, 27 Aug 2013 20:06:36 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36F4B33EB86 for <gentoo-commits@lists.gentoo.org>; Tue, 27 Aug 2013 20:06:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E0C3EE468F for <gentoo-commits@lists.gentoo.org>; Tue, 27 Aug 2013 20:06:33 +0000 (UTC) From: "Ian Stakenvicius" <axs@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" <axs@gentoo.org> Message-ID: <1377633999.96eff38b65aba35943f2f3c22466eb7a5553c274.axs@OpenRC> Subject: [gentoo-commits] proj/netifrc:master commit in: net/ X-VCS-Repository: proj/netifrc X-VCS-Files: net/apipa.sh net/arping.sh X-VCS-Directories: net/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 96eff38b65aba35943f2f3c22466eb7a5553c274 X-VCS-Branch: master Date: Tue, 27 Aug 2013 20:06:33 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1cdb9b57-2c5c-4752-a9a9-e84d655a0fbf X-Archives-Hash: 712a2f8f867c726b09afe931bb65dd3f commit: 96eff38b65aba35943f2f3c22466eb7a5553c274 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org> AuthorDate: Tue Aug 27 20:06:39 2013 +0000 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org> CommitDate: Tue Aug 27 20:06:39 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/netifrc.git;a=commit;h=96eff38b fixed paths for arping tool due to ~arch iputils path migration, bug 458090 --- net/apipa.sh | 2 +- net/arping.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/apipa.sh b/net/apipa.sh index a4aee8a..6f3f910 100644 --- a/net/apipa.sh +++ b/net/apipa.sh @@ -3,7 +3,7 @@ apipa_depend() { - program /sbin/arping + program /sbin/arping /bin/arping } _random() diff --git a/net/arping.sh b/net/arping.sh index 83360d7..65eb617 100644 --- a/net/arping.sh +++ b/net/arping.sh @@ -3,7 +3,7 @@ arping_depend() { - program /sbin/arping /usr/sbin/arping2 + program /sbin/arping /bin/arping /usr/sbin/arping2 before interface }