diff options
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 a0ca52e93e81..79c60dbed0bb 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 PROG= pppd SRCS= main.c magic.c fsm.c lcp.c ipcp.c upap.c chap.c md5.c \ diff --git a/usr.sbin/pppd/args.h b/usr.sbin/pppd/args.h index e8798382786b..6963f3f63530 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.1 1993/11/11 03:54:25 paulus Exp $ + * args.h,v 1.2 1994/09/25 02:31:51 wollman Exp */ #ifndef __ARGS diff --git a/usr.sbin/pppd/auth.c b/usr.sbin/pppd/auth.c index 950ef024e6b7..93b29e2a71e2 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.6 1994/05/25 06:25:05 paulus Exp $"; +static char rcsid[] = "auth.c,v 1.2 1994/09/25 02:31:52 wollman Exp"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/callout.h b/usr.sbin/pppd/callout.h index 115d01c66653..bba0647a404e 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 $ */ +/* callout.h,v 1.2 1994/09/25 02:31:53 wollman Exp */ #ifndef _ppp_callout_h #define _ppp_callout_h diff --git a/usr.sbin/pppd/chap.c b/usr.sbin/pppd/chap.c index 64f39bc51c1b..dc528819de65 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 1994/04/18 04:01:07 paulus Exp $"; +static char rcsid[] = "chap.c,v 1.2 1994/09/25 02:31:54 wollman Exp"; #endif /* diff --git a/usr.sbin/pppd/chap.h b/usr.sbin/pppd/chap.h index 682ecb864d17..778a674b879a 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/04/11 07:13:44 paulus Exp $ + * chap.h,v 1.2 1994/09/25 02:31:55 wollman Exp */ #ifndef __CHAP_INCLUDE__ diff --git a/usr.sbin/pppd/fsm.c b/usr.sbin/pppd/fsm.c index 902ad64cbbc2..d046e39f8208 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 1994/05/24 11:21:10 paulus Exp $"; +static char rcsid[] = "fsm.c,v 1.2 1994/09/25 02:31:57 wollman Exp"; #endif /* diff --git a/usr.sbin/pppd/fsm.h b/usr.sbin/pppd/fsm.h index a12966bef488..074fc26f4e46 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/04/11 07:18:35 paulus Exp $ + * fsm.h,v 1.2 1994/09/25 02:31:58 wollman Exp */ /* diff --git a/usr.sbin/pppd/ipcp.c b/usr.sbin/pppd/ipcp.c index 6c9abb15f2be..2b41e1cdf4de 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.8 1994/05/26 06:37:34 paulus Exp $"; +static char rcsid[] = "ipcp.c,v 1.2 1994/09/25 02:31:59 wollman Exp"; #endif /* diff --git a/usr.sbin/pppd/ipcp.h b/usr.sbin/pppd/ipcp.h index 2d1988d5e0f4..0fc35c137c17 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 1994/04/18 04:05:15 paulus Exp $ + * ipcp.h,v 1.2 1994/09/25 02:32:00 wollman Exp */ /* diff --git a/usr.sbin/pppd/lcp.c b/usr.sbin/pppd/lcp.c index 25815187e9a6..ddd787a465a2 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.8 1994/05/30 02:38:49 paulus Exp $"; +static char rcsid[] = "lcp.c,v 1.2 1994/09/25 02:32:01 wollman Exp"; #endif /* diff --git a/usr.sbin/pppd/lcp.h b/usr.sbin/pppd/lcp.h index 0499a7cbd0d2..cf906b51194b 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.4 1994/05/24 11:22:28 paulus Exp $ + * lcp.h,v 1.2 1994/09/25 02:32:03 wollman Exp */ /* diff --git a/usr.sbin/pppd/lock.c b/usr.sbin/pppd/lock.c index 8cb7da732845..fd8f05f2e9a8 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[] = "lock.c,v 1.3 1994/10/22 14:40:48 dfr Exp"; #include <stdio.h> #include <string.h> diff --git a/usr.sbin/pppd/magic.c b/usr.sbin/pppd/magic.c index 20dfd6fe3a48..111b3017c6dc 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.1 1993/11/11 03:54:25 paulus Exp $"; +static char rcsid[] = "magic.c,v 1.2 1994/09/25 02:32:05 wollman Exp"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/magic.h b/usr.sbin/pppd/magic.h index d41aa39df7db..441fffd12682 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.1 1993/11/11 03:54:25 paulus Exp $ + * magic.h,v 1.2 1994/09/25 02:32:06 wollman Exp */ #include "args.h" diff --git a/usr.sbin/pppd/main.c b/usr.sbin/pppd/main.c index 1e1397e55053..2f1e8a9f02a5 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.13 1994/05/27 01:02:14 paulus Exp $"; +static char rcsid[] = "main.c,v 1.2 1994/09/25 02:32:07 wollman Exp"; #endif #define SETSID diff --git a/usr.sbin/pppd/options.c b/usr.sbin/pppd/options.c index 06561284376a..ea988ca3e2ef 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.10 1994/05/27 00:43:34 paulus Exp $"; +static char rcsid[] = "options.c,v 1.2 1994/09/25 02:32:08 wollman Exp"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/patchlevel.h b/usr.sbin/pppd/patchlevel.h index ad290b08f5fe..ae35c37ee3e2 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 $ */ +/* patchlevel.h,v 1.2 1994/09/25 02:32:09 wollman Exp */ #define PATCHLEVEL 2 #define VERSION "2.1" diff --git a/usr.sbin/pppd/pathnames.h b/usr.sbin/pppd/pathnames.h index d8e91dcad676..edb47150eec1 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 $ + * pathnames.h,v 1.2 1994/09/25 02:32:10 wollman Exp */ #if defined(STREAMS) || defined(ultrix) diff --git a/usr.sbin/pppd/ppp.h b/usr.sbin/pppd/ppp.h index 3d8f870bf2f3..a5621b2f9cbe 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.1 1993/11/11 03:54:25 paulus Exp $ + * ppp.h,v 1.2 1994/09/25 02:32:11 wollman Exp */ #ifndef __PPP_H__ diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index 3395631d8f64..5f5a30ca77fb 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.7 1994/06/09 01:50:48 paulus Exp $ +.\" pppd.8,v 1.2 1994/09/25 02:32:12 wollman Exp .\" SH section heading .\" SS subsection heading .\" LP paragraph diff --git a/usr.sbin/pppd/pppd.h b/usr.sbin/pppd/pppd.h index e38687d7ac17..ba6801c73b79 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 1994/05/26 06:43:42 paulus Exp $ + * pppd.h,v 1.2 1994/09/25 02:32:13 wollman Exp */ /* diff --git a/usr.sbin/pppd/sys-bsd.c b/usr.sbin/pppd/sys-bsd.c index 65c0b7716faf..ab491f2c0ca2 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.7 1994/05/30 06:10:07 paulus Exp $"; +static char rcsid[] = "sys-bsd.c,v 1.2 1994/09/25 02:32:15 wollman Exp"; #endif /* diff --git a/usr.sbin/pppd/upap.c b/usr.sbin/pppd/upap.c index 61d22acbf286..b1d1094a430b 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.2 1994/04/11 07:13:44 paulus Exp $"; +static char rcsid[] = "upap.c,v 1.2 1994/09/25 02:32:16 wollman Exp"; #endif /* diff --git a/usr.sbin/pppd/upap.h b/usr.sbin/pppd/upap.h index 10c3414a0afa..6beb1354d5c4 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/04/11 07:13:44 paulus Exp $ + * upap.h,v 1.2 1994/09/25 02:32:18 wollman Exp */ /* |
