commit | 5c58d283bbd71db2a43379fc2b804f6c138cf35e | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Jul 10 16:29:00 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Jul 10 16:29:00 2001 +0000 |
tree | 6dd8028a88bf560831a117cba5f59709237055e9 | |
parent | 91b84603d3c3f3911bee87c8ad02c06cb8fc95ae [diff] [blame] |
A traceroute applet from vodz. This could probably be slimmed down, but will do for now...
diff --git a/applets.h b/applets.h index e6ee3c9..12a28d5 100644 --- a/applets.h +++ b/applets.h
@@ -386,6 +386,9 @@ #ifdef BB_TR APPLET(tr, tr_main, _BB_DIR_USR_BIN) #endif +#ifdef BB_TRACEROUTE + APPLET(traceroute, traceroute_main, _BB_DIR_USR_BIN) +#endif #ifdef BB_TRUE_FALSE APPLET(true, true_main, _BB_DIR_BIN) #endif