From 2982cfab704e88cb5b081bae4fe43631bca609ca Mon Sep 17 00:00:00 2001 From: "Jory A. Pratt" Date: Mon, 12 Jul 2010 22:45:40 -0500 Subject: Fix bug #301237, update example to list proper package for mii-tool --- doc/net.example.Linux.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in index ba56a12..c7252b4 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 -- cgit v1.2.3