From owner-freebsd-hackers Thu Feb 6 23:18:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA10135 for hackers-outgoing; Thu, 6 Feb 1997 23:18:33 -0800 (PST) Received: from ocean.campus.luth.se (ocean.campus.luth.se [130.240.194.116]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA10130 for ; Thu, 6 Feb 1997 23:18:28 -0800 (PST) Received: (from karpen@localhost) by ocean.campus.luth.se (8.7.5/8.7.3) id IAA13734; Fri, 7 Feb 1997 08:20:35 +0100 (MET) From: Mikael Karpberg Message-Id: <199702070720.IAA13734@ocean.campus.luth.se> Subject: Re: Audible ping response changes to ping.c To: danny@panda.hilink.com.au (Daniel O'Callaghan) Date: Fri, 7 Feb 1997 08:20:35 +0100 (MET) Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: from Daniel O'Callaghan at "Feb 7, 97 11:17:31 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk According to Daniel O'Callaghan: > > > On Thu, 6 Feb 1997, Terry Lambert wrote: > > > > > Also, the z flag runs an external compressor/decompressor. By that > > > > logic, you should call an external "beep" program if you are trying to > > > > justify adding the flag using "the "rule of similar existing practice". > > > > > > Hmmmm. :-) > > > > > > Here is a revised version that transparently provides a "-a" option > > to the real ping command without adding it to the real ping command: > > Thanks, Terry, are you going to submit a man page? Ok, so it's a nice idea to build functionality from small bits, but this is ridiculous! :-) We're talking excanging about three lines of C code with a big script. This is just a way too small change not to be well jusified to go into ping as an option. The latest patch for ping seemed just fine, although I'd think '-b' would be more logical. You think "Hmm... now, what option was it that ping beep? Hmm..." and try "-b". You don't think "What made ping audiable?". :-P ...IMHO. /Mikael