Opened 20 years ago

Closed 20 years ago

#860 closed defect (wontfix)

net-tools missing miitools iptunnel

Reported by: jim@… Owned by: lfs-book@…
Priority: lowest Milestone:
Component: Book Version: CVS
Severity: normal Keywords:
Cc:

Description

Not all of net-tools is being built. Some tools needed like miitool and iptunnel are not being built.

Change after make config 4 seds need to be added sed -i 's|HAVE_IP_TOOLS 1|HAVE_IP_TOOLS 0|g' config.h sed -i 's|HAVE_IP_TOOLS=1|HAVE_IP_TOOLS=0|g' config.make sed -i 's|HAVE_MII 1|HAVE_MII 0|g' config.h sed -i 's|HAVE_MII=1|HAVE_MII=0|g' config.make

Change History (4)

comment:1 by jim@…, 20 years ago

Correction it should be

sed -i 's|HAVE_IP_TOOLS 0|HAVE_IP_TOOLS 1|g' config.h sed -i 's|HAVE_IP_TOOLS=0|HAVE_IP_TOOLS=1|g' config.make sed -i 's|HAVE_MII 0|HAVE_MII 1|g' config.h sed -i 's|HAVE_MII=0|HAVE_MII=1|g' config.make

Should of copied and pasted.

comment:2 by jim@…, 20 years ago

For the last time Correction it should be

sed -i 's|HAVE_IP_TOOLS 0|HAVE_IP_TOOLS 1|g' config.h sed -i 's|# HAVE_IP_TOOLS=0|HAVE_IP_TOOLS=1|g' config.make sed -i 's|HAVE_MII 0|HAVE_MII 1|g' config.h sed -i 's|# HAVE_MII=0|HAVE_MII=1|g' config.make

comment:3 by Matthew Burgess, 20 years ago

Jim,

How many folks need miitools iptunnel? I'd wager it's _not_ a general LFS requirement, and as such it won't affect the decision to migrate to iproute2 and put net-tools in BLFS. Could you confirm my understanding is correct? If it is, could you mark this as WONTFIX please.

Cheers,

Matt.

comment:4 by Matthew Burgess, 20 years ago

Resolution: wontfix
Status: newclosed

net-tools has now been replaced by iproute2

Note: See TracTickets for help on using tickets.