Module Name:    src
Committed By:   christos
Date:           Sat Oct 25 21:11:37 UTC 2014

Modified Files:
        src/external/bsd/ppp/dist/pppd: auth.c cbcp.c cbcp.h ccp.c ccp.h
            chap-md5.c chap-md5.h chap-new.c chap-new.h chap_ms.c chap_ms.h
            demand.c eap.c eap.h ecp.c ecp.h eui64.c eui64.h fsm.c fsm.h ipcp.c
            ipcp.h ipv6cp.c ipv6cp.h ipxcp.c ipxcp.h lcp.c lcp.h magic.c
            magic.h mppe.h multilink.c options.c pathnames.h pppcrypt.c
            pppcrypt.h pppd.h session.c session.h tty.c upap.c upap.h utils.c
        src/external/bsd/ppp/dist/pppd/plugins/radius/etc: port-id-map
        src/external/bsd/ppp/dist/pppdump: deflate.c
        src/external/bsd/ppp/dist/pppstats: pppstats.c

Log Message:
fix rcsids.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ppp/dist/pppd/auth.c \
    src/external/bsd/ppp/dist/pppd/cbcp.c \
    src/external/bsd/ppp/dist/pppd/cbcp.h \
    src/external/bsd/ppp/dist/pppd/ccp.c src/external/bsd/ppp/dist/pppd/ccp.h \
    src/external/bsd/ppp/dist/pppd/chap-md5.c \
    src/external/bsd/ppp/dist/pppd/chap-md5.h \
    src/external/bsd/ppp/dist/pppd/chap-new.c \
    src/external/bsd/ppp/dist/pppd/chap-new.h \
    src/external/bsd/ppp/dist/pppd/chap_ms.c \
    src/external/bsd/ppp/dist/pppd/chap_ms.h \
    src/external/bsd/ppp/dist/pppd/demand.c \
    src/external/bsd/ppp/dist/pppd/eap.c src/external/bsd/ppp/dist/pppd/eap.h \
    src/external/bsd/ppp/dist/pppd/ecp.c src/external/bsd/ppp/dist/pppd/ecp.h \
    src/external/bsd/ppp/dist/pppd/eui64.c \
    src/external/bsd/ppp/dist/pppd/eui64.h \
    src/external/bsd/ppp/dist/pppd/fsm.c src/external/bsd/ppp/dist/pppd/fsm.h \
    src/external/bsd/ppp/dist/pppd/ipcp.c \
    src/external/bsd/ppp/dist/pppd/ipcp.h \
    src/external/bsd/ppp/dist/pppd/ipv6cp.c \
    src/external/bsd/ppp/dist/pppd/ipv6cp.h \
    src/external/bsd/ppp/dist/pppd/ipxcp.c \
    src/external/bsd/ppp/dist/pppd/ipxcp.h \
    src/external/bsd/ppp/dist/pppd/lcp.c src/external/bsd/ppp/dist/pppd/lcp.h \
    src/external/bsd/ppp/dist/pppd/magic.c \
    src/external/bsd/ppp/dist/pppd/magic.h \
    src/external/bsd/ppp/dist/pppd/mppe.h \
    src/external/bsd/ppp/dist/pppd/multilink.c \
    src/external/bsd/ppp/dist/pppd/options.c \
    src/external/bsd/ppp/dist/pppd/pathnames.h \
    src/external/bsd/ppp/dist/pppd/pppcrypt.c \
    src/external/bsd/ppp/dist/pppd/pppcrypt.h \
    src/external/bsd/ppp/dist/pppd/pppd.h \
    src/external/bsd/ppp/dist/pppd/session.c \
    src/external/bsd/ppp/dist/pppd/session.h \
    src/external/bsd/ppp/dist/pppd/tty.c \
    src/external/bsd/ppp/dist/pppd/upap.c \
    src/external/bsd/ppp/dist/pppd/upap.h \
    src/external/bsd/ppp/dist/pppd/utils.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/bsd/ppp/dist/pppd/plugins/radius/etc/port-id-map
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ppp/dist/pppdump/deflate.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ppp/dist/pppstats/pppstats.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/ppp/dist/pppd/auth.c
diff -u src/external/bsd/ppp/dist/pppd/auth.c:1.3 src/external/bsd/ppp/dist/pppd/auth.c:1.4
--- src/external/bsd/ppp/dist/pppd/auth.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/auth.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: auth.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * auth.c - PPP authentication and phase control.
@@ -75,7 +75,7 @@
 #define RCSID	"Id: auth.c,v 1.117 2008/07/01 12:27:56 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: auth.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 #include <stdio.h>
