Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 301237 - sys-apps/openrc-0.6.0 has net.example with info about mii-tool being in mii-diag, but it's now net-tools
Summary: sys-apps/openrc-0.6.0 has net.example with info about mii-tool being in mii-d...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Roy Marples
URL:
Whiteboard:
Keywords: InOverlay
Depends on:
Blocks:
 
Reported: 2010-01-16 23:39 UTC by Florian Klink
Modified: 2010-09-11 22:07 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Klink 2010-01-16 23:39:52 UTC
Read /usr/share/doc/openrc-0.6.0/net.example to add some preup() stuff to my /etc/conf.d/net. For testing your ethernet link, you can use mii-tool. The text says (line 938-911):

...
#       # 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.
#       if mii-tool "${IFACE}" 2> /dev/null | grep -q 'no link'; then
...


But mii-tool is (now) in the sys-apps/net-tools package, so this text should be changed.

Reproducible: Always

Steps to Reproduce:
1. Read net.example
2. Try to install mii-diag package, which doesn't exist
Comment 1 Jory A. Pratt gentoo-dev 2010-07-13 03:47:43 UTC
Should be pushing an update in about a week for official tree.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-09-11 22:07:07 UTC
This is already in the tree now