summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-06-06 23:16:35 -0500
committerWilliam Hubbs <williamh@gentoo.org>2012-06-06 23:23:54 -0500
commit0e3860e76f2d59b7093cbad04c9f375088e1c0e8 (patch)
tree938ae6b96ae4159ff67d5c6490b554db31de1ad1
parent670b72b328c8bb05b257729f89bec5064eaff0bc (diff)
downloadopenrc-0e3860e76f2d59b7093cbad04c9f375088e1c0e8.tar.gz
openrc-0e3860e76f2d59b7093cbad04c9f375088e1c0e8.tar.bz2
openrc-0e3860e76f2d59b7093cbad04c9f375088e1c0e8.tar.xz
net: clarify how to prefer ifconfig over iproute2
reported-by: <vsync@quadium.net> X-Gentoo-Bug: 417899 X-Gentoo-Bug-Url: https://bugs.gentoo.org/show_bug.cgi?id=417899
-rw-r--r--doc/net.example.Linux.in4
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...
# Prefer ifconfig over iproute2
-#modules="ifconfig"
+#modules="!iproute2"
# You can also specify other modules for an interface
# In this case we prefer udhcpc over dhcpcd
@@ -57,7 +57,7 @@
# If you don't specify an interface then we prefer iproute2 if it's installed
# To prefer ifconfig over iproute2
-#modules="ifconfig"
+#modules="!iproute2"
# For a static configuration, use something like this
# (They all do exactly the same thing btw)