Index: src/external/bsd/ppp/dist/pppd/cbcp.c
diff -u src/external/bsd/ppp/dist/pppd/cbcp.c:1.3 src/external/bsd/ppp/dist/pppd/cbcp.c:1.4
--- src/external/bsd/ppp/dist/pppd/cbcp.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/cbcp.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: cbcp.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * cbcp - Call Back Configuration Protocol.
@@ -40,7 +40,7 @@
 #define RCSID	"Id: cbcp.c,v 1.17 2006/05/22 00:04:07 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: cbcp.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 #include <stdio.h>
Index: src/external/bsd/ppp/dist/pppd/cbcp.h
diff -u src/external/bsd/ppp/dist/pppd/cbcp.h:1.3 src/external/bsd/ppp/dist/pppd/cbcp.h:1.4
--- src/external/bsd/ppp/dist/pppd/cbcp.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/cbcp.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: cbcp.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 #ifndef CBCP_H
 #define CBCP_H
Index: src/external/bsd/ppp/dist/pppd/ccp.c
diff -u src/external/bsd/ppp/dist/pppd/ccp.c:1.3 src/external/bsd/ppp/dist/pppd/ccp.c:1.4
--- src/external/bsd/ppp/dist/pppd/ccp.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/ccp.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: ccp.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * ccp.c - PPP Compression Control Protocol.
@@ -35,7 +35,7 @@
 #define RCSID	"Id: ccp.c,v 1.50 2005/06/26 19:34:41 carlsonj Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: ccp.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 #include <stdlib.h>
Index: src/external/bsd/ppp/dist/pppd/ccp.h
diff -u src/external/bsd/ppp/dist/pppd/ccp.h:1.3 src/external/bsd/ppp/dist/pppd/ccp.h:1.4
--- src/external/bsd/ppp/dist/pppd/ccp.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/ccp.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: ccp.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * ccp.h - Definitions for PPP Compression Control Protocol.
Index: src/external/bsd/ppp/dist/pppd/chap-md5.c
diff -u src/external/bsd/ppp/dist/pppd/chap-md5.c:1.3 src/external/bsd/ppp/dist/pppd/chap-md5.c:1.4
--- src/external/bsd/ppp/dist/pppd/chap-md5.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/chap-md5.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: chap-md5.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * chap-md5.c - New CHAP/MD5 implementation.
@@ -35,7 +35,7 @@
 #define RCSID	"Id: chap-md5.c,v 1.4 2004/11/09 22:39:25 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: chap-md5.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 #include <stdlib.h>
Index: src/external/bsd/ppp/dist/pppd/chap-md5.h
diff -u src/external/bsd/ppp/dist/pppd/chap-md5.h:1.3 src/external/bsd/ppp/dist/pppd/chap-md5.h:1.4
--- src/external/bsd/ppp/dist/pppd/chap-md5.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/chap-md5.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: chap-md5.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * chap-md5.h - New CHAP/MD5 implementation.
Index: src/external/bsd/ppp/dist/pppd/chap-new.c
diff -u src/external/bsd/ppp/dist/pppd/chap-new.c:1.3 src/external/bsd/ppp/dist/pppd/chap-new.c:1.4
--- src/external/bsd/ppp/dist/pppd/chap-new.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/chap-new.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: chap-new.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * chap-new.c - New CHAP implementation.
@@ -35,7 +35,7 @@
 #define RCSID	"Id: chap-new.c,v 1.9 2007/06/19 02:08:35 carlsonj Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: chap-new.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 #include <stdlib.h>
