diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-01-15 15:46:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-01-15 15:46:22 +0000 |
commit | 5cd221028ba5e7ada35a0dd196fb642b44f197d1 (patch) | |
tree | d019bfe23aa5d3b5b6bb2c54e65e169e3c463b12 /usr.sbin/tcpdump | |
parent | 665ce17da44f98ae193440703de789dedfb6a72c (diff) |
Diffstat (limited to 'usr.sbin/tcpdump')
-rw-r--r-- | usr.sbin/tcpdump/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/tcpdump/Makefile.inc | 2 | ||||
-rw-r--r-- | usr.sbin/tcpdump/tcpdump/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/tcpdump/tcpdump/config.h | 2 | ||||
-rw-r--r-- | usr.sbin/tcpdump/tcpslice/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/tcpdump/tcpslice/gwtm2secs.c | 2 | ||||
-rw-r--r-- | usr.sbin/tcpdump/tcpslice/search.c | 2 | ||||
-rw-r--r-- | usr.sbin/tcpdump/tcpslice/tcpslice.1 | 2 | ||||
-rw-r--r-- | usr.sbin/tcpdump/tcpslice/tcpslice.c | 2 | ||||
-rw-r--r-- | usr.sbin/tcpdump/tcpslice/util.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/usr.sbin/tcpdump/Makefile b/usr.sbin/tcpdump/Makefile index c549530613bd3..70549c3c14ef7 100644 --- a/usr.sbin/tcpdump/Makefile +++ b/usr.sbin/tcpdump/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 0.1 (RGrimes) 4/4/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/tcpdump/Makefile,v 1.2 2001/07/20 06:20:21 obrien Exp $ SUBDIR= tcpdump tcpslice diff --git a/usr.sbin/tcpdump/Makefile.inc b/usr.sbin/tcpdump/Makefile.inc index 1e4d46f113a51..500683eb776a9 100644 --- a/usr.sbin/tcpdump/Makefile.inc +++ b/usr.sbin/tcpdump/Makefile.inc @@ -1,4 +1,4 @@ # @(#)Makefile.inc 5.1 (Berkeley) 5/11/90 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/tcpdump/Makefile.inc,v 1.3 2001/07/20 06:20:21 obrien Exp $ BINDIR?= /usr/sbin diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile index 6155120cd828f..b2718895e74bc 100644 --- a/usr.sbin/tcpdump/tcpdump/Makefile +++ b/usr.sbin/tcpdump/tcpdump/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/tcpdump/tcpdump/Makefile,v 1.43.2.1 2006/10/16 00:47:41 sam Exp $ TCPDUMP_DISTDIR?= ${.CURDIR}/../../../contrib/tcpdump .PATH: ${TCPDUMP_DISTDIR} diff --git a/usr.sbin/tcpdump/tcpdump/config.h b/usr.sbin/tcpdump/tcpdump/config.h index 303768e66ecfb..a2207fdbad266 100644 --- a/usr.sbin/tcpdump/tcpdump/config.h +++ b/usr.sbin/tcpdump/tcpdump/config.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/usr.sbin/tcpdump/tcpdump/config.h,v 1.7 2005/07/11 04:14:42 sam Exp $ */ /* This is an edited copy of the config.h generated by configure. */ /* config.h. Generated by configure. */ diff --git a/usr.sbin/tcpdump/tcpslice/Makefile b/usr.sbin/tcpdump/tcpslice/Makefile index 2c444596a8eed..81e4d3ff78635 100644 --- a/usr.sbin/tcpdump/tcpslice/Makefile +++ b/usr.sbin/tcpdump/tcpslice/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 0.1 (RWGrimes) 3/24/93 -# $FreeBSD$ +# $FreeBSD: src/usr.sbin/tcpdump/tcpslice/Makefile,v 1.13 2001/07/20 06:20:21 obrien Exp $ TCPDUMP_DISTDIR?= ${.CURDIR}/../../../contrib/tcpdump diff --git a/usr.sbin/tcpdump/tcpslice/gwtm2secs.c b/usr.sbin/tcpdump/tcpslice/gwtm2secs.c index f8d2e91c024ed..c892efd281e19 100644 --- a/usr.sbin/tcpdump/tcpslice/gwtm2secs.c +++ b/usr.sbin/tcpdump/tcpslice/gwtm2secs.c @@ -20,7 +20,7 @@ */ #if !defined(lint) && !defined(__GNUC__) static char rcsid[] = - "@(#)$FreeBSD$ (LBL)"; + "@(#)$FreeBSD: src/usr.sbin/tcpdump/tcpslice/gwtm2secs.c,v 1.4.34.1 2006/10/18 03:21:36 delphij Exp $ (LBL)"; #endif /* diff --git a/usr.sbin/tcpdump/tcpslice/search.c b/usr.sbin/tcpdump/tcpslice/search.c index 75db36001ab6c..2b7a358197a04 100644 --- a/usr.sbin/tcpdump/tcpslice/search.c +++ b/usr.sbin/tcpdump/tcpslice/search.c @@ -20,7 +20,7 @@ */ #if !defined(lint) && !defined(__GNUC__) static char rcsid[] = - "@(#)$FreeBSD$ (LBL)"; + "@(#)$FreeBSD: src/usr.sbin/tcpdump/tcpslice/search.c,v 1.4.34.1 2006/10/18 03:21:36 delphij Exp $ (LBL)"; #endif /* diff --git a/usr.sbin/tcpdump/tcpslice/tcpslice.1 b/usr.sbin/tcpdump/tcpslice/tcpslice.1 index 332c1f6b5ddb9..3e3c5f4357613 100644 --- a/usr.sbin/tcpdump/tcpslice/tcpslice.1 +++ b/usr.sbin/tcpdump/tcpslice/tcpslice.1 @@ -17,7 +17,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/usr.sbin/tcpdump/tcpslice/tcpslice.1,v 1.15.8.1 2006/10/18 03:21:37 delphij Exp $ .\" .Dd October 17, 2006 .Dt TCPSLICE 1 diff --git a/usr.sbin/tcpdump/tcpslice/tcpslice.c b/usr.sbin/tcpdump/tcpslice/tcpslice.c index ab5de7bc2edff..c07bd69879a96 100644 --- a/usr.sbin/tcpdump/tcpslice/tcpslice.c +++ b/usr.sbin/tcpdump/tcpslice/tcpslice.c @@ -27,7 +27,7 @@ static const char copyright[] = #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.sbin/tcpdump/tcpslice/tcpslice.c,v 1.12.14.1 2006/10/18 03:21:37 delphij Exp $"; #endif /* not lint */ /* diff --git a/usr.sbin/tcpdump/tcpslice/util.c b/usr.sbin/tcpdump/tcpslice/util.c index 8904352b798ca..bb57a7e0a60d6 100644 --- a/usr.sbin/tcpdump/tcpslice/util.c +++ b/usr.sbin/tcpdump/tcpslice/util.c @@ -21,7 +21,7 @@ #if !defined(lint) && !defined(__GNUC__) static char rcsid[] = - "@(#) $FreeBSD$ (LBL)"; + "@(#) $FreeBSD: src/usr.sbin/tcpdump/tcpslice/util.c,v 1.3 1999/08/28 05:11:32 peter Exp $ (LBL)"; #endif #include "tcpslice.h" |