summaryrefslogtreecommitdiff
path: root/sbin/routed
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-02-16 01:59:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-02-16 01:59:46 +0000
commit838992f094ccde014679a7cfafc495840eb932a1 (patch)
treebb1da10609893e2c699e42919a3a51c02df9caf0 /sbin/routed
parentbcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff)
Diffstat (limited to 'sbin/routed')
-rw-r--r--sbin/routed/Makefile2
-rw-r--r--sbin/routed/defs.h2
-rw-r--r--sbin/routed/if.c2
-rw-r--r--sbin/routed/input.c2
-rw-r--r--sbin/routed/main.c2
-rw-r--r--sbin/routed/output.c2
-rw-r--r--sbin/routed/parms.c2
-rw-r--r--sbin/routed/pathnames.h2
-rw-r--r--sbin/routed/radix.c2
-rw-r--r--sbin/routed/radix.h2
-rw-r--r--sbin/routed/rdisc.c2
-rw-r--r--sbin/routed/routed.82
-rw-r--r--sbin/routed/rtquery/Makefile2
-rw-r--r--sbin/routed/rtquery/rtquery.82
-rw-r--r--sbin/routed/rtquery/rtquery.c2
-rw-r--r--sbin/routed/table.c2
-rw-r--r--sbin/routed/trace.c2
17 files changed, 17 insertions, 17 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index c2187c6a986a..5d5c24b1be3d 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/19/93
-# $Id$
+# $Id: Makefile,v 1.5 1997/02/22 14:33:11 peter Exp $
PROG= routed
SRCS= if.c input.c main.c output.c parms.c radix.c rdisc.c table.c \
diff --git a/sbin/routed/defs.h b/sbin/routed/defs.h
index 43bbd444a54b..99a7e124cd6e 100644
--- a/sbin/routed/defs.h
+++ b/sbin/routed/defs.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)defs.h 8.1 (Berkeley) 6/5/93
- * $Id: defs.h,v 1.9 1997/02/22 14:33:11 peter Exp $
+ * $Id: defs.h,v 1.10 1998/07/28 06:36:03 charnier Exp $
*/
/* Definitions for RIPv2 routing process.
diff --git a/sbin/routed/if.c b/sbin/routed/if.c
index 0711ba0c2000..8b67ebb691ce 100644
--- a/sbin/routed/if.c
+++ b/sbin/routed/if.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)if.c 8.1 (Berkeley) 6/5/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: if.c,v 1.3 1998/07/28 06:36:04 charnier Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/sbin/routed/input.c b/sbin/routed/input.c
index 4f5c947b3c14..9385b9fce116 100644
--- a/sbin/routed/input.c
+++ b/sbin/routed/input.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 6/5/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: input.c,v 1.4 1998/07/28 06:36:06 charnier Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/sbin/routed/main.c b/sbin/routed/main.c
index 06f91cd9a6d6..054258327406 100644
--- a/sbin/routed/main.c
+++ b/sbin/routed/main.c
@@ -42,7 +42,7 @@ char copyright[] =
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/5/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: main.c,v 1.8 1998/07/28 06:36:07 charnier Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/sbin/routed/output.c b/sbin/routed/output.c
index 546a350ca937..389e0beccb5c 100644
--- a/sbin/routed/output.c
+++ b/sbin/routed/output.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)output.c 8.1 (Berkeley) 6/5/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: output.c,v 1.2 1998/07/28 06:36:08 charnier Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/sbin/routed/parms.c b/sbin/routed/parms.c
index 9e1cbce72e0a..573952cdbab2 100644
--- a/sbin/routed/parms.c
+++ b/sbin/routed/parms.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)if.c 8.1 (Berkeley) 6/5/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: parms.c,v 1.4 1998/07/28 06:36:09 charnier Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/sbin/routed/pathnames.h b/sbin/routed/pathnames.h
index 441ef59f8f55..103d4d056084 100644
--- a/sbin/routed/pathnames.h
+++ b/sbin/routed/pathnames.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)pathnames.h 8.1 (Berkeley) 6/5/93
- * $Id$
+ * $Id: pathnames.h,v 1.3 1998/07/28 06:36:11 charnier Exp $
* $NetBSD$
*/
diff --git a/sbin/routed/radix.c b/sbin/routed/radix.c
index 5feb655aed2d..fe0bf84b9c7c 100644
--- a/sbin/routed/radix.c
+++ b/sbin/routed/radix.c
@@ -37,7 +37,7 @@
static char sccsid[] = "@(#)radix.c 8.4 (Berkeley) 11/2/94";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: radix.c,v 1.2 1998/07/28 06:36:11 charnier Exp $";
#endif /* not lint */
/*
diff --git a/sbin/routed/radix.h b/sbin/routed/radix.h
index 033f31c31ebc..44697ae0938f 100644
--- a/sbin/routed/radix.h
+++ b/sbin/routed/radix.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)radix.h 8.2 (Berkeley) 10/31/94
- * $Id$
+ * $Id: radix.h,v 1.2 1998/07/28 06:36:12 charnier Exp $
*/
#ifndef __RADIX_H_
diff --git a/sbin/routed/rdisc.c b/sbin/routed/rdisc.c
index 89efd2ce6ee9..ad6ac86d71ef 100644
--- a/sbin/routed/rdisc.c
+++ b/sbin/routed/rdisc.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)rdisc.c 8.1 (Berkeley) x/y/95";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: rdisc.c,v 1.2 1998/07/28 06:36:13 charnier Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8
index 36a1705b30c8..427f2c865bec 100644
--- a/sbin/routed/routed.8
+++ b/sbin/routed/routed.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)routed.8 8.2 (Berkeley) 12/11/93
-.\" $Id: routed.8,v 1.10 1998/06/17 13:13:41 jkoshy Exp $
+.\" $Id: routed.8,v 1.11 1998/07/28 06:36:14 charnier Exp $
.\"
.Dd June 1, 1996
.Dt ROUTED 8
diff --git a/sbin/routed/rtquery/Makefile b/sbin/routed/rtquery/Makefile
index adc9d15eb70b..dd80c18a5d7c 100644
--- a/sbin/routed/rtquery/Makefile
+++ b/sbin/routed/rtquery/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $Id$
+# $Id: Makefile,v 1.5 1997/02/22 14:33:13 peter Exp $
PROG= rtquery
MAN8= rtquery.8
diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8
index 4c51c8feb6d0..85e076531630 100644
--- a/sbin/routed/rtquery/rtquery.8
+++ b/sbin/routed/rtquery/rtquery.8
@@ -1,4 +1,4 @@
-.\" $Id: rtquery.8,v 1.7 1997/06/13 20:58:09 max Exp $
+.\" $Id: rtquery.8,v 1.8 1998/07/28 06:36:30 charnier Exp $
.Dd June 1, 1996
.Dt RTQUERY 8
.Os BSD 4.4
diff --git a/sbin/routed/rtquery/rtquery.c b/sbin/routed/rtquery/rtquery.c
index 071b8e985267..a4452074ac5c 100644
--- a/sbin/routed/rtquery/rtquery.c
+++ b/sbin/routed/rtquery/rtquery.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)query.c 8.1 (Berkeley) 6/5/93";
#endif
static const char rcsid[] =
- "$Id: rtquery.c,v 1.8 1998/07/22 05:49:36 phk Exp $";
+ "$Id: rtquery.c,v 1.9 1998/07/28 06:36:31 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/sbin/routed/table.c b/sbin/routed/table.c
index 1d95b12d171a..88a24b4ffcd0 100644
--- a/sbin/routed/table.c
+++ b/sbin/routed/table.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 6/5/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: table.c,v 1.6 1998/07/28 06:36:15 charnier Exp $";
#endif /* not lint */
#include "defs.h"
diff --git a/sbin/routed/trace.c b/sbin/routed/trace.c
index e632cc2d80b1..a9c3fbff2c73 100644
--- a/sbin/routed/trace.c
+++ b/sbin/routed/trace.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)trace.c 8.1 (Berkeley) 6/5/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: trace.c,v 1.2 1998/07/28 06:36:16 charnier Exp $";
#endif /* not lint */
#define RIPCMDS