diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2011-04-26 11:05:19 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2011-04-26 15:25:08 -0500 |
commit | b712a9161f3d51566f44d48909776649d70116d0 (patch) | |
tree | 8f4c8dfa07da605e21242e142ab4f3dc929d6dc5 /doc | |
parent | 8202e7dce4065b79c272dc11941b371a9c4f99fc (diff) |
change udhcpc support to busybox udhcpc
This updates the udhcpc support to use busybox's udhcpc instead of the
stand alone version.
I would like to thank jackieku <kjackie@gmail.com> for assisting with
this update.
X-Gentoo-Bug: 205286
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=205286
Diffstat (limited to 'doc')
-rw-r--r-- | doc/net.example.Linux.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index 5d7c49fd..952f8eb7 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -414,7 +414,7 @@ # dhclient: emerge net-misc/dhcp # dhcpcd: emerge net-misc/dhcpcd # pump: emerge net-misc/pump -# udhcpc: emerge net-misc/udhcp +# udhcpc: emerge sys-apps/busybox # If you have more than one DHCP client installed, you need to specify which # one to use - otherwise we default to dhcpcd if available. |