summaryrefslogtreecommitdiff
path: root/sbin/routed
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed')
-rw-r--r--sbin/routed/Makefile2
-rw-r--r--sbin/routed/af.c3
-rw-r--r--sbin/routed/af.h1
-rw-r--r--sbin/routed/defs.h1
-rw-r--r--sbin/routed/if.c3
-rw-r--r--sbin/routed/inet.c3
-rw-r--r--sbin/routed/input.c3
-rw-r--r--sbin/routed/interface.h1
-rw-r--r--sbin/routed/main.c3
-rw-r--r--sbin/routed/output.c3
-rw-r--r--sbin/routed/pathnames.h1
-rw-r--r--sbin/routed/query/Makefile2
-rw-r--r--sbin/routed/query/query.c3
-rw-r--r--sbin/routed/routed.81
-rw-r--r--sbin/routed/startup.c3
-rw-r--r--sbin/routed/table.h1
-rw-r--r--sbin/routed/tables.c3
-rw-r--r--sbin/routed/timer.c3
-rw-r--r--sbin/routed/trace.c3
-rw-r--r--sbin/routed/trace.h1
-rw-r--r--sbin/routed/trace/Makefile2
-rw-r--r--sbin/routed/trace/trace.c3
22 files changed, 34 insertions, 15 deletions
diff --git a/sbin/routed/Makefile b/sbin/routed/Makefile
index 2ffb27523e3..930e279d502 100644
--- a/sbin/routed/Makefile
+++ b/sbin/routed/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.3 1996/06/23 14:32:24 deraadt Exp $
# $NetBSD: Makefile,v 1.14 1995/06/20 22:25:51 christos Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/19/93
# disable an undesirable feature
#CFLAGS=-DTRACING
diff --git a/sbin/routed/af.c b/sbin/routed/af.c
index 4a975dac29e..e58ea8d459e 100644
--- a/sbin/routed/af.c
+++ b/sbin/routed/af.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: af.c,v 1.2 1996/06/23 14:32:24 deraadt Exp $ */
/* $NetBSD: af.c,v 1.12 1995/07/24 13:03:25 ws Exp $ */
/*
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)af.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$NetBSD: af.c,v 1.12 1995/07/24 13:03:25 ws Exp $";
+static char rcsid[] = "$OpenBSD: af.c,v 1.2 1996/06/23 14:32:24 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/sbin/routed/af.h b/sbin/routed/af.h
index d001c528ac1..b80a54f3e5a 100644
--- a/sbin/routed/af.h
+++ b/sbin/routed/af.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: af.h,v 1.2 1996/06/23 14:32:25 deraadt Exp $ */
/* $NetBSD: af.h,v 1.8 1995/06/20 22:26:45 christos Exp $ */
/*
diff --git a/sbin/routed/defs.h b/sbin/routed/defs.h
index a0313e754cc..b363a4653d5 100644
--- a/sbin/routed/defs.h
+++ b/sbin/routed/defs.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: defs.h,v 1.2 1996/06/23 14:32:26 deraadt Exp $ */
/* $NetBSD: defs.h,v 1.11 1995/06/20 22:26:57 christos Exp $ */
/*
diff --git a/sbin/routed/if.c b/sbin/routed/if.c
index 0a61f02b36d..7bf0084319e 100644
--- a/sbin/routed/if.c
+++ b/sbin/routed/if.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: if.c,v 1.2 1996/06/23 14:32:26 deraadt Exp $ */
/* $NetBSD: if.c,v 1.8 1995/06/20 22:27:21 christos Exp $ */
/*
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)if.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$NetBSD: if.c,v 1.8 1995/06/20 22:27:21 christos Exp $";
+static char rcsid[] = "$OpenBSD: if.c,v 1.2 1996/06/23 14:32:26 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/sbin/routed/inet.c b/sbin/routed/inet.c
index 1f6ddcd5123..bbb5d1a7b62 100644
--- a/sbin/routed/inet.c
+++ b/sbin/routed/inet.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: inet.c,v 1.2 1996/06/23 14:32:27 deraadt Exp $ */
/* $NetBSD: inet.c,v 1.9 1995/06/20 22:27:40 christos Exp $ */
/*
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)inet.c 8.2 (Berkeley) 8/14/93";
#else
-static char rcsid[] = "$NetBSD: inet.c,v 1.9 1995/06/20 22:27:40 christos Exp $";
+static char rcsid[] = "$OpenBSD: inet.c,v 1.2 1996/06/23 14:32:27 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/sbin/routed/input.c b/sbin/routed/input.c
index ed732d3282e..941725028d0 100644
--- a/sbin/routed/input.c
+++ b/sbin/routed/input.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: input.c,v 1.3 1996/06/23 14:32:27 deraadt Exp $ */
/* $NetBSD: input.c,v 1.16 1995/07/13 23:20:10 christos Exp $ */
/*
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$NetBSD: input.c,v 1.16 1995/07/13 23:20:10 christos Exp $";
+static char rcsid[] = "$OpenBSD: input.c,v 1.3 1996/06/23 14:32:27 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/sbin/routed/interface.h b/sbin/routed/interface.h
index a30a1bd9b7b..09653f93127 100644
--- a/sbin/routed/interface.h
+++ b/sbin/routed/interface.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: interface.h,v 1.2 1996/06/23 14:32:28 deraadt Exp $ */
/* $NetBSD: interface.h,v 1.8 1995/06/20 22:27:52 christos Exp $ */
/*
diff --git a/sbin/routed/main.c b/sbin/routed/main.c
index ae028677589..567efa90faa 100644
--- a/sbin/routed/main.c
+++ b/sbin/routed/main.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: main.c,v 1.2 1996/06/23 14:32:29 deraadt Exp $ */
/* $NetBSD: main.c,v 1.13 1995/06/20 22:27:53 christos Exp $ */
/*
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$NetBSD: main.c,v 1.13 1995/06/20 22:27:53 christos Exp $";
+static char rcsid[] = "$OpenBSD: main.c,v 1.2 1996/06/23 14:32:29 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/sbin/routed/output.c b/sbin/routed/output.c
index 5020d022084..9e74959367f 100644
--- a/sbin/routed/output.c
+++ b/sbin/routed/output.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: output.c,v 1.2 1996/06/23 14:32:29 deraadt Exp $ */
/* $NetBSD: output.c,v 1.9 1995/06/20 22:27:54 christos Exp $ */
/*
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)output.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$NetBSD: output.c,v 1.9 1995/06/20 22:27:54 christos Exp $";
+static char rcsid[] = "$OpenBSD: output.c,v 1.2 1996/06/23 14:32:29 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/sbin/routed/pathnames.h b/sbin/routed/pathnames.h
index 9ff9f43a11e..2a540c60383 100644
--- a/sbin/routed/pathnames.h
+++ b/sbin/routed/pathnames.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: pathnames.h,v 1.2 1996/06/23 14:32:30 deraadt Exp $ */
/* $NetBSD: pathnames.h,v 1.6 1995/03/18 15:00:37 cgd Exp $ */
/*
diff --git a/sbin/routed/query/Makefile b/sbin/routed/query/Makefile
index 94f2e780d3c..225c1b27694 100644
--- a/sbin/routed/query/Makefile
+++ b/sbin/routed/query/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:35 deraadt Exp $
# $NetBSD: Makefile,v 1.6 1995/03/18 15:00:51 cgd Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= query
NOMAN= noman
diff --git a/sbin/routed/query/query.c b/sbin/routed/query/query.c
index 319e87abf55..c2476b41b63 100644
--- a/sbin/routed/query/query.c
+++ b/sbin/routed/query/query.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: query.c,v 1.2 1996/06/23 14:32:36 deraadt Exp $ */
/* $NetBSD: query.c,v 1.10 1995/06/20 22:28:08 christos Exp $ */
/*-
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)query.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$NetBSD: query.c,v 1.10 1995/06/20 22:28:08 christos Exp $";
+static char rcsid[] = "$OpenBSD: query.c,v 1.2 1996/06/23 14:32:36 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8
index c0a1bea0873..8be7cfd7d57 100644
--- a/sbin/routed/routed.8
+++ b/sbin/routed/routed.8
@@ -1,3 +1,4 @@
+.\" $OpenBSD: routed.8,v 1.4 1996/06/23 14:32:31 deraadt Exp $
.\" $NetBSD: routed.8,v 1.7 1996/02/06 20:34:28 scottr Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
diff --git a/sbin/routed/startup.c b/sbin/routed/startup.c
index 6807a105f05..4129ec4355c 100644
--- a/sbin/routed/startup.c
+++ b/sbin/routed/startup.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: startup.c,v 1.2 1996/06/23 14:32:31 deraadt Exp $ */
/* $NetBSD: startup.c,v 1.14 1995/06/20 22:27:56 christos Exp $ */
/*
@@ -38,7 +39,7 @@
static char sccsid[] = "@(#)startup.c 8.1 (Berkeley) 6/5/93";
#else
/*###40 [cc] warning: `rcsid' defined but not used%%%*/
-static char rcsid[] = "$NetBSD: startup.c,v 1.14 1995/06/20 22:27:56 christos Exp $";
+static char rcsid[] = "$OpenBSD: startup.c,v 1.2 1996/06/23 14:32:31 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/sbin/routed/table.h b/sbin/routed/table.h
index 2449ee73efb..6b64b8ac7b9 100644
--- a/sbin/routed/table.h
+++ b/sbin/routed/table.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: table.h,v 1.2 1996/06/23 14:32:32 deraadt Exp $ */
/* $NetBSD: table.h,v 1.7 1995/06/20 22:27:58 christos Exp $ */
/*
diff --git a/sbin/routed/tables.c b/sbin/routed/tables.c
index 902b76b0698..aae9e180b6a 100644
--- a/sbin/routed/tables.c
+++ b/sbin/routed/tables.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: tables.c,v 1.2 1996/06/23 14:32:33 deraadt Exp $ */
/* $NetBSD: tables.c,v 1.15 1995/06/20 22:27:59 christos Exp $ */
/*
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)tables.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$NetBSD: tables.c,v 1.15 1995/06/20 22:27:59 christos Exp $";
+static char rcsid[] = "$OpenBSD: tables.c,v 1.2 1996/06/23 14:32:33 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/sbin/routed/timer.c b/sbin/routed/timer.c
index 4bd6fa8955c..2430836cdf1 100644
--- a/sbin/routed/timer.c
+++ b/sbin/routed/timer.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: timer.c,v 1.2 1996/06/23 14:32:33 deraadt Exp $ */
/* $NetBSD: timer.c,v 1.8 1995/06/20 22:28:02 christos Exp $ */
/*
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)timer.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$NetBSD: timer.c,v 1.8 1995/06/20 22:28:02 christos Exp $";
+static char rcsid[] = "$OpenBSD: timer.c,v 1.2 1996/06/23 14:32:33 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/sbin/routed/trace.c b/sbin/routed/trace.c
index a712a70f344..c419182c0c0 100644
--- a/sbin/routed/trace.c
+++ b/sbin/routed/trace.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: trace.c,v 1.2 1996/06/23 14:32:34 deraadt Exp $ */
/* $NetBSD: trace.c,v 1.13 1995/06/20 22:28:03 christos Exp $ */
/*
@@ -37,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)trace.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$NetBSD: trace.c,v 1.13 1995/06/20 22:28:03 christos Exp $";
+static char rcsid[] = "$OpenBSD: trace.c,v 1.2 1996/06/23 14:32:34 deraadt Exp $";
#endif
#endif /* not lint */
diff --git a/sbin/routed/trace.h b/sbin/routed/trace.h
index 2485a17e7f4..c8c4beb7c16 100644
--- a/sbin/routed/trace.h
+++ b/sbin/routed/trace.h
@@ -1,3 +1,4 @@
+/* $OpenBSD: trace.h,v 1.2 1996/06/23 14:32:35 deraadt Exp $ */
/* $NetBSD: trace.h,v 1.8 1995/06/20 22:28:04 christos Exp $ */
/*
diff --git a/sbin/routed/trace/Makefile b/sbin/routed/trace/Makefile
index 7f740f90c7e..e0e5451cbf8 100644
--- a/sbin/routed/trace/Makefile
+++ b/sbin/routed/trace/Makefile
@@ -1,5 +1,5 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/23 14:32:37 deraadt Exp $
# $NetBSD: Makefile,v 1.6 1995/03/18 15:00:54 cgd Exp $
-# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= trace
NOMAN= noman
diff --git a/sbin/routed/trace/trace.c b/sbin/routed/trace/trace.c
index 914b248121a..37532d8a3ec 100644
--- a/sbin/routed/trace/trace.c
+++ b/sbin/routed/trace/trace.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: trace.c,v 1.2 1996/06/23 14:32:38 deraadt Exp $ */
/* $NetBSD: trace.c,v 1.9 1995/06/20 22:28:11 christos Exp $ */
/*-
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)trace.c 8.1 (Berkeley) 6/5/93";
#else
-static char rcsid[] = "$NetBSD: trace.c,v 1.9 1995/06/20 22:28:11 christos Exp $";
+static char rcsid[] = "$OpenBSD: trace.c,v 1.2 1996/06/23 14:32:38 deraadt Exp $";
#endif
#endif /* not lint */