diff options
author | Jory A. Pratt <anarchy@gentoo.org> | 2010-07-12 22:45:40 -0500 |
---|---|---|
committer | Jory A. Pratt <anarchy@gentoo.org> | 2010-07-12 22:45:40 -0500 |
commit | 2982cfab704e88cb5b081bae4fe43631bca609ca (patch) | |
tree | 95782d79f6072615397a8e93d121335fab32b8e8 /doc | |
parent | 761fe99fe2161224f93a75d7079f78111c3c7d6e (diff) |
Fix bug #301237, update example to list proper package for mii-tool
Diffstat (limited to 'doc')
-rw-r--r-- | 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 ba56a125..c7252b48 100644 --- a/doc/net.example.Linux.in +++ b/doc/net.example.Linux.in @@ -936,8 +936,8 @@ #preup() { # # Test for link on the interface prior to bringing it up. This -# # only works on some network adapters and requires the mii-diag -# # package to be installed. +# # only works on some network adapters and requires the +# # sys-apps/net-tools package to be installed. # if mii-tool "${IFACE}" 2> /dev/null | grep -q 'no link'; then # ewarn "No link on ${IFACE}, aborting configuration" # return 1 |