aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pim6dd
diff options
context:
space:
mode:
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 e03eb82afbdf..06fc2d8b22ae 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 d88a4578bd1a..78c52e11c1bd 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 a35c7108af40..55096af58b7b 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 69e52623a6c0..874129ffa122 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 6cf96de05241..3db6fd07ee18 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 f241287c430c..940d6004751b 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 392beaae4739..166795f8bea1 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 1d4e294f4ae9..1636eeb0bb77 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 24e0d242ac6c..b85597923626 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 3caddfd7020f..a21600cb6166 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 69118dc8d14c..ad3e4bccac4f 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 99f708611666..ca60fb4536c1 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 f3861c269a4d..2c6e2c6e6329 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 310ebcf09bc1..83c40157c9ba 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 26d8952e7b3e..16e9beb99f0c 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 df4df3cf7afc..f8aee413d35a 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 daac17088c56..9633fa7d1dd2 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 b61173677492..1fadd46eeba4 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 e0a18fe309af..7a4cdecd1e7f 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 f4460ba15e0c..18b4d56fc6df 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 409f5f93fdf1..c895649fe24c 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 763635470ca1..d29e113aea18 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 73880f6e05fa..ee6b3c727e34 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 8a39ae08dcb2..33c56f49e1c4 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 a2065b9674a5..548a88152193 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 c1ebf32f7487..81cc565aacca 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 7d1f641a7971..aee27134698c 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 739c987e16d4..2f3e71aeac6e 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 72668aff770a..03a41f6f5d73 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 2fa533c64113..127d2f08728a 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 2a068e32dcc0..e8776f609f8c 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 $
*/