From owner-cvs-user Mon Oct 7 21:53:09 1996 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA08203 for cvs-user-outgoing; Mon, 7 Oct 1996 21:53:09 -0700 (PDT) Received: from precipice.shockwave.com (ppp-206-170-6-1.rdcy01.pacbell.net [206.170.6.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA08178; Mon, 7 Oct 1996 21:52:58 -0700 (PDT) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.6/8.7.3) with ESMTP id VAA19791; Mon, 7 Oct 1996 21:52:44 -0700 (PDT) Message-Id: <199610080452.VAA19791@precipice.shockwave.com> To: Sean Eric Fagan cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/contrib/traceroute traceroute.8 traceroute.c In-reply-to: Your message of "Mon, 07 Oct 1996 19:44:32 PDT." <199610080244.TAA24172@freefall.freebsd.org> Date: Mon, 07 Oct 1996 21:52:44 -0700 From: Paul Traina Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thanks for making the change, sorry if I was testy to you earlier. Please mail your changes back to traceroute@ee.lbl.gov as mentioned in the freebsd instructions file if you haven't done so already. The point of contrib is that we *don't* make local changes unless they are freebsd specific or they're being sent back. In the tcpdump/pcap/traceroute bunch, both Bill and I are trying to be pedantic about this. Paul From: Sean Eric Fagan Subject: cvs commit: src/contrib/traceroute traceroute.8 traceroute.c sef 96/10/07 19:44:30 Modified: contrib/traceroute traceroute.8 traceroute.c Log: Paul objected to my previous change. This adds the same functionality (implemented better, admittedly) with a new option, '-S'. If the maintainers of traceroute (Van?) add a -S option, we will then be in conflict. Also added a too-brief description of the option in the man page. Someone with a better command of English than I at the moment should probably look over it and rephrase it. Reviewed by: pst, jkh Revision Changes Path 1.2 +4 -2 src/contrib/traceroute/traceroute.8 1.4 +9 -3 src/contrib/traceroute/traceroute.c