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 <gentoo-commits+bounces-472312-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1ScUDI-0001VC-7b
	for garchives@archives.gentoo.org; Thu, 07 Jun 2012 04:20:48 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 45A13E0462;
	Thu,  7 Jun 2012 04:20:41 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 1962AE0462
	for <gentoo-commits@lists.gentoo.org>; Thu,  7 Jun 2012 04:20:41 +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 7B3451B4005
	for <gentoo-commits@lists.gentoo.org>; Thu,  7 Jun 2012 04:20:40 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 175DAE5404
	for <gentoo-commits@lists.gentoo.org>; Thu,  7 Jun 2012 04:20:39 +0000 (UTC)
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" <williamh@gentoo.org>
Message-ID: <1339042595.92b274a7dea93c4832bcbb0905beb2a93df080e4.WilliamH@OpenRC>
Subject: [gentoo-commits] proj/openrc:master commit in: doc/
X-VCS-Repository: proj/openrc
X-VCS-Files: doc/net.example.Linux.in
X-VCS-Directories: doc/
X-VCS-Committer: WilliamH
X-VCS-Committer-Name: William Hubbs
X-VCS-Revision: 92b274a7dea93c4832bcbb0905beb2a93df080e4
X-VCS-Branch: master
Date: Thu,  7 Jun 2012 04:20:39 +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
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: 527016c0-c4cd-41ff-baeb-45496bb4b506
X-Archives-Hash: 16627c7a39774f0b84f2c3144ac51a4d

commit:     92b274a7dea93c4832bcbb0905beb2a93df080e4
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  7 04:16:35 2012 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jun  7 04:16:35 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D=
commit;h=3D92b274a7

net: clarify how to prefer ifconfig over iproute2

reported-by: <vsync <AT> quadium.net>
X-Gentoo-Bug: 417899
X-Gentoo-Bug-Url: https://bugs.gentoo.org/show_bug.cgi?id=3D417899

---
 doc/net.example.Linux.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index ac63715..870c794 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -34,7 +34,7 @@
 # In other words, you probably should DO NOTHING HERE...
=20
 # Prefer ifconfig over iproute2
-#modules=3D"ifconfig"
+#modules=3D"!iproute2"
=20
 # You can also specify other modules for an interface
 # In this case we prefer udhcpc over dhcpcd
@@ -57,7 +57,7 @@
=20
 # If you don't specify an interface then we prefer iproute2 if it's inst=
alled
 # To prefer ifconfig over iproute2
-#modules=3D"ifconfig"
+#modules=3D"!iproute2"
=20
 # For a static configuration, use something like this
 # (They all do exactly the same thing btw)