From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RmqQt-0002tv-7z for garchives@archives.gentoo.org; Mon, 16 Jan 2012 17:33:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEA2DE062B; Mon, 16 Jan 2012 17:33:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C0F4EE062B for ; Mon, 16 Jan 2012 17:33:13 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CBCA1B4010 for ; Mon, 16 Jan 2012 17:33:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 41F3080042 for ; Mon, 16 Jan 2012 17:33:12 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: Subject: [gentoo-commits] proj/openrc:master commit in: net/ X-VCS-Repository: proj/openrc X-VCS-Files: net/ethtool.sh X-VCS-Directories: net/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: fdc8849e5686a13c6cb5401af5805ae649035eb0 Date: Mon, 16 Jan 2012 17:33:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 97a65522-8587-4dc9-b3bb-ab9d58c448f5 X-Archives-Hash: 05e8d3ea019254919bdfbb03ca34916d commit: fdc8849e5686a13c6cb5401af5805ae649035eb0 Author: Robin H. Johnson gentoo org> AuthorDate: Mon Jan 16 17:33:09 2012 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Jan 16 17:33:09 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Dfdc8849e net/ethtool: Fix program call. I missed removing a call to the old ethtool function wrapper that was made unneeded by commit d02d3af02. X-Gentoo-Bug: 399037 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=3D399037 Signed-off-by: Robin H. Johnson gentoo.org> --- net/ethtool.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/ethtool.sh b/net/ethtool.sh index 4e10409..6023d74 100644 --- a/net/ethtool.sh +++ b/net/ethtool.sh @@ -39,7 +39,7 @@ ethtool_pre_start() { args_pretty=3D"--${opt} $IFACE ${args_pretty}" args=3D"--${opt} $IFACE ${args}" ebegin "ethtool ${args_pretty}" - $(_ethtool) ${args} + ethtool ${args} rc=3D$? eend $rc "ethtool exit code $rc" # TODO: ethtool has MANY different exit codes, with no