From owner-cvs-sbin Thu Feb 6 14:48:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA12179 for cvs-sbin-outgoing; Thu, 6 Feb 1997 14:48:31 -0800 (PST) Received: (from danny@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA12170; Thu, 6 Feb 1997 14:48:29 -0800 (PST) Date: Thu, 6 Feb 1997 14:48:29 -0800 (PST) From: "Daniel O'Callaghan" Message-Id: <199702062248.OAA12170@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ping ping.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk danny 97/02/06 14:48:28 Modified: sbin/ping ping.c Log: Reviewed by: Gary Jennejohn Submitted by: Bruce Murphy Modified files: ping.c Add the '-a' audible flag to ping, useful for debugging ethernets without requiring the operator to jump up and look at the ping results every 15 seconds. Revision Changes Path 1.8.2.4 +8 -2 src/sbin/ping/ping.c