Index: src/external/bsd/ppp/dist/pppd/chap-new.h
diff -u src/external/bsd/ppp/dist/pppd/chap-new.h:1.3 src/external/bsd/ppp/dist/pppd/chap-new.h:1.4
--- src/external/bsd/ppp/dist/pppd/chap-new.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/chap-new.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: chap-new.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * chap-new.c - New CHAP implementation.
Index: src/external/bsd/ppp/dist/pppd/chap_ms.c
diff -u src/external/bsd/ppp/dist/pppd/chap_ms.c:1.3 src/external/bsd/ppp/dist/pppd/chap_ms.c:1.4
--- src/external/bsd/ppp/dist/pppd/chap_ms.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/chap_ms.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: chap_ms.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * chap_ms.c - Microsoft MS-CHAP compatible implementation.
@@ -81,7 +81,7 @@
 #define RCSID	"Id: chap_ms.c,v 1.38 2007/12/01 20:10:51 carlsonj Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: chap_ms.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 #ifdef CHAPMS
Index: src/external/bsd/ppp/dist/pppd/chap_ms.h
diff -u src/external/bsd/ppp/dist/pppd/chap_ms.h:1.3 src/external/bsd/ppp/dist/pppd/chap_ms.h:1.4
--- src/external/bsd/ppp/dist/pppd/chap_ms.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/chap_ms.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: chap_ms.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * chap_ms.h - Challenge Handshake Authentication Protocol definitions.
Index: src/external/bsd/ppp/dist/pppd/demand.c
diff -u src/external/bsd/ppp/dist/pppd/demand.c:1.3 src/external/bsd/ppp/dist/pppd/demand.c:1.4
--- src/external/bsd/ppp/dist/pppd/demand.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/demand.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: demand.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * demand.c - Support routines for demand-dialling.
@@ -35,7 +35,7 @@
 #define RCSID	"Id: demand.c,v 1.20 2005/08/25 12:14:18 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: demand.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 #include <stdio.h>
