summaryrefslogtreecommitdiff
path: root/usr.sbin/pim6dd
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-25 21:57:54 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-25 21:57:54 +0000
commitba94d0cea3d853d19732f64a17cd6207dc85ad5f (patch)
tree38b022cfba11bdd4a90667961e31cfc475ffc7c3 /usr.sbin/pim6dd
parent2641b0c407077fa8c3032d87d15ac6a103b0ed1b (diff)
Diffstat (limited to 'usr.sbin/pim6dd')
-rw-r--r--usr.sbin/pim6dd/LICENSE.mrouted2
-rw-r--r--usr.sbin/pim6dd/LICENSE.pimd2
-rw-r--r--usr.sbin/pim6dd/Makefile2
-rw-r--r--usr.sbin/pim6dd/VERSION2
-rw-r--r--usr.sbin/pim6dd/callout.c2
-rw-r--r--usr.sbin/pim6dd/config.c2
-rw-r--r--usr.sbin/pim6dd/debug.c2
-rw-r--r--usr.sbin/pim6dd/debug.h2
-rw-r--r--usr.sbin/pim6dd/defs.h2
-rw-r--r--usr.sbin/pim6dd/inet6.c2
-rw-r--r--usr.sbin/pim6dd/kern.c2
-rw-r--r--usr.sbin/pim6dd/main.c2
-rw-r--r--usr.sbin/pim6dd/mld6.c2
-rw-r--r--usr.sbin/pim6dd/mld6.h2
-rw-r--r--usr.sbin/pim6dd/mld6_proto.c2
-rw-r--r--usr.sbin/pim6dd/mrt.c2
-rw-r--r--usr.sbin/pim6dd/mrt.h2
-rw-r--r--usr.sbin/pim6dd/pathnames.h2
-rw-r--r--usr.sbin/pim6dd/pim6.c2
-rw-r--r--usr.sbin/pim6dd/pim6_proto.c2
-rw-r--r--usr.sbin/pim6dd/pim6dd.82
-rw-r--r--usr.sbin/pim6dd/pim6dd.conf.52
-rw-r--r--usr.sbin/pim6dd/pimdd.h2
-rw-r--r--usr.sbin/pim6dd/route.c2
-rw-r--r--usr.sbin/pim6dd/routesock.c2
-rw-r--r--usr.sbin/pim6dd/timer.c2
-rw-r--r--usr.sbin/pim6dd/trace.c2
-rw-r--r--usr.sbin/pim6dd/trace.h2
-rw-r--r--usr.sbin/pim6dd/vers.c2
-rw-r--r--usr.sbin/pim6dd/vif.c2
-rw-r--r--usr.sbin/pim6dd/vif.h2
31 files changed, 31 insertions, 31 deletions
diff --git a/usr.sbin/pim6dd/LICENSE.mrouted b/usr.sbin/pim6dd/LICENSE.mrouted
index e03eb82afbdff..06fc2d8b22ae2 100644
--- a/usr.sbin/pim6dd/LICENSE.mrouted
+++ b/usr.sbin/pim6dd/LICENSE.mrouted
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/usr.sbin/pim6dd/LICENSE.mrouted,v 1.1 2000/01/28 05:10:15 shin Exp $
The mrouted program is covered by the following license. Use of the
mrouted program represents acceptance of these terms and conditions.
diff --git a/usr.sbin/pim6dd/LICENSE.pimd b/usr.sbin/pim6dd/LICENSE.pimd
index d88a4578bd1a4..78c52e11c1bda 100644
--- a/usr.sbin/pim6dd/LICENSE.pimd
+++ b/usr.sbin/pim6dd/LICENSE.pimd
@@ -44,5 +44,5 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/LICENSE.pimd,v 1.1.2.1 2000/07/15 07:36:28 kris Exp $
*/
diff --git a/usr.sbin/pim6dd/Makefile b/usr.sbin/pim6dd/Makefile
index a35c7108af401..55096af58b7b7 100644
--- a/usr.sbin/pim6dd/Makefile
+++ b/usr.sbin/pim6dd/Makefile
@@ -74,7 +74,7 @@
#The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
#Leland Stanford Junior University.
#
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/pim6dd/Makefile,v 1.1.2.1 2000/07/15 07:36:29 kris Exp $
PROG= pim6dd
SRCS= mld6.c mld6_proto.c\
diff --git a/usr.sbin/pim6dd/VERSION b/usr.sbin/pim6dd/VERSION
index 69e52623a6c08..874129ffa1223 100644
--- a/usr.sbin/pim6dd/VERSION
+++ b/usr.sbin/pim6dd/VERSION
@@ -1,2 +1,2 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/pim6dd/VERSION,v 1.1 2000/01/28 05:10:17 shin Exp $
0.2.1.0-alpha15
diff --git a/usr.sbin/pim6dd/callout.c b/usr.sbin/pim6dd/callout.c
index 6cf96de052418..3db6fd07ee181 100644
--- a/usr.sbin/pim6dd/callout.c
+++ b/usr.sbin/pim6dd/callout.c
@@ -9,7 +9,7 @@
*
* callout.c,v 3.8.4.5 1997/05/16 20:18:25 fenner Exp
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/callout.c,v 1.1.2.1 2000/07/15 07:36:29 kris Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/config.c b/usr.sbin/pim6dd/config.c
index f241287c430c2..940d6004751ba 100644
--- a/usr.sbin/pim6dd/config.c
+++ b/usr.sbin/pim6dd/config.c
@@ -44,7 +44,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/config.c,v 1.1.2.1 2000/07/15 07:36:29 kris Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/debug.c b/usr.sbin/pim6dd/debug.c
index 392beaae4739e..166795f8bea15 100644
--- a/usr.sbin/pim6dd/debug.c
+++ b/usr.sbin/pim6dd/debug.c
@@ -44,7 +44,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/debug.c,v 1.1.2.1 2000/07/15 07:36:29 kris Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/debug.h b/usr.sbin/pim6dd/debug.h
index 1d4e294f4ae98..1636eeb0bb777 100644
--- a/usr.sbin/pim6dd/debug.h
+++ b/usr.sbin/pim6dd/debug.h
@@ -44,7 +44,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/debug.h,v 1.1.2.1 2000/07/15 07:36:29 kris Exp $
*/
extern unsigned long debug;
diff --git a/usr.sbin/pim6dd/defs.h b/usr.sbin/pim6dd/defs.h
index 24e0d242ac6c4..b85597923626e 100644
--- a/usr.sbin/pim6dd/defs.h
+++ b/usr.sbin/pim6dd/defs.h
@@ -49,7 +49,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/defs.h,v 1.1.2.1 2000/07/15 07:36:29 kris Exp $
*/
#include <stdio.h>
diff --git a/usr.sbin/pim6dd/inet6.c b/usr.sbin/pim6dd/inet6.c
index 3caddfd7020f5..a21600cb61666 100644
--- a/usr.sbin/pim6dd/inet6.c
+++ b/usr.sbin/pim6dd/inet6.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/inet6.c,v 1.1.2.1 2000/07/15 07:36:29 kris Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/kern.c b/usr.sbin/pim6dd/kern.c
index 69118dc8d14c2..ad3e4bccac4f3 100644
--- a/usr.sbin/pim6dd/kern.c
+++ b/usr.sbin/pim6dd/kern.c
@@ -44,7 +44,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/kern.c,v 1.1.2.1 2000/07/15 07:36:29 kris Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/main.c b/usr.sbin/pim6dd/main.c
index 99f7086116664..ca60fb4536c16 100644
--- a/usr.sbin/pim6dd/main.c
+++ b/usr.sbin/pim6dd/main.c
@@ -49,7 +49,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/main.c,v 1.1.2.2 2000/07/15 07:36:29 kris Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/mld6.c b/usr.sbin/pim6dd/mld6.c
index f3861c269a4d7..2c6e2c6e63293 100644
--- a/usr.sbin/pim6dd/mld6.c
+++ b/usr.sbin/pim6dd/mld6.c
@@ -73,7 +73,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/mld6.c,v 1.2.2.1 2000/07/15 07:36:29 kris Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/mld6.h b/usr.sbin/pim6dd/mld6.h
index 310ebcf09bc1a..83c40157c9baa 100644
--- a/usr.sbin/pim6dd/mld6.h
+++ b/usr.sbin/pim6dd/mld6.h
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/mld6.h,v 1.1.2.1 2000/07/15 07:36:29 kris Exp $
*/
/*
diff --git a/usr.sbin/pim6dd/mld6_proto.c b/usr.sbin/pim6dd/mld6_proto.c
index 26d8952e7b3ec..16e9beb99f0c7 100644
--- a/usr.sbin/pim6dd/mld6_proto.c
+++ b/usr.sbin/pim6dd/mld6_proto.c
@@ -78,7 +78,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/mld6_proto.c,v 1.1.2.1 2000/07/15 07:36:29 kris Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/mrt.c b/usr.sbin/pim6dd/mrt.c
index df4df3cf7afc6..f8aee413d35af 100644
--- a/usr.sbin/pim6dd/mrt.c
+++ b/usr.sbin/pim6dd/mrt.c
@@ -49,7 +49,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/mrt.c,v 1.1.2.1 2000/07/15 07:36:29 kris Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/mrt.h b/usr.sbin/pim6dd/mrt.h
index daac17088c566..9633fa7d1dd20 100644
--- a/usr.sbin/pim6dd/mrt.h
+++ b/usr.sbin/pim6dd/mrt.h
@@ -49,7 +49,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/mrt.h,v 1.1.2.1 2000/07/15 07:36:29 kris Exp $
*/
#define MRTF_SPT 0x0001 /* iif toward source */
diff --git a/usr.sbin/pim6dd/pathnames.h b/usr.sbin/pim6dd/pathnames.h
index b611736774929..1fadd46eeba47 100644
--- a/usr.sbin/pim6dd/pathnames.h
+++ b/usr.sbin/pim6dd/pathnames.h
@@ -44,7 +44,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/pathnames.h,v 1.2.2.1 2000/07/15 07:36:29 kris Exp $
*/
diff --git a/usr.sbin/pim6dd/pim6.c b/usr.sbin/pim6dd/pim6.c
index e0a18fe309af1..7a4cdecd1e7f2 100644
--- a/usr.sbin/pim6dd/pim6.c
+++ b/usr.sbin/pim6dd/pim6.c
@@ -63,7 +63,7 @@
* Pavlin Ivanov Radoslavov (pavlin@catarina.usc.edu)
*
* $Id: pim6.c,v 1.6 2000/03/07 02:23:50 jinmei Exp $
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/pim6.c,v 1.1.2.1 2000/07/15 07:36:30 kris Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/pim6_proto.c b/usr.sbin/pim6dd/pim6_proto.c
index f4460ba15e0c5..18b4d56fc6df5 100644
--- a/usr.sbin/pim6dd/pim6_proto.c
+++ b/usr.sbin/pim6dd/pim6_proto.c
@@ -77,7 +77,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/pim6_proto.c,v 1.1.2.1 2000/07/15 07:36:30 kris Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/pim6dd.8 b/usr.sbin/pim6dd/pim6dd.8
index 409f5f93fdf1f..c895649fe24c2 100644
--- a/usr.sbin/pim6dd/pim6dd.8
+++ b/usr.sbin/pim6dd/pim6dd.8
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" $Id: pim6dd.8,v 1.5 2000/05/18 16:11:46 itojun Exp $
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/pim6dd/pim6dd.8,v 1.3.2.3 2000/07/15 07:36:30 kris Exp $
.\"
.Dd Nov 17, 1998
.Dt PIM6DD 8
diff --git a/usr.sbin/pim6dd/pim6dd.conf.5 b/usr.sbin/pim6dd/pim6dd.conf.5
index 763635470ca18..d29e113aea18c 100644
--- a/usr.sbin/pim6dd/pim6dd.conf.5
+++ b/usr.sbin/pim6dd/pim6dd.conf.5
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" KAME Id: pim6dd.conf.5,v 1.4 2000/07/09 17:26:52 itojun Exp
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/pim6dd/pim6dd.conf.5,v 1.2.2.4 2000/07/15 07:36:30 kris Exp $
.\"
.Dd Nov 17, 1998
.Dt PIM6DD.CONF 5
diff --git a/usr.sbin/pim6dd/pimdd.h b/usr.sbin/pim6dd/pimdd.h
index 73880f6e05fa0..ee6b3c727e34f 100644
--- a/usr.sbin/pim6dd/pimdd.h
+++ b/usr.sbin/pim6dd/pimdd.h
@@ -49,7 +49,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/pimdd.h,v 1.1.2.1 2000/07/15 07:36:30 kris Exp $
*/
#include <netinet6/pim6.h>
diff --git a/usr.sbin/pim6dd/route.c b/usr.sbin/pim6dd/route.c
index 8a39ae08dcb23..33c56f49e1c4c 100644
--- a/usr.sbin/pim6dd/route.c
+++ b/usr.sbin/pim6dd/route.c
@@ -49,7 +49,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/route.c,v 1.1.2.1 2000/07/15 07:36:30 kris Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/routesock.c b/usr.sbin/pim6dd/routesock.c
index a2065b9674a53..548a881521933 100644
--- a/usr.sbin/pim6dd/routesock.c
+++ b/usr.sbin/pim6dd/routesock.c
@@ -44,7 +44,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/routesock.c,v 1.1.2.1 2000/07/15 07:36:30 kris Exp $
*/
#include <sys/param.h>
diff --git a/usr.sbin/pim6dd/timer.c b/usr.sbin/pim6dd/timer.c
index c1ebf32f74879..81cc565aacca7 100644
--- a/usr.sbin/pim6dd/timer.c
+++ b/usr.sbin/pim6dd/timer.c
@@ -49,7 +49,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/timer.c,v 1.1.2.1 2000/07/15 07:36:30 kris Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/trace.c b/usr.sbin/pim6dd/trace.c
index 7d1f641a79711..aee27134698c7 100644
--- a/usr.sbin/pim6dd/trace.c
+++ b/usr.sbin/pim6dd/trace.c
@@ -72,7 +72,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/trace.c,v 1.1.2.1 2000/07/15 07:36:30 kris Exp $
*/
diff --git a/usr.sbin/pim6dd/trace.h b/usr.sbin/pim6dd/trace.h
index 739c987e16d42..2f3e71aeac6e0 100644
--- a/usr.sbin/pim6dd/trace.h
+++ b/usr.sbin/pim6dd/trace.h
@@ -72,7 +72,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/trace.h,v 1.1.2.1 2000/07/15 07:36:30 kris Exp $
*/
diff --git a/usr.sbin/pim6dd/vers.c b/usr.sbin/pim6dd/vers.c
index 72668aff770a6..03a41f6f5d73c 100644
--- a/usr.sbin/pim6dd/vers.c
+++ b/usr.sbin/pim6dd/vers.c
@@ -1,2 +1,2 @@
-/* $FreeBSD$ */
+/* $FreeBSD: src/usr.sbin/pim6dd/vers.c,v 1.1 2000/01/28 05:10:26 shin Exp $ */
char todaysversion[]="0.2.1.0-alpha15";
diff --git a/usr.sbin/pim6dd/vif.c b/usr.sbin/pim6dd/vif.c
index 2fa533c641138..127d2f08728a8 100644
--- a/usr.sbin/pim6dd/vif.c
+++ b/usr.sbin/pim6dd/vif.c
@@ -44,7 +44,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/vif.c,v 1.1.2.1 2000/07/15 07:36:30 kris Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/vif.h b/usr.sbin/pim6dd/vif.h
index 2a068e32dcc05..e8776f609f8c8 100644
--- a/usr.sbin/pim6dd/vif.h
+++ b/usr.sbin/pim6dd/vif.h
@@ -44,7 +44,7 @@
* The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
* Leland Stanford Junior University.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/vif.h,v 1.1.2.1 2000/07/15 07:36:30 kris Exp $
*/