summaryrefslogtreecommitdiff
path: root/usr.sbin/pim6dd
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-03-20 08:47:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-03-20 08:47:53 +0000
commit7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 (patch)
tree3ce9d5458d0d6e880d50e1e1f1e1ed7521a35ad1 /usr.sbin/pim6dd
parent172a0f0d163415e05ea07968167b11145975a6cb (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 384ad23b9689b..8b31a974d50e3 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 2000/01/28 05:10:16 shin Exp $
*/
diff --git a/usr.sbin/pim6dd/Makefile b/usr.sbin/pim6dd/Makefile
index b0fdcd344ce62..535204be80124 100644
--- a/usr.sbin/pim6dd/Makefile
+++ b/usr.sbin/pim6dd/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $FreeBSD$
+# $FreeBSD: src/usr.sbin/pim6dd/Makefile,v 1.1 2000/01/28 05:10:17 shin Exp $
PROG= pim6dd
MAN5= pim6dd.conf.5
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 6820dcd8b8d64..57e1e0b296f87 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 2000/01/28 05:10:17 shin Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/config.c b/usr.sbin/pim6dd/config.c
index c52e06f16191e..f0aa927600562 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 2000/01/28 05:10:18 shin Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/debug.c b/usr.sbin/pim6dd/debug.c
index 0894d5c29090e..9d90aad370af4 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 2000/01/28 05:10:18 shin Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/debug.h b/usr.sbin/pim6dd/debug.h
index fbcc708d4ed15..a0c44e8826b1a 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 2000/01/28 05:10:18 shin Exp $
*/
extern unsigned long debug;
diff --git a/usr.sbin/pim6dd/defs.h b/usr.sbin/pim6dd/defs.h
index 5970c7428dd8f..303f23155dd6b 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 2000/01/28 05:10:19 shin Exp $
*/
#include <stdio.h>
diff --git a/usr.sbin/pim6dd/inet6.c b/usr.sbin/pim6dd/inet6.c
index 7dc9ace0191e4..58f224d39b7b1 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 2000/01/28 05:10:19 shin Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/kern.c b/usr.sbin/pim6dd/kern.c
index 170e85e840294..fb807907a9421 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 2000/01/28 05:10:19 shin Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/main.c b/usr.sbin/pim6dd/main.c
index 7efc30ec8e1a2..a28346a4c90ca 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 2000/01/28 05:10:20 shin Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/mld6.c b/usr.sbin/pim6dd/mld6.c
index 47634336e0614..cfa9d525c44d4 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 2000/02/18 11:48:04 shin Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/mld6.h b/usr.sbin/pim6dd/mld6.h
index 21453a3bacde7..4b15836dbc27a 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 2000/01/28 05:10:20 shin Exp $
*/
/*
diff --git a/usr.sbin/pim6dd/mld6_proto.c b/usr.sbin/pim6dd/mld6_proto.c
index 97cbea1b335a3..7f3581482cadb 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 2000/01/28 05:10:21 shin Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/mrt.c b/usr.sbin/pim6dd/mrt.c
index 13d5149a142e5..3db1e37e1c6ac 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 2000/01/28 05:10:21 shin Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/mrt.h b/usr.sbin/pim6dd/mrt.h
index 156476d909af7..51721fccb7639 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 2000/01/28 05:10:21 shin Exp $
*/
#define MRTF_SPT 0x0001 /* iif toward source */
diff --git a/usr.sbin/pim6dd/pathnames.h b/usr.sbin/pim6dd/pathnames.h
index ff7c9ef4940ad..b1b7992e201a5 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 2000/02/15 18:30:24 shin Exp $
*/
diff --git a/usr.sbin/pim6dd/pim6.c b/usr.sbin/pim6dd/pim6.c
index f15d6b181aa2c..1421c06dbaedb 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.3 1999/10/26 08:39:19 itojun Exp $
- * $FreeBSD$
+ * $FreeBSD: src/usr.sbin/pim6dd/pim6.c,v 1.1 2000/01/28 05:10:22 shin Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/pim6_proto.c b/usr.sbin/pim6dd/pim6_proto.c
index 2be8f5ccb4981..3b182b69a7a6e 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 2000/01/28 05:10:23 shin Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/pim6dd.8 b/usr.sbin/pim6dd/pim6dd.8
index e9070725120d4..b7b1cef8f01b6 100644
--- a/usr.sbin/pim6dd/pim6dd.8
+++ b/usr.sbin/pim6dd/pim6dd.8
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" $Id: pim6dd.8,v 1.3 1999/08/13 09:20:43 jinmei Exp $
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/pim6dd/pim6dd.8,v 1.3 2000/03/01 14:08:13 sheldonh 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 1b750f200d1c5..41bd0fe319649 100644
--- a/usr.sbin/pim6dd/pim6dd.conf.5
+++ b/usr.sbin/pim6dd/pim6dd.conf.5
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" $Id: pim6dd.conf.5,v 1.2 1999/12/10 06:08:49 itojun Exp $
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.sbin/pim6dd/pim6dd.conf.5,v 1.2 2000/03/01 14:08:13 sheldonh Exp $
.\"
.Dd Nov 17, 1998
.Dt PIM6DD.CONF 5
diff --git a/usr.sbin/pim6dd/pimdd.h b/usr.sbin/pim6dd/pimdd.h
index 31b46d58d6c76..048b6701c9712 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 2000/01/28 05:10:24 shin Exp $
*/
#include <netinet6/pim6.h>
diff --git a/usr.sbin/pim6dd/route.c b/usr.sbin/pim6dd/route.c
index 6684f2ca827f9..865e5781cbafa 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 2000/01/28 05:10:24 shin Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/routesock.c b/usr.sbin/pim6dd/routesock.c
index bb2d59056a419..458bdeb838781 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 2000/01/28 05:10:25 shin Exp $
*/
#include <sys/param.h>
diff --git a/usr.sbin/pim6dd/timer.c b/usr.sbin/pim6dd/timer.c
index 410183ffb57e8..31ed6daa7a4ae 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 2000/01/28 05:10:25 shin Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/trace.c b/usr.sbin/pim6dd/trace.c
index 1556097e154a5..c5beab7f3360a 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 2000/01/28 05:10:25 shin Exp $
*/
diff --git a/usr.sbin/pim6dd/trace.h b/usr.sbin/pim6dd/trace.h
index 31e79c7274f32..3be366ffe3225 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 2000/01/28 05:10:26 shin 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 55bdb1fca8a7e..e6819210c7ea6 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 2000/01/28 05:10:27 shin Exp $
*/
#include "defs.h"
diff --git a/usr.sbin/pim6dd/vif.h b/usr.sbin/pim6dd/vif.h
index 8dd44fc06dd65..0f09fa35a743e 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 2000/01/28 05:10:27 shin Exp $
*/