Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: doc/
Date: Thu, 07 Jun 2012 04:20:48
Message-Id: 1339042595.92b274a7dea93c4832bcbb0905beb2a93df080e4.WilliamH@OpenRC
1 commit: 92b274a7dea93c4832bcbb0905beb2a93df080e4
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 7 04:16:35 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 7 04:16:35 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=92b274a7
7
8 net: clarify how to prefer ifconfig over iproute2
9
10 reported-by: <vsync <AT> quadium.net>
11 X-Gentoo-Bug: 417899
12 X-Gentoo-Bug-Url: https://bugs.gentoo.org/show_bug.cgi?id=417899
13
14 ---
15 doc/net.example.Linux.in | 4 ++--
16 1 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
19 index ac63715..870c794 100644
20 --- a/doc/net.example.Linux.in
21 +++ b/doc/net.example.Linux.in
22 @@ -34,7 +34,7 @@
23 # In other words, you probably should DO NOTHING HERE...
24
25 # Prefer ifconfig over iproute2
26 -#modules="ifconfig"
27 +#modules="!iproute2"
28
29 # You can also specify other modules for an interface
30 # In this case we prefer udhcpc over dhcpcd
31 @@ -57,7 +57,7 @@
32
33 # If you don't specify an interface then we prefer iproute2 if it's installed
34 # To prefer ifconfig over iproute2
35 -#modules="ifconfig"
36 +#modules="!iproute2"
37
38 # For a static configuration, use something like this
39 # (They all do exactly the same thing btw)