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 1RfMCd-0000gX-42 for garchives@archives.gentoo.org; Tue, 27 Dec 2011 01:51:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C43621C092; Tue, 27 Dec 2011 01:51:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6809121C092 for ; Tue, 27 Dec 2011 01:51:34 +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 B25821B4012 for ; Tue, 27 Dec 2011 01:51:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 1D7A980043 for ; Tue, 27 Dec 2011 01:51:33 +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: <537171eac271e050191d03dd6f041fbf8355d782.robbat2@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: net/ X-VCS-Repository: proj/openrc X-VCS-Files: net/iproute2.sh net/macvlan.sh X-VCS-Directories: net/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 537171eac271e050191d03dd6f041fbf8355d782 Date: Tue, 27 Dec 2011 01:51: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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: d7e45922-3460-40a0-8983-e4fdacf00432 X-Archives-Hash: 21b8fd9b1fe075f2ae8212d3ece9374f commit: 537171eac271e050191d03dd6f041fbf8355d782 Author: Robin H. Johnson gentoo org> AuthorDate: Tue Dec 27 01:51:28 2011 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Tue Dec 27 01:51:28 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D537171ea Fix whitespace. Signed-off-by: Robin H. Johnson gentoo.org> --- net/iproute2.sh | 2 +- net/macvlan.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/iproute2.sh b/net/iproute2.sh index 21ec820..693efe0 100644 --- a/net/iproute2.sh +++ b/net/iproute2.sh @@ -353,7 +353,7 @@ iproute2_post_stop() ip -4 route flush table cache dev "${IFACE}" fi fi -=09 + # Kernel may not have IPv6 built in if [ -e /proc/net/ipv6_route ]; then local rules=3D"$(service_get_value "ip6_rule")" diff --git a/net/macvlan.sh b/net/macvlan.sh index 8ac75b8..b8a8ffa 100644 --- a/net/macvlan.sh +++ b/net/macvlan.sh @@ -43,7 +43,7 @@ macvlan_pre_start() [ -z "${macvlan}" ] && return 0 =20 _check_macvlan || return 1 -=09 + case " ${MODULES} " in *" ifconfig "*) eerror "sys-apps/iproute2 is required to configure MACVLANs"