diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
| commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
| tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /sbin/ping | |
| parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvs
'RELENG_2_2_8_RELEASE'.
This commit was manufactured to restore the state of the 2.2.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'sbin/ping')
| -rw-r--r-- | sbin/ping/Makefile | 2 | ||||
| -rw-r--r-- | sbin/ping/ping.8 | 2 | ||||
| -rw-r--r-- | sbin/ping/ping.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile index 47708df39c8a..3fe84a0c9366 100644 --- a/sbin/ping/Makefile +++ b/sbin/ping/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 -# $Id$ +# $Id: Makefile,v 1.2.8.2 1998/03/06 13:07:12 jkh Exp $ PROG= ping MAN8= ping.8 diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index 56a46ce854c7..d72cfefd4fb6 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)ping.8 8.2 (Berkeley) 12/11/93 -.\" $Id: ping.8,v 1.3.2.6 1997/09/14 19:40:03 jkh Exp $ +.\" $Id: ping.8,v 1.3.2.7 1998/07/17 20:13:44 jkh Exp $ .\" .Dd March 1, 1997 .Dt PING 8 diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index 4fe954ba3feb..28ea3651336f 100644 --- a/sbin/ping/ping.c +++ b/sbin/ping/ping.c @@ -45,7 +45,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ping.c 8.1 (Berkeley) 6/5/93"; #endif static const char rcsid[] = - "$Id: ping.c,v 1.8.2.16 1998/05/25 20:21:34 fenner Exp $"; + "$Id: ping.c,v 1.8.2.17 1998/07/17 20:13:45 jkh Exp $"; #endif /* not lint */ /* |
