diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-09-05 11:54:50 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-09-05 11:54:50 +0000 |
| commit | f4f9ad419660ffb02915127d84cc0694bb12de79 (patch) | |
| tree | 740bf3953b02cf209811aa5e9666306734298e8d /usr.sbin/pppd | |
| parent | c0b6460abc80cd8953e4eda185c4cad96dcb39c8 (diff) | |
$Id$ -> $FreeBSD$
Notes
svn path=/stable/2.1/; revision=50952
Diffstat (limited to 'usr.sbin/pppd')
| -rw-r--r-- | usr.sbin/pppd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/args.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/auth.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/callout.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/chap.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/chap.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/fsm.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/fsm.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/ipcp.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/ipcp.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/lcp.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/lcp.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/lock.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/magic.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/magic.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/main.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/options.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/patchlevel.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/pathnames.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/ppp.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/pppd.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/pppd.h | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/sys-bsd.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/upap.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pppd/upap.h | 2 |
25 files changed, 25 insertions, 25 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index 4fe87850f1f3..1391af407197 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -1,5 +1,5 @@ # From: Id: Makefile.bsd,v 1.4 1994/04/20 00:07:50 paulus Exp -# $Id: Makefile,v 1.1 1994/09/25 02:31:49 wollman Exp $ +# $FreeBSD$ PROG= pppd SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c \ diff --git a/usr.sbin/pppd/args.h b/usr.sbin/pppd/args.h index e76721266cb5..d21482e104bc 100644 --- a/usr.sbin/pppd/args.h +++ b/usr.sbin/pppd/args.h @@ -1,6 +1,6 @@ /* * neat macro from ka9q to "do the right thing" with ansi prototypes - * $Id: args.h,v 1.2 1994/09/25 02:31:51 wollman Exp $ + * $FreeBSD$ */ #ifndef __P diff --git a/usr.sbin/pppd/auth.c b/usr.sbin/pppd/auth.c index 872647dc9c63..9af1cb6a1bac 100644 --- a/usr.sbin/pppd/auth.c +++ b/usr.sbin/pppd/auth.c @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: auth.c,v 1.3.4.1 1995/09/02 14:40:06 davidg Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/callout.h b/usr.sbin/pppd/callout.h index 115d01c66653..774d7f8edfa9 100644 --- a/usr.sbin/pppd/callout.h +++ b/usr.sbin/pppd/callout.h @@ -3,7 +3,7 @@ /* to a pointer to a function of type void (generic pointer) as per */ /* ANSI C */ -/* $Id: callout.h,v 1.1 1993/11/11 03:54:25 paulus Exp $ */ +/* $FreeBSD$ */ #ifndef _ppp_callout_h #define _ppp_callout_h diff --git a/usr.sbin/pppd/chap.c b/usr.sbin/pppd/chap.c index 9292b084159c..2c68e084f267 100644 --- a/usr.sbin/pppd/chap.c +++ b/usr.sbin/pppd/chap.c @@ -19,7 +19,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: chap.c,v 1.3.4.1 1996/03/01 19:34:45 phk Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pppd/chap.h b/usr.sbin/pppd/chap.h index 8a0ae05acd9a..4db9a49c5189 100644 --- a/usr.sbin/pppd/chap.h +++ b/usr.sbin/pppd/chap.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap.h,v 1.2 1994/09/25 02:31:55 wollman Exp $ + * $FreeBSD$ */ #ifndef __CHAP_INCLUDE__ diff --git a/usr.sbin/pppd/fsm.c b/usr.sbin/pppd/fsm.c index be41ac73971b..1234021e396e 100644 --- a/usr.sbin/pppd/fsm.c +++ b/usr.sbin/pppd/fsm.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: fsm.c,v 1.3 1995/05/30 03:51:07 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pppd/fsm.h b/usr.sbin/pppd/fsm.h index 62ae7332c52a..a3f15eb26e64 100644 --- a/usr.sbin/pppd/fsm.h +++ b/usr.sbin/pppd/fsm.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: fsm.h,v 1.2 1994/09/25 02:31:58 wollman Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/pppd/ipcp.c b/usr.sbin/pppd/ipcp.c index bd8da27b676a..efe1fb72fc61 100644 --- a/usr.sbin/pppd/ipcp.c +++ b/usr.sbin/pppd/ipcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: ipcp.c,v 1.3 1995/05/30 03:51:08 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pppd/ipcp.h b/usr.sbin/pppd/ipcp.h index 553ae73c69bb..21fec40b1d6b 100644 --- a/usr.sbin/pppd/ipcp.h +++ b/usr.sbin/pppd/ipcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.h,v 1.3 1995/05/30 03:51:11 rgrimes Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/pppd/lcp.c b/usr.sbin/pppd/lcp.c index 7cfa0596afe4..bb3fface5c56 100644 --- a/usr.sbin/pppd/lcp.c +++ b/usr.sbin/pppd/lcp.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: lcp.c,v 1.3 1995/05/30 03:51:12 rgrimes Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pppd/lcp.h b/usr.sbin/pppd/lcp.h index 1d1cd4374185..31b287109328 100644 --- a/usr.sbin/pppd/lcp.h +++ b/usr.sbin/pppd/lcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: lcp.h,v 1.2 1994/09/25 02:32:03 wollman Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/pppd/lock.c b/usr.sbin/pppd/lock.c index 8cb7da732845..417a6182c2b4 100644 --- a/usr.sbin/pppd/lock.c +++ b/usr.sbin/pppd/lock.c @@ -4,7 +4,7 @@ * This code is derived from chat.c. */ -static char rcsid[] = "$Id: lock.c,v 1.2 1994/09/25 02:32:04 wollman Exp $"; +static char rcsid[] = "$FreeBSD$"; #include <stdio.h> #include <string.h> diff --git a/usr.sbin/pppd/magic.c b/usr.sbin/pppd/magic.c index f505743c5b75..d38a9b649cd1 100644 --- a/usr.sbin/pppd/magic.c +++ b/usr.sbin/pppd/magic.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: magic.c,v 1.2 1994/09/25 02:32:05 wollman Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/magic.h b/usr.sbin/pppd/magic.h index 81a9937e60ed..5a8ff35e4c1f 100644 --- a/usr.sbin/pppd/magic.h +++ b/usr.sbin/pppd/magic.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: magic.h,v 1.2 1994/09/25 02:32:06 wollman Exp $ + * $FreeBSD$ */ #include "args.h" diff --git a/usr.sbin/pppd/main.c b/usr.sbin/pppd/main.c index c7b5177f9b28..ab1c31761a21 100644 --- a/usr.sbin/pppd/main.c +++ b/usr.sbin/pppd/main.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: main.c,v 1.4.4.1 1996/03/01 19:34:53 phk Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #define SETSID diff --git a/usr.sbin/pppd/options.c b/usr.sbin/pppd/options.c index a8ceec763ba3..c76da1f8cdf3 100644 --- a/usr.sbin/pppd/options.c +++ b/usr.sbin/pppd/options.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: options.c,v 1.4.4.1 1995/10/06 11:28:58 davidg Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/patchlevel.h b/usr.sbin/pppd/patchlevel.h index ad290b08f5fe..ec4df1c165a3 100644 --- a/usr.sbin/pppd/patchlevel.h +++ b/usr.sbin/pppd/patchlevel.h @@ -1,4 +1,4 @@ -/* $Id: patchlevel.h,v 1.10 1994/06/09 01:51:10 paulus Exp $ */ +/* $FreeBSD$ */ #define PATCHLEVEL 2 #define VERSION "2.1" diff --git a/usr.sbin/pppd/pathnames.h b/usr.sbin/pppd/pathnames.h index d8e91dcad676..b37e30bec30f 100644 --- a/usr.sbin/pppd/pathnames.h +++ b/usr.sbin/pppd/pathnames.h @@ -1,7 +1,7 @@ /* * define path names * - * $Id: pathnames.h,v 1.4 1994/05/18 06:34:46 paulus Exp $ + * $FreeBSD$ */ #if defined(STREAMS) || defined(ultrix) diff --git a/usr.sbin/pppd/ppp.h b/usr.sbin/pppd/ppp.h index c8f96333769e..ff4987be77aa 100644 --- a/usr.sbin/pppd/ppp.h +++ b/usr.sbin/pppd/ppp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ppp.h,v 1.2 1994/09/25 02:32:11 wollman Exp $ + * $FreeBSD$ */ #ifndef __PPP_H__ diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index e4a00d92536a..95faf4089ae7 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.0 -.\" $Id: pppd.8,v 1.2 1994/09/25 02:32:12 wollman Exp $ +.\" $FreeBSD$ .\" SH section heading .\" SS subsection heading .\" LP paragraph diff --git a/usr.sbin/pppd/pppd.h b/usr.sbin/pppd/pppd.h index e63a2e56be03..f58c3ef4ff05 100644 --- a/usr.sbin/pppd/pppd.h +++ b/usr.sbin/pppd/pppd.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: pppd.h,v 1.3.4.1 1996/03/01 19:34:58 phk Exp $ + * $FreeBSD$ */ /* diff --git a/usr.sbin/pppd/sys-bsd.c b/usr.sbin/pppd/sys-bsd.c index c63efb8d35a2..70f7da5807ce 100644 --- a/usr.sbin/pppd/sys-bsd.c +++ b/usr.sbin/pppd/sys-bsd.c @@ -19,7 +19,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-bsd.c,v 1.3.4.1 1995/10/06 11:28:59 davidg Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pppd/upap.c b/usr.sbin/pppd/upap.c index 346879564ee2..36f15fed0968 100644 --- a/usr.sbin/pppd/upap.c +++ b/usr.sbin/pppd/upap.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: upap.c,v 1.3.4.1 1996/03/01 19:35:00 phk Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* diff --git a/usr.sbin/pppd/upap.h b/usr.sbin/pppd/upap.h index 03a4c0eae306..fcdea293dc56 100644 --- a/usr.sbin/pppd/upap.h +++ b/usr.sbin/pppd/upap.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: upap.h,v 1.2 1994/09/25 02:32:18 wollman Exp $ + * $FreeBSD$ */ /* |
