Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 15430

Summary: Commands from sys-apps/iproute are below /usr/sbin, not /sbin
Product: Gentoo Linux Reporter: Patrick Kursawe (RETIRED) <phosphan>
Component: [OLD] Core systemAssignee: Daniel Ahlberg (RETIRED) <aliz>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Patrick Kursawe (RETIRED) gentoo-dev 2003-02-10 06:50:20 UTC
The commands in sys-apps/iproute are below /usr which could really become a
problem if you set up your networking before mounting /usr...

Reproducible: Always
Steps to Reproduce:
epm -ql iproute | grep bin #:-)

Actual Results:  
/usr/sbin/ip
/usr/sbin/tc
/usr/sbin/rtpr
/usr/sbin/ifcfg
/usr/sbin/rtmon
/usr/sbin/routef
/usr/sbin/routel
/usr/sbin/rtacct


Expected Results:  
Well, ls did the job right...

I just think that "ip" belongs in /sbin as well as "ifconfig" does.
"emerge info" does not change anything about this :-)
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2003-02-27 05:00:17 UTC
Fixed, thanks for finding this!