Index: src/external/bsd/ppp/dist/pppd/eap.c
diff -u src/external/bsd/ppp/dist/pppd/eap.c:1.3 src/external/bsd/ppp/dist/pppd/eap.c:1.4
--- src/external/bsd/ppp/dist/pppd/eap.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/eap.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: eap.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 /*
  * eap.c - Extensible Authentication Protocol for PPP (RFC 2284)
  *
@@ -49,7 +49,7 @@
 #define RCSID	"Id: eap.c,v 1.4 2004/11/09 22:39:25 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: eap.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 /*
Index: src/external/bsd/ppp/dist/pppd/eap.h
diff -u src/external/bsd/ppp/dist/pppd/eap.h:1.3 src/external/bsd/ppp/dist/pppd/eap.h:1.4
--- src/external/bsd/ppp/dist/pppd/eap.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/eap.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: eap.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * eap.h - Extensible Authentication Protocol for PPP (RFC 2284)
Index: src/external/bsd/ppp/dist/pppd/ecp.c
diff -u src/external/bsd/ppp/dist/pppd/ecp.c:1.3 src/external/bsd/ppp/dist/pppd/ecp.c:1.4
--- src/external/bsd/ppp/dist/pppd/ecp.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/ecp.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: ecp.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * ecp.c - PPP Encryption Control Protocol.
@@ -64,7 +64,7 @@
 #define RCSID	"Id: ecp.c,v 1.4 2004/11/04 10:02:26 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: ecp.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 #include <string.h>
Index: src/external/bsd/ppp/dist/pppd/ecp.h
diff -u src/external/bsd/ppp/dist/pppd/ecp.h:1.3 src/external/bsd/ppp/dist/pppd/ecp.h:1.4
--- src/external/bsd/ppp/dist/pppd/ecp.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/ecp.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: ecp.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * ecp.h - Definitions for PPP Encryption Control Protocol.
Index: src/external/bsd/ppp/dist/pppd/eui64.c
diff -u src/external/bsd/ppp/dist/pppd/eui64.c:1.3 src/external/bsd/ppp/dist/pppd/eui64.c:1.4
--- src/external/bsd/ppp/dist/pppd/eui64.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/eui64.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: eui64.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * eui64.c - EUI64 routines for IPv6CP.
@@ -42,7 +42,7 @@
 #define RCSID	"Id: eui64.c,v 1.6 2002/12/04 23:03:32 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: eui64.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 #include "pppd.h"
Index: src/external/bsd/ppp/dist/pppd/eui64.h
diff -u src/external/bsd/ppp/dist/pppd/eui64.h:1.3 src/external/bsd/ppp/dist/pppd/eui64.h:1.4
--- src/external/bsd/ppp/dist/pppd/eui64.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/eui64.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: eui64.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * eui64.h - EUI64 routines for IPv6CP.
Index: src/external/bsd/ppp/dist/pppd/fsm.c
diff -u src/external/bsd/ppp/dist/pppd/fsm.c:1.3 src/external/bsd/ppp/dist/pppd/fsm.c:1.4
--- src/external/bsd/ppp/dist/pppd/fsm.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/fsm.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: fsm.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * fsm.c - {Link, IP} Control Protocol Finite State Machine.
@@ -47,7 +47,7 @@
 #define RCSID   "Id: fsm.c,v 1.23 2004/11/13 02:28:15 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: fsm.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 /*
Index: src/external/bsd/ppp/dist/pppd/fsm.h
diff -u src/external/bsd/ppp/dist/pppd/fsm.h:1.3 src/external/bsd/ppp/dist/pppd/fsm.h:1.4
--- src/external/bsd/ppp/dist/pppd/fsm.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/fsm.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: fsm.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * fsm.h - {Link, IP} Control Protocol Finite State Machine definitions.
Index: src/external/bsd/ppp/dist/pppd/ipcp.c
diff -u src/external/bsd/ppp/dist/pppd/ipcp.c:1.3 src/external/bsd/ppp/dist/pppd/ipcp.c:1.4
--- src/external/bsd/ppp/dist/pppd/ipcp.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/ipcp.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: ipcp.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * ipcp.c - PPP IP Control Protocol.
@@ -47,7 +47,7 @@
 #define RCSID	"Id: ipcp.c,v 1.73 2008/05/26 08:33:22 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: ipcp.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 /*
Index: src/external/bsd/ppp/dist/pppd/ipcp.h
diff -u src/external/bsd/ppp/dist/pppd/ipcp.h:1.3 src/external/bsd/ppp/dist/pppd/ipcp.h:1.4
--- src/external/bsd/ppp/dist/pppd/ipcp.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/ipcp.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: ipcp.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * ipcp.h - IP Control Protocol definitions.
Index: src/external/bsd/ppp/dist/pppd/ipv6cp.c
diff -u src/external/bsd/ppp/dist/pppd/ipv6cp.c:1.3 src/external/bsd/ppp/dist/pppd/ipv6cp.c:1.4
--- src/external/bsd/ppp/dist/pppd/ipv6cp.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/ipv6cp.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: ipv6cp.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * ipv6cp.c - PPP IPV6 Control Protocol.
@@ -145,7 +145,7 @@
 #define RCSID	"Id: ipv6cp.c,v 1.21 2005/08/25 23:59:34 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: ipv6cp.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 /*
Index: src/external/bsd/ppp/dist/pppd/ipv6cp.h
diff -u src/external/bsd/ppp/dist/pppd/ipv6cp.h:1.3 src/external/bsd/ppp/dist/pppd/ipv6cp.h:1.4
--- src/external/bsd/ppp/dist/pppd/ipv6cp.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/ipv6cp.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: ipv6cp.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * ipv6cp.h - PPP IPV6 Control Protocol.
Index: src/external/bsd/ppp/dist/pppd/ipxcp.c
diff -u src/external/bsd/ppp/dist/pppd/ipxcp.c:1.3 src/external/bsd/ppp/dist/pppd/ipxcp.c:1.4
--- src/external/bsd/ppp/dist/pppd/ipxcp.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/ipxcp.c	Sat Oct 25 17:11:37 2014
@@ -47,7 +47,7 @@
 #define RCSID	"Id: ipxcp.c,v 1.24 2005/08/25 23:59:34 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: ipxcp.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 #ifdef IPX_CHANGE
 
Index: src/external/bsd/ppp/dist/pppd/ipxcp.h
diff -u src/external/bsd/ppp/dist/pppd/ipxcp.h:1.3 src/external/bsd/ppp/dist/pppd/ipxcp.h:1.4
--- src/external/bsd/ppp/dist/pppd/ipxcp.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/ipxcp.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: ipxcp.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * ipxcp.h - IPX Control Protocol definitions.
Index: src/external/bsd/ppp/dist/pppd/lcp.c
diff -u src/external/bsd/ppp/dist/pppd/lcp.c:1.3 src/external/bsd/ppp/dist/pppd/lcp.c:1.4
--- src/external/bsd/ppp/dist/pppd/lcp.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/lcp.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: lcp.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * lcp.c - PPP Link Control Protocol.
@@ -47,7 +47,7 @@
 #define RCSID	"Id: lcp.c,v 1.76 2006/05/22 00:04:07 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: lcp.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 /*
Index: src/external/bsd/ppp/dist/pppd/lcp.h
diff -u src/external/bsd/ppp/dist/pppd/lcp.h:1.3 src/external/bsd/ppp/dist/pppd/lcp.h:1.4
--- src/external/bsd/ppp/dist/pppd/lcp.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/lcp.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: lcp.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * lcp.h - Link Control Protocol definitions.
Index: src/external/bsd/ppp/dist/pppd/magic.c
diff -u src/external/bsd/ppp/dist/pppd/magic.c:1.3 src/external/bsd/ppp/dist/pppd/magic.c:1.4
--- src/external/bsd/ppp/dist/pppd/magic.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/magic.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: magic.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * magic.c - PPP Magic Number routines.
@@ -47,7 +47,7 @@
 #define RCSID	"Id: magic.c,v 1.11 2003/06/11 23:56:26 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: magic.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 #include <stdio.h>
Index: src/external/bsd/ppp/dist/pppd/magic.h
diff -u src/external/bsd/ppp/dist/pppd/magic.h:1.3 src/external/bsd/ppp/dist/pppd/magic.h:1.4
--- src/external/bsd/ppp/dist/pppd/magic.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/magic.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: magic.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * magic.h - PPP Magic Number definitions.
Index: src/external/bsd/ppp/dist/pppd/mppe.h
diff -u src/external/bsd/ppp/dist/pppd/mppe.h:1.3 src/external/bsd/ppp/dist/pppd/mppe.h:1.4
--- src/external/bsd/ppp/dist/pppd/mppe.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/mppe.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: mppe.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * mppe.h - Definitions for MPPE
Index: src/external/bsd/ppp/dist/pppd/multilink.c
diff -u src/external/bsd/ppp/dist/pppd/multilink.c:1.3 src/external/bsd/ppp/dist/pppd/multilink.c:1.4
--- src/external/bsd/ppp/dist/pppd/multilink.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/multilink.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: multilink.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * multilink.c - support routines for multilink.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("NetBSD");
+__RCSID("$NetBSD: multilink.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 
 #include <string.h>
 #include <ctype.h>
Index: src/external/bsd/ppp/dist/pppd/options.c
diff -u src/external/bsd/ppp/dist/pppd/options.c:1.3 src/external/bsd/ppp/dist/pppd/options.c:1.4
--- src/external/bsd/ppp/dist/pppd/options.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/options.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: options.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * options.c - handles option processing for PPP.
@@ -47,7 +47,7 @@
 #define RCSID	"Id: options.c,v 1.102 2008/06/15 06:53:06 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: options.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 #include <ctype.h>
Index: src/external/bsd/ppp/dist/pppd/pathnames.h
diff -u src/external/bsd/ppp/dist/pppd/pathnames.h:1.3 src/external/bsd/ppp/dist/pppd/pathnames.h:1.4
--- src/external/bsd/ppp/dist/pppd/pathnames.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/pathnames.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: pathnames.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * define path names
Index: src/external/bsd/ppp/dist/pppd/pppcrypt.c
diff -u src/external/bsd/ppp/dist/pppd/pppcrypt.c:1.3 src/external/bsd/ppp/dist/pppd/pppcrypt.c:1.4
--- src/external/bsd/ppp/dist/pppd/pppcrypt.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/pppcrypt.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: pppcrypt.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("NetBSD");
+__RCSID("$NetBSD: pppcrypt.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 
 #include <errno.h>
 #include <stdlib.h>
Index: src/external/bsd/ppp/dist/pppd/pppcrypt.h
diff -u src/external/bsd/ppp/dist/pppd/pppcrypt.h:1.3 src/external/bsd/ppp/dist/pppd/pppcrypt.h:1.4
--- src/external/bsd/ppp/dist/pppd/pppcrypt.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/pppcrypt.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: pppcrypt.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * pppcrypt.c - PPP/DES linkage for MS-CHAP and EAP SRP-SHA1
Index: src/external/bsd/ppp/dist/pppd/pppd.h
diff -u src/external/bsd/ppp/dist/pppd/pppd.h:1.3 src/external/bsd/ppp/dist/pppd/pppd.h:1.4
--- src/external/bsd/ppp/dist/pppd/pppd.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/pppd.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: pppd.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * pppd.h - PPP daemon global declarations.
Index: src/external/bsd/ppp/dist/pppd/session.c
diff -u src/external/bsd/ppp/dist/pppd/session.c:1.3 src/external/bsd/ppp/dist/pppd/session.c:1.4
--- src/external/bsd/ppp/dist/pppd/session.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/session.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: session.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * session.c - PPP session control.
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("NetBSD");
+__RCSID("$NetBSD: session.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 
 
 #include <stdio.h>
Index: src/external/bsd/ppp/dist/pppd/session.h
diff -u src/external/bsd/ppp/dist/pppd/session.h:1.3 src/external/bsd/ppp/dist/pppd/session.h:1.4
--- src/external/bsd/ppp/dist/pppd/session.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/session.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: session.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * session.c - PPP session control.
Index: src/external/bsd/ppp/dist/pppd/tty.c
diff -u src/external/bsd/ppp/dist/pppd/tty.c:1.3 src/external/bsd/ppp/dist/pppd/tty.c:1.4
--- src/external/bsd/ppp/dist/pppd/tty.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/tty.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: tty.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * tty.c - code for handling serial ports in pppd.
@@ -75,7 +75,7 @@
 #define RCSID	"Id: tty.c,v 1.27 2008/07/01 12:27:56 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: tty.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 #include <stdio.h>
Index: src/external/bsd/ppp/dist/pppd/upap.c
diff -u src/external/bsd/ppp/dist/pppd/upap.c:1.3 src/external/bsd/ppp/dist/pppd/upap.c:1.4
--- src/external/bsd/ppp/dist/pppd/upap.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/upap.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: upap.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * upap.c - User/Password Authentication Protocol.
@@ -47,7 +47,7 @@
 #define RCSID	"Id: upap.c,v 1.30 2005/07/13 10:41:58 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: upap.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 /*
Index: src/external/bsd/ppp/dist/pppd/upap.h
diff -u src/external/bsd/ppp/dist/pppd/upap.h:1.3 src/external/bsd/ppp/dist/pppd/upap.h:1.4
--- src/external/bsd/ppp/dist/pppd/upap.h:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/upap.h	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: upap.h,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * upap.h - User/Password Authentication Protocol definitions.
Index: src/external/bsd/ppp/dist/pppd/utils.c
diff -u src/external/bsd/ppp/dist/pppd/utils.c:1.3 src/external/bsd/ppp/dist/pppd/utils.c:1.4
--- src/external/bsd/ppp/dist/pppd/utils.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppd/utils.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: utils.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * utils.c - various utility functions used in pppd.
@@ -35,7 +35,7 @@
 #define RCSID	"Id: utils.c,v 1.25 2008/06/03 12:06:37 paulus Exp "
 static const char rcsid[] = RCSID;
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: utils.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 #include <stdio.h>

Index: src/external/bsd/ppp/dist/pppd/plugins/radius/etc/port-id-map
diff -u src/external/bsd/ppp/dist/pppd/plugins/radius/etc/port-id-map:1.1.1.1 src/external/bsd/ppp/dist/pppd/plugins/radius/etc/port-id-map:1.2
--- src/external/bsd/ppp/dist/pppd/plugins/radius/etc/port-id-map:1.1.1.1	Sat Oct 25 14:43:29 2014
+++ src/external/bsd/ppp/dist/pppd/plugins/radius/etc/port-id-map	Sat Oct 25 17:11:37 2014
@@ -21,4 +21,4 @@
 /dev/ttyS5	14
 /dev/ttyS6	15
 /dev/ttyS7	16
- 
\ No newline at end of file
+ 

Index: src/external/bsd/ppp/dist/pppdump/deflate.c
diff -u src/external/bsd/ppp/dist/pppdump/deflate.c:1.3 src/external/bsd/ppp/dist/pppdump/deflate.c:1.4
--- src/external/bsd/ppp/dist/pppdump/deflate.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppdump/deflate.c	Sat Oct 25 17:11:37 2014
@@ -38,7 +38,7 @@
  * Id: deflate.c,v 1.5 2004/01/17 05:47:55 carlsonj Exp
  */
 #include <sys/cdefs.h>
-__RCSID("NetBSD");
+__RCSID("$NetBSD: deflate.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 
 #include <sys/types.h>
 #include <stdio.h>

Index: src/external/bsd/ppp/dist/pppstats/pppstats.c
diff -u src/external/bsd/ppp/dist/pppstats/pppstats.c:1.3 src/external/bsd/ppp/dist/pppstats/pppstats.c:1.4
--- src/external/bsd/ppp/dist/pppstats/pppstats.c:1.3	Sat Oct 25 15:06:34 2014
+++ src/external/bsd/ppp/dist/pppstats/pppstats.c	Sat Oct 25 17:11:37 2014
@@ -1,4 +1,4 @@
-/*	NetBSD	*/
+/*	$NetBSD: pppstats.c,v 1.4 2014/10/25 21:11:37 christos Exp $	*/
 
 /*
  * print PPP statistics:
@@ -43,7 +43,7 @@
 static const char rcsid[] = "Id: pppstats.c,v 1.29 2002/10/27 12:56:26 fcusack Exp ";
 #endif
 #else
-__RCSID("NetBSD");
+__RCSID("$NetBSD: pppstats.c,v 1.4 2014/10/25 21:11:37 christos Exp $");
 #endif
 
 #include <stdio.h>

Reply via email to