#2558 closed task (fixed)
Traceroute-2.0.12
| Reported by: | Randy McMurchy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | BOOK | Version: | SVN |
| Severity: | medium | Keywords: | |
| Cc: |
Description
There's a new implementation of Traceroute that appears to me to be much more robust than the ages old version currently in the book.
http://sourceforge.net/projects/traceroute
It doesn't install SUID. Instructions are simply:
make make prefix=/usr install
Installs traceroute in /usr/bin and a man file in the man8 dir (which probably should be fixed to be in man1).
Change History (4)
comment:1 by , 18 years ago
| Milestone: | 7.0 → 6.4 |
|---|
comment:2 by , 18 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed at revision 7697.
I left the manpage in man8 because man8 is for system administration commands and traceroute certainly falls into that category.