diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
| commit | 838992f094ccde014679a7cfafc495840eb932a1 (patch) | |
| tree | bb1da10609893e2c699e42919a3a51c02df9caf0 /usr.sbin/mrouted | |
| parent | bcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff) | |
Diffstat (limited to 'usr.sbin/mrouted')
31 files changed, 31 insertions, 31 deletions
diff --git a/usr.sbin/mrouted/Makefile b/usr.sbin/mrouted/Makefile index 862ba6782b04..b30737e5fe65 100644 --- a/usr.sbin/mrouted/Makefile +++ b/usr.sbin/mrouted/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.4 1997/02/22 16:06:47 peter Exp $ SUBDIR= common mrouted mrinfo map-mbone mtrace testrsrr diff --git a/usr.sbin/mrouted/Makefile.inc b/usr.sbin/mrouted/Makefile.inc index 46ce8d7692e8..1d06782deda9 100644 --- a/usr.sbin/mrouted/Makefile.inc +++ b/usr.sbin/mrouted/Makefile.inc @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile.inc,v 1.3 1998/03/07 09:49:00 bde Exp $ CFLAGS+= -DRSRR diff --git a/usr.sbin/mrouted/callout.c b/usr.sbin/mrouted/callout.c index 673973fdedfd..255f8c41683d 100644 --- a/usr.sbin/mrouted/callout.c +++ b/usr.sbin/mrouted/callout.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: callout.c,v 1.10 1998/01/16 07:17:41 charnier Exp $"; + "$Id: callout.c,v 1.11 1999/01/20 07:55:50 fenner Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/cfparse.y b/usr.sbin/mrouted/cfparse.y index 14e206e4f6ff..d46b3c27cb75 100644 --- a/usr.sbin/mrouted/cfparse.y +++ b/usr.sbin/mrouted/cfparse.y @@ -4,7 +4,7 @@ * * Written by Bill Fenner, NRL, 1994 * - * $Id: cfparse.y,v 1.8 1998/06/09 05:01:27 imp Exp $ + * $Id: cfparse.y,v 1.9 1999/01/20 07:55:50 fenner Exp $ * cfparse.y,v 3.8.4.30 1998/03/01 01:48:58 fenner Exp */ #include <stdio.h> diff --git a/usr.sbin/mrouted/common/Makefile b/usr.sbin/mrouted/common/Makefile index 801a20715968..9912bfb43032 100644 --- a/usr.sbin/mrouted/common/Makefile +++ b/usr.sbin/mrouted/common/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1997/02/22 16:07:20 peter Exp $ +# $Id: Makefile,v 1.4 1997/06/29 06:03:38 pst Exp $ LIB= mrouted NOPROFILE= yes diff --git a/usr.sbin/mrouted/config.c b/usr.sbin/mrouted/config.c index 544199e40e23..4509de5ec9ca 100644 --- a/usr.sbin/mrouted/config.c +++ b/usr.sbin/mrouted/config.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: config.c,v 1.12 1998/06/09 05:01:29 imp Exp $"; + "$Id: config.c,v 1.13 1999/01/20 07:55:50 fenner Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/defs.h b/usr.sbin/mrouted/defs.h index 00a8b5ba8eeb..b6e41304edb8 100644 --- a/usr.sbin/mrouted/defs.h +++ b/usr.sbin/mrouted/defs.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $Id: defs.h,v 1.10 1997/02/22 16:06:51 peter Exp $ + * $Id: defs.h,v 1.11 1999/01/20 07:55:50 fenner Exp $ * defs.h,v 3.8.4.15 1998/03/01 02:51:42 fenner Exp */ diff --git a/usr.sbin/mrouted/dvmrp.h b/usr.sbin/mrouted/dvmrp.h index a7aee84c3d0c..b419c9a948bb 100644 --- a/usr.sbin/mrouted/dvmrp.h +++ b/usr.sbin/mrouted/dvmrp.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $Id: dvmrp.h,v 1.7 1997/02/22 16:06:52 peter Exp $ + * $Id: dvmrp.h,v 1.8 1999/01/20 07:55:50 fenner Exp $ * dvmrp.h,v 3.8.4.5 1997/11/18 23:25:57 fenner Exp */ diff --git a/usr.sbin/mrouted/igmp.c b/usr.sbin/mrouted/igmp.c index 5feab13e0a41..a30837bd3425 100644 --- a/usr.sbin/mrouted/igmp.c +++ b/usr.sbin/mrouted/igmp.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: igmp.c,v 1.14 1998/01/16 07:17:41 charnier Exp $"; + "$Id: igmp.c,v 1.15 1999/01/20 07:55:50 fenner Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/inet.c b/usr.sbin/mrouted/inet.c index fb101616a8e7..4e579b3df728 100644 --- a/usr.sbin/mrouted/inet.c +++ b/usr.sbin/mrouted/inet.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: inet.c,v 1.9 1998/01/16 07:17:42 charnier Exp $"; + "$Id: inet.c,v 1.10 1999/01/20 07:55:50 fenner Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/kern.c b/usr.sbin/mrouted/kern.c index af8d007eb8dc..19d4e8d25202 100644 --- a/usr.sbin/mrouted/kern.c +++ b/usr.sbin/mrouted/kern.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: kern.c,v 1.10 1998/01/16 07:17:42 charnier Exp $"; + "$Id: kern.c,v 1.11 1999/01/20 07:55:50 fenner Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/main.c b/usr.sbin/mrouted/main.c index 875ec97659b4..7ddc0ae3d453 100644 --- a/usr.sbin/mrouted/main.c +++ b/usr.sbin/mrouted/main.c @@ -22,7 +22,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.14 1998/06/29 17:38:35 bde Exp $"; + "$Id: main.c,v 1.15 1999/01/20 07:55:50 fenner Exp $"; #endif #include <err.h> diff --git a/usr.sbin/mrouted/map-mbone/Makefile b/usr.sbin/mrouted/map-mbone/Makefile index 862ad29f9ebb..21dbabfb4b56 100644 --- a/usr.sbin/mrouted/map-mbone/Makefile +++ b/usr.sbin/mrouted/map-mbone/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1997/12/17 15:11:42 bde Exp $ +# $Id: Makefile,v 1.7 1998/03/07 09:49:03 bde Exp $ PROG= map-mbone diff --git a/usr.sbin/mrouted/mapper.c b/usr.sbin/mrouted/mapper.c index 0a5f33cfcd9c..059e6ac9afce 100644 --- a/usr.sbin/mrouted/mapper.c +++ b/usr.sbin/mrouted/mapper.c @@ -23,7 +23,7 @@ #ifndef lint static const char rcsid[] = - "$Id: mapper.c,v 1.13 1998/06/09 05:01:30 imp Exp $"; + "$Id: mapper.c,v 1.14 1999/01/20 07:55:51 fenner Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.sbin/mrouted/mrinfo.c b/usr.sbin/mrouted/mrinfo.c index ff8a7b85604c..cfef8bbf73b4 100644 --- a/usr.sbin/mrouted/mrinfo.c +++ b/usr.sbin/mrouted/mrinfo.c @@ -61,7 +61,7 @@ #ifndef lint static const char rcsid[] = - "$Id: mrinfo.c,v 1.15 1998/06/09 05:01:34 imp Exp $"; + "$Id: mrinfo.c,v 1.16 1999/01/20 07:55:51 fenner Exp $"; /* original rcsid: "@(#) Header: mrinfo.c,v 1.6 93/04/08 15:14:16 van Exp (LBL)"; */ diff --git a/usr.sbin/mrouted/mrinfo/Makefile b/usr.sbin/mrouted/mrinfo/Makefile index 59d8c3f4ce93..955cbd166de3 100644 --- a/usr.sbin/mrouted/mrinfo/Makefile +++ b/usr.sbin/mrouted/mrinfo/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.9 1998/03/07 09:49:06 bde Exp $ +# $Id: Makefile,v 1.10 1998/09/19 22:42:10 obrien Exp $ PROG= mrinfo diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8 index 823ad87f1976..cbbce2395825 100644 --- a/usr.sbin/mrouted/mrouted.8 +++ b/usr.sbin/mrouted/mrouted.8 @@ -1,5 +1,5 @@ .\"COPYRIGHT 1989 by The Board of Trustees of Leland Stanford Junior University. -.\"$Id: mrouted.8,v 1.11 1998/08/31 16:41:08 wosch Exp $ +.\"$Id: mrouted.8,v 1.12 1999/01/20 07:55:51 fenner Exp $ .Dd May 8, 1995 .Dt MROUTED 8 .UC 5 diff --git a/usr.sbin/mrouted/mrouted.conf b/usr.sbin/mrouted/mrouted.conf index d016f4823893..db24f311eedf 100644 --- a/usr.sbin/mrouted/mrouted.conf +++ b/usr.sbin/mrouted/mrouted.conf @@ -1,4 +1,4 @@ -# $Id: mrouted.conf,v 1.7 1997/02/22 16:07:00 peter Exp $ +# $Id: mrouted.conf,v 1.8 1999/01/20 07:55:51 fenner Exp $ # mrouted.conf,v 3.8 1995/11/29 22:40:47 fenner Rel # # This is the configuration file for "mrouted", an IP multicast router. diff --git a/usr.sbin/mrouted/mrouted/Makefile b/usr.sbin/mrouted/mrouted/Makefile index 1c458236870a..43f27b996cea 100644 --- a/usr.sbin/mrouted/mrouted/Makefile +++ b/usr.sbin/mrouted/mrouted/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1999/01/20 07:55:57 fenner Exp $ +# $Id: Makefile,v 1.11.2.1 1999/02/08 21:45:44 abial Exp $ PROG= mrouted diff --git a/usr.sbin/mrouted/mtrace.c b/usr.sbin/mrouted/mtrace.c index 0018aec81de6..c66c4975acbe 100644 --- a/usr.sbin/mrouted/mtrace.c +++ b/usr.sbin/mrouted/mtrace.c @@ -113,7 +113,7 @@ #ifndef lint static const char rcsid[] = - "$Id: mtrace.c,v 1.15 1998/06/29 17:51:39 bde Exp $"; + "$Id: mtrace.c,v 1.16 1999/01/20 05:13:42 fenner Exp $"; #endif #include <ctype.h> diff --git a/usr.sbin/mrouted/mtrace/Makefile b/usr.sbin/mrouted/mtrace/Makefile index c292510683a4..2d0696aa7c87 100644 --- a/usr.sbin/mrouted/mtrace/Makefile +++ b/usr.sbin/mrouted/mtrace/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.8 1998/03/07 09:49:12 bde Exp $ +# $Id: Makefile,v 1.9 1998/09/19 22:42:10 obrien Exp $ PROG= mtrace diff --git a/usr.sbin/mrouted/pathnames.h b/usr.sbin/mrouted/pathnames.h index 0c30420900c7..19d2a86ca332 100644 --- a/usr.sbin/mrouted/pathnames.h +++ b/usr.sbin/mrouted/pathnames.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $Id: pathnames.h,v 1.5 1997/02/22 16:07:01 peter Exp $ + * $Id: pathnames.h,v 1.6 1999/01/20 07:55:51 fenner Exp $ * pathnames.h,v 3.8 1995/11/29 22:36:57 fenner Rel */ diff --git a/usr.sbin/mrouted/prune.c b/usr.sbin/mrouted/prune.c index 358613702a79..e22cc1a853e4 100644 --- a/usr.sbin/mrouted/prune.c +++ b/usr.sbin/mrouted/prune.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: prune.c,v 1.15 1998/01/16 07:17:44 charnier Exp $"; + "$Id: prune.c,v 1.16 1999/01/20 07:55:51 fenner Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/prune.h b/usr.sbin/mrouted/prune.h index dbc232f6385b..8648706af34a 100644 --- a/usr.sbin/mrouted/prune.h +++ b/usr.sbin/mrouted/prune.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $Id: prune.h,v 1.8 1997/02/22 16:07:04 peter Exp $ + * $Id: prune.h,v 1.9 1999/01/20 07:55:51 fenner Exp $ * prune.h,v 3.8.4.5 1998/02/27 22:45:43 fenner Exp */ diff --git a/usr.sbin/mrouted/route.c b/usr.sbin/mrouted/route.c index ff59a237095c..6d3500173e8d 100644 --- a/usr.sbin/mrouted/route.c +++ b/usr.sbin/mrouted/route.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: route.c,v 1.10 1998/01/16 07:17:45 charnier Exp $"; + "$Id: route.c,v 1.11 1999/01/20 07:55:51 fenner Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/route.h b/usr.sbin/mrouted/route.h index 8a0f281caa26..05c7b87a311d 100644 --- a/usr.sbin/mrouted/route.h +++ b/usr.sbin/mrouted/route.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $Id: route.h,v 1.7 1997/02/22 16:07:07 peter Exp $ + * $Id: route.h,v 1.8 1999/01/20 07:55:51 fenner Exp $ * route.h,v 3.8.4.6 1997/07/01 23:02:35 fenner Exp */ diff --git a/usr.sbin/mrouted/rsrr.c b/usr.sbin/mrouted/rsrr.c index b8a0a825bf56..1894a1c480f6 100644 --- a/usr.sbin/mrouted/rsrr.c +++ b/usr.sbin/mrouted/rsrr.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: rsrr.c,v 1.6 1998/01/16 07:17:45 charnier Exp $"; + "$Id: rsrr.c,v 1.7 1999/01/20 07:55:52 fenner Exp $"; #endif /* not lint */ #ifdef RSRR diff --git a/usr.sbin/mrouted/testrsrr/Makefile b/usr.sbin/mrouted/testrsrr/Makefile index 2f242bf91655..ec4bfd26b48f 100644 --- a/usr.sbin/mrouted/testrsrr/Makefile +++ b/usr.sbin/mrouted/testrsrr/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 16:07:43 peter Exp $ PROG= testrsrr diff --git a/usr.sbin/mrouted/testrsrr/testrsrr.c b/usr.sbin/mrouted/testrsrr/testrsrr.c index b99b593284f2..6c118dc3d0fb 100644 --- a/usr.sbin/mrouted/testrsrr/testrsrr.c +++ b/usr.sbin/mrouted/testrsrr/testrsrr.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: testrsrr.c,v 1.3 1997/02/22 16:07:45 peter Exp $ */ #include <stddef.h> #include <stdlib.h> diff --git a/usr.sbin/mrouted/vif.c b/usr.sbin/mrouted/vif.c index 98c11ceb2ee2..f89cf3b67cf3 100644 --- a/usr.sbin/mrouted/vif.c +++ b/usr.sbin/mrouted/vif.c @@ -12,7 +12,7 @@ #ifndef lint static const char rcsid[] = - "$Id: vif.c,v 1.13 1998/06/09 05:01:38 imp Exp $"; + "$Id: vif.c,v 1.14 1999/01/20 07:55:52 fenner Exp $"; #endif /* not lint */ #include "defs.h" diff --git a/usr.sbin/mrouted/vif.h b/usr.sbin/mrouted/vif.h index 52062a7eaff5..eab6e40a5371 100644 --- a/usr.sbin/mrouted/vif.h +++ b/usr.sbin/mrouted/vif.h @@ -7,7 +7,7 @@ * Leland Stanford Junior University. * * - * $Id: vif.h,v 1.8 1997/02/22 16:07:09 peter Exp $ + * $Id: vif.h,v 1.9 1999/01/20 07:55:52 fenner Exp $ * vif.h,v 3.8.4.26 1998/01/14 21:21:19 fenner Exp */ |
