From ad3a5f50ae07b172a3e9b6ad7cb14c640a963ded Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 9 Oct 1995 03:51:32 +0000 Subject: [PATCH] New-style RCS ids. --- usr.sbin/mrouted/Makefile | 2 +- usr.sbin/mrouted/callout.c | 5 ++--- usr.sbin/mrouted/cfparse.y | 4 ++-- usr.sbin/mrouted/config.c | 5 ++--- usr.sbin/mrouted/defs.h | 5 ++--- usr.sbin/mrouted/dvmrp.h | 5 ++--- usr.sbin/mrouted/igmp.c | 5 ++--- usr.sbin/mrouted/inet.c | 5 ++--- usr.sbin/mrouted/kern.c | 5 ++--- usr.sbin/mrouted/main.c | 5 ++--- usr.sbin/mrouted/mrouted.8 | 2 +- usr.sbin/mrouted/pathnames.h | 5 ++--- usr.sbin/mrouted/prune.c | 5 ++--- usr.sbin/mrouted/prune.h | 5 ++--- usr.sbin/mrouted/route.c | 5 ++--- usr.sbin/mrouted/route.h | 5 ++--- usr.sbin/mrouted/rsrr.c | 2 ++ usr.sbin/mrouted/rsrr.h | 2 ++ usr.sbin/mrouted/snmp.c | 2 ++ usr.sbin/mrouted/snmp.h | 2 ++ usr.sbin/mrouted/vif.c | 5 ++--- usr.sbin/mrouted/vif.h | 5 ++--- 22 files changed, 42 insertions(+), 49 deletions(-) diff --git a/usr.sbin/mrouted/Makefile b/usr.sbin/mrouted/Makefile index 8c910c823fca..fc24ca1911de 100644 --- a/usr.sbin/mrouted/Makefile +++ b/usr.sbin/mrouted/Makefile @@ -1,5 +1,5 @@ +# $NetBSD: Makefile,v 1.5 1995/10/09 03:51:32 thorpej Exp $ # from: Id: Makefile,v 1.5 1993/06/24 05:11:16 deering Exp -# $Id: Makefile,v 1.4 1995/07/10 01:39:58 cgd Exp $ PROG= mrouted SRCS= igmp.c inet.c kern.c config.c cfparse.c main.c route.c vif.c \ diff --git a/usr.sbin/mrouted/callout.c b/usr.sbin/mrouted/callout.c index f08f6420830c..943ace505070 100644 --- a/usr.sbin/mrouted/callout.c +++ b/usr.sbin/mrouted/callout.c @@ -1,3 +1,5 @@ +/* $NetBSD: callout.c,v 1.2 1995/10/09 03:51:34 thorpej Exp $ */ + /* * The mrouted program is covered by the license in the accompanying file * named "LICENSE". Use of the mrouted program represents acceptance of @@ -5,9 +7,6 @@ * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. - * - * - * $Id: callout.c,v 1.1 1995/06/01 02:25:47 mycroft Exp $ */ #include "defs.h" diff --git a/usr.sbin/mrouted/cfparse.y b/usr.sbin/mrouted/cfparse.y index d5aae7077c56..9538200f814d 100644 --- a/usr.sbin/mrouted/cfparse.y +++ b/usr.sbin/mrouted/cfparse.y @@ -1,10 +1,10 @@ %{ +/* $NetBSD: cfparse.y,v 1.3 1995/10/09 03:51:35 thorpej Exp $ */ + /* * Configuration file parser for mrouted. * * Written by Bill Fenner, NRL, 1994 - * - * $Id: cfparse.y,v 1.2 1995/06/07 17:39:37 cgd Exp $ */ #include #include diff --git a/usr.sbin/mrouted/config.c b/usr.sbin/mrouted/config.c index 253b81c935ca..3a4e1bd2f604 100644 --- a/usr.sbin/mrouted/config.c +++ b/usr.sbin/mrouted/config.c @@ -1,3 +1,5 @@ +/* $NetBSD: config.c,v 1.5 1995/10/09 03:51:37 thorpej Exp $ */ + /* * The mrouted program is covered by the license in the accompanying file * named "LICENSE". Use of the mrouted program represents acceptance of @@ -5,9 +7,6 @@ * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. - * - * - * $Id: config.c,v 1.4 1995/06/01 02:25:49 mycroft Exp $ */ diff --git a/usr.sbin/mrouted/defs.h b/usr.sbin/mrouted/defs.h index aa828728a8e9..8d5aa9c6d3ab 100644 --- a/usr.sbin/mrouted/defs.h +++ b/usr.sbin/mrouted/defs.h @@ -1,3 +1,5 @@ +/* $NetBSD: defs.h,v 1.5 1995/10/09 03:51:38 thorpej Exp $ */ + /* * The mrouted program is covered by the license in the accompanying file * named "LICENSE". Use of the mrouted program represents acceptance of @@ -5,9 +7,6 @@ * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. - * - * - * $Id: defs.h,v 1.4 1995/06/01 02:25:51 mycroft Exp $ */ diff --git a/usr.sbin/mrouted/dvmrp.h b/usr.sbin/mrouted/dvmrp.h index 3317aa5841bf..c008dd371518 100644 --- a/usr.sbin/mrouted/dvmrp.h +++ b/usr.sbin/mrouted/dvmrp.h @@ -1,3 +1,5 @@ +/* $NetBSD: dvmrp.h,v 1.4 1995/10/09 03:51:39 thorpej Exp $ */ + /* * The mrouted program is covered by the license in the accompanying file * named "LICENSE". Use of the mrouted program represents acceptance of @@ -5,9 +7,6 @@ * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. - * - * - * $Id: dvmrp.h,v 1.3 1995/06/01 02:25:52 mycroft Exp $ */ /* diff --git a/usr.sbin/mrouted/igmp.c b/usr.sbin/mrouted/igmp.c index a9f2ad38843a..f4c19d85b53b 100644 --- a/usr.sbin/mrouted/igmp.c +++ b/usr.sbin/mrouted/igmp.c @@ -1,3 +1,5 @@ +/* $NetBSD: igmp.c,v 1.4 1995/10/09 03:51:40 thorpej Exp $ */ + /* * The mrouted program is covered by the license in the accompanying file * named "LICENSE". Use of the mrouted program represents acceptance of @@ -5,9 +7,6 @@ * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. - * - * - * $Id: igmp.c,v 1.3 1995/06/01 02:25:53 mycroft Exp $ */ diff --git a/usr.sbin/mrouted/inet.c b/usr.sbin/mrouted/inet.c index 5644a8723696..b6c6a01788d3 100644 --- a/usr.sbin/mrouted/inet.c +++ b/usr.sbin/mrouted/inet.c @@ -1,3 +1,5 @@ +/* $NetBSD: inet.c,v 1.3 1995/10/09 03:51:42 thorpej Exp $ */ + /* * The mrouted program is covered by the license in the accompanying file * named "LICENSE". Use of the mrouted program represents acceptance of @@ -5,9 +7,6 @@ * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. - * - * - * $Id: inet.c,v 1.2 1995/06/01 02:25:54 mycroft Exp $ */ diff --git a/usr.sbin/mrouted/kern.c b/usr.sbin/mrouted/kern.c index b73a8f8697ab..0dbae18624a2 100644 --- a/usr.sbin/mrouted/kern.c +++ b/usr.sbin/mrouted/kern.c @@ -1,3 +1,5 @@ +/* $NetBSD: kern.c,v 1.3 1995/10/09 03:51:43 thorpej Exp $ */ + /* * The mrouted program is covered by the license in the accompanying file * named "LICENSE". Use of the mrouted program represents acceptance of @@ -5,9 +7,6 @@ * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. - * - * - * $Id: kern.c,v 1.2 1995/06/01 02:25:56 mycroft Exp $ */ diff --git a/usr.sbin/mrouted/main.c b/usr.sbin/mrouted/main.c index ec3b317d3b91..71d9ee36f436 100644 --- a/usr.sbin/mrouted/main.c +++ b/usr.sbin/mrouted/main.c @@ -1,3 +1,5 @@ +/* $NetBSD: main.c,v 1.5 1995/10/09 03:51:44 thorpej Exp $ */ + /* * The mrouted program is covered by the license in the accompanying file * named "LICENSE". Use of the mrouted program represents acceptance of @@ -5,9 +7,6 @@ * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. - * - * - * $Id: main.c,v 1.4 1995/06/01 02:25:57 mycroft Exp $ */ /* diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8 index 24572140c0da..dd7c74f65c12 100644 --- a/usr.sbin/mrouted/mrouted.8 +++ b/usr.sbin/mrouted/mrouted.8 @@ -1,5 +1,5 @@ +'\" $NetBSD: mrouted.8,v 1.5 1995/10/09 03:51:46 thorpej Exp $ '\"COPYRIGHT 1989 by The Board of Trustees of Leland Stanford Junior University. -'\"$Id: mrouted.8,v 1.4 1995/06/01 02:25:58 mycroft Exp $ .TH MROUTED 8 .UC 5 .SH NAME diff --git a/usr.sbin/mrouted/pathnames.h b/usr.sbin/mrouted/pathnames.h index 44721b62fce9..c7939fde1c1b 100644 --- a/usr.sbin/mrouted/pathnames.h +++ b/usr.sbin/mrouted/pathnames.h @@ -1,3 +1,5 @@ +/* $NetBSD: pathnames.h,v 1.3 1995/10/09 03:51:48 thorpej Exp $ */ + /* * The mrouted program is covered by the license in the accompanying file * named "LICENSE". Use of the mrouted program represents acceptance of @@ -5,9 +7,6 @@ * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. - * - * - * $Id: pathnames.h,v 1.2 1995/06/01 02:26:00 mycroft Exp $ */ #define _PATH_MROUTED_CONF "/etc/mrouted.conf" diff --git a/usr.sbin/mrouted/prune.c b/usr.sbin/mrouted/prune.c index a562a7784074..aaba6c318ee7 100644 --- a/usr.sbin/mrouted/prune.c +++ b/usr.sbin/mrouted/prune.c @@ -1,3 +1,5 @@ +/* $NetBSD: prune.c,v 1.2 1995/10/09 03:51:49 thorpej Exp $ */ + /* * The mrouted program is covered by the license in the accompanying file * named "LICENSE". Use of the mrouted program represents acceptance of @@ -5,9 +7,6 @@ * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. - * - * - * $Id: prune.c,v 1.1 1995/06/01 02:26:01 mycroft Exp $ */ diff --git a/usr.sbin/mrouted/prune.h b/usr.sbin/mrouted/prune.h index 460770302e22..22df280b830d 100644 --- a/usr.sbin/mrouted/prune.h +++ b/usr.sbin/mrouted/prune.h @@ -1,3 +1,5 @@ +/* $NetBSD: prune.h,v 1.2 1995/10/09 03:51:52 thorpej Exp $ */ + /* * The mrouted program is covered by the license in the accompanying file * named "LICENSE". Use of the mrouted program represents acceptance of @@ -5,9 +7,6 @@ * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. - * - * - * $Id: prune.h,v 1.1 1995/06/01 02:26:03 mycroft Exp $ */ /* diff --git a/usr.sbin/mrouted/route.c b/usr.sbin/mrouted/route.c index ad3ebbddb6cc..d45de2361af1 100644 --- a/usr.sbin/mrouted/route.c +++ b/usr.sbin/mrouted/route.c @@ -1,3 +1,5 @@ +/* $NetBSD: route.c,v 1.4 1995/10/09 03:51:53 thorpej Exp $ */ + /* * The mrouted program is covered by the license in the accompanying file * named "LICENSE". Use of the mrouted program represents acceptance of @@ -5,9 +7,6 @@ * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. - * - * - * $Id: route.c,v 1.3 1995/06/01 02:26:04 mycroft Exp $ */ diff --git a/usr.sbin/mrouted/route.h b/usr.sbin/mrouted/route.h index 5a590fbb5ee9..5bc27b891af2 100644 --- a/usr.sbin/mrouted/route.h +++ b/usr.sbin/mrouted/route.h @@ -1,3 +1,5 @@ +/* $NetBSD: route.h,v 1.3 1995/10/09 03:51:54 thorpej Exp $ */ + /* * The mrouted program is covered by the license in the accompanying file * named "LICENSE". Use of the mrouted program represents acceptance of @@ -5,9 +7,6 @@ * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. - * - * - * $Id: route.h,v 1.2 1995/06/01 02:26:06 mycroft Exp $ */ /* diff --git a/usr.sbin/mrouted/rsrr.c b/usr.sbin/mrouted/rsrr.c index 29b04993fa4d..f5b41955ea49 100644 --- a/usr.sbin/mrouted/rsrr.c +++ b/usr.sbin/mrouted/rsrr.c @@ -1,3 +1,5 @@ +/* $NetBSD: rsrr.c,v 1.2 1995/10/09 03:51:56 thorpej Exp $ */ + /* * Copyright (c) 1993 by the University of Southern California * All rights reserved. diff --git a/usr.sbin/mrouted/rsrr.h b/usr.sbin/mrouted/rsrr.h index 8bc8c9176535..bdbf429714c4 100644 --- a/usr.sbin/mrouted/rsrr.h +++ b/usr.sbin/mrouted/rsrr.h @@ -1,3 +1,5 @@ +/* $NetBSD: rsrr.h,v 1.2 1995/10/09 03:51:57 thorpej Exp $ */ + /* * Copyright (c) 1993 by the University of Southern California * All rights reserved. diff --git a/usr.sbin/mrouted/snmp.c b/usr.sbin/mrouted/snmp.c index bc80bd0f3c29..5298da5dbc86 100644 --- a/usr.sbin/mrouted/snmp.c +++ b/usr.sbin/mrouted/snmp.c @@ -1,3 +1,5 @@ +/* $NetBSD: snmp.c,v 1.2 1995/10/09 03:51:58 thorpej Exp $ */ + /* * snmp.c * diff --git a/usr.sbin/mrouted/snmp.h b/usr.sbin/mrouted/snmp.h index a7ab3315560e..c78c050d6b32 100644 --- a/usr.sbin/mrouted/snmp.h +++ b/usr.sbin/mrouted/snmp.h @@ -1,3 +1,5 @@ +/* $NetBSD: snmp.h,v 1.2 1995/10/09 03:52:00 thorpej Exp $ */ + /* * This file contains excepts from ISODE include files, and is * subject to the following notice: diff --git a/usr.sbin/mrouted/vif.c b/usr.sbin/mrouted/vif.c index 3cde8c77de15..406e81578581 100644 --- a/usr.sbin/mrouted/vif.c +++ b/usr.sbin/mrouted/vif.c @@ -1,3 +1,5 @@ +/* $NetBSD: vif.c,v 1.5 1995/10/09 03:52:01 thorpej Exp $ */ + /* * The mrouted program is covered by the license in the accompanying file * named "LICENSE". Use of the mrouted program represents acceptance of @@ -5,9 +7,6 @@ * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. - * - * - * $Id: vif.c,v 1.4 1995/06/01 02:26:12 mycroft Exp $ */ diff --git a/usr.sbin/mrouted/vif.h b/usr.sbin/mrouted/vif.h index 67390a966f34..4ff8194946d9 100644 --- a/usr.sbin/mrouted/vif.h +++ b/usr.sbin/mrouted/vif.h @@ -1,3 +1,5 @@ +/* $NetBSD: vif.h,v 1.5 1995/10/09 03:52:03 thorpej Exp $ */ + /* * The mrouted program is covered by the license in the accompanying file * named "LICENSE". Use of the mrouted program represents acceptance of @@ -5,9 +7,6 @@ * * The mrouted program is COPYRIGHT 1989 by The Board of Trustees of * Leland Stanford Junior University. - * - * - * $Id: vif.h,v 1.4 1995/06/01 02:26:13 mycroft Exp $ */ /*