Opened 14 years ago
Closed 14 years ago
#2742 closed defect (fixed)
iproute2-2.6.35: iproute get command not produced yet
Reported by: | Roman Pushkov | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.7 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
Command added in 6.46.1: sed -i 's/== !/\&\& !/' ip/iproute2.c
can't help to fix a bug with iproute get command, cause file was named ip/iproute.c (not iproute2.c).
Correct command is: sed -i 's/== !/\&\& !/' ip/iproute.c
Note:
See TracTickets
for help on using tickets.
This was already fixed in r9363, then further changed in r9364 (http://wiki.linuxfromscratch.org/lfs/browser/trunk/BOOK/chapter06/iproute2.xml?rev=9364).