diff options
Diffstat (limited to 'usr.sbin/pppd')
-rw-r--r-- | usr.sbin/pppd/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/pppd/auth.c | 2 | ||||
-rw-r--r-- | usr.sbin/pppd/cbcp.c | 2 | ||||
-rw-r--r-- | usr.sbin/pppd/ccp.c | 2 | ||||
-rw-r--r-- | usr.sbin/pppd/ccp.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/chap_ms.c | 2 | ||||
-rw-r--r-- | usr.sbin/pppd/chap_ms.h | 2 | ||||
-rw-r--r-- | usr.sbin/pppd/demand.c | 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/ipxcp.c | 2 | ||||
-rw-r--r-- | usr.sbin/pppd/ipxcp.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/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/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 |
29 files changed, 29 insertions, 29 deletions
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile index 323cc0dc45adc..606aec9373c4c 100644 --- a/usr.sbin/pppd/Makefile +++ b/usr.sbin/pppd/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1998/09/19 22:42:11 obrien Exp $ +# $Id: Makefile,v 1.12 1998/10/11 19:40:38 jdp Exp $ CFLAGS+= -DHAVE_PATHS_H diff --git a/usr.sbin/pppd/auth.c b/usr.sbin/pppd/auth.c index 880a65dadc92f..94395f5a8de05 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.22 1998/03/22 05:32:43 peter Exp $"; +static char rcsid[] = "$Id: auth.c,v 1.23 1998/06/20 18:02:08 peter Exp $"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/cbcp.c b/usr.sbin/pppd/cbcp.c index db939baa63178..84ad0256ece4c 100644 --- a/usr.sbin/pppd/cbcp.c +++ b/usr.sbin/pppd/cbcp.c @@ -19,7 +19,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$Id: cbcp.c,v 1.3 1997/08/19 17:52:31 peter Exp $"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/ccp.c b/usr.sbin/pppd/ccp.c index 2f4f05f15ac47..e7f53ffd8f938 100644 --- a/usr.sbin/pppd/ccp.c +++ b/usr.sbin/pppd/ccp.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: ccp.c,v 1.8 1998/03/22 06:57:18 peter Exp $"; +static char rcsid[] = "$Id: ccp.c,v 1.9 1998/06/20 18:02:09 peter Exp $"; #endif #include <string.h> diff --git a/usr.sbin/pppd/ccp.h b/usr.sbin/pppd/ccp.h index c196edf2c09df..9075ed18da546 100644 --- a/usr.sbin/pppd/ccp.h +++ b/usr.sbin/pppd/ccp.h @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: ccp.h,v 1.6 1998/03/22 06:57:19 peter Exp $ + * $Id: ccp.h,v 1.7 1998/06/20 18:02:09 peter Exp $ */ typedef struct ccp_options { diff --git a/usr.sbin/pppd/chap.c b/usr.sbin/pppd/chap.c index c7ed4619f3235..3929c1658936c 100644 --- a/usr.sbin/pppd/chap.c +++ b/usr.sbin/pppd/chap.c @@ -34,7 +34,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: chap.c,v 1.8 1997/08/19 17:52:34 peter Exp $"; +static char rcsid[] = "$Id: chap.c,v 1.9 1998/03/22 05:32:46 peter Exp $"; #endif /* diff --git a/usr.sbin/pppd/chap.h b/usr.sbin/pppd/chap.h index 6e2cc45e897db..37e0a89817aae 100644 --- a/usr.sbin/pppd/chap.h +++ b/usr.sbin/pppd/chap.h @@ -30,7 +30,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: chap.h,v 1.6 1997/08/19 17:52:34 peter Exp $ */ #ifndef __CHAP_INCLUDE__ diff --git a/usr.sbin/pppd/chap_ms.c b/usr.sbin/pppd/chap_ms.c index 3b2ed896bf708..a90fbcf50d763 100644 --- a/usr.sbin/pppd/chap_ms.c +++ b/usr.sbin/pppd/chap_ms.c @@ -32,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: chap_ms.c,v 1.5 1998/06/20 18:02:09 peter Exp $"; +static char rcsid[] = "$Id: chap_ms.c,v 1.6 1998/10/11 19:40:38 jdp Exp $"; #endif #ifdef CHAPMS diff --git a/usr.sbin/pppd/chap_ms.h b/usr.sbin/pppd/chap_ms.h index 2fa7c93dc3041..be0289a477d68 100644 --- a/usr.sbin/pppd/chap_ms.h +++ b/usr.sbin/pppd/chap_ms.h @@ -19,7 +19,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: chap_ms.h,v 1.3 1997/08/19 17:52:35 peter Exp $ + * $Id: chap_ms.h,v 1.4 1998/03/22 05:32:49 peter Exp $ */ #ifndef __CHAPMS_INCLUDE__ diff --git a/usr.sbin/pppd/demand.c b/usr.sbin/pppd/demand.c index af1a8bbc46c03..e07453644935d 100644 --- a/usr.sbin/pppd/demand.c +++ b/usr.sbin/pppd/demand.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: demand.c,v 1.3 1997/08/19 17:52:36 peter Exp $"; +static char rcsid[] = "$Id: demand.c,v 1.4 1998/03/22 05:32:51 peter Exp $"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/fsm.c b/usr.sbin/pppd/fsm.c index 624799fd2c5cb..5a0076ff2bc61 100644 --- a/usr.sbin/pppd/fsm.c +++ b/usr.sbin/pppd/fsm.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$Id: fsm.c,v 1.7 1997/08/19 17:52:37 peter Exp $"; #endif /* diff --git a/usr.sbin/pppd/fsm.h b/usr.sbin/pppd/fsm.h index f289429fdc1a3..99d4930f43829 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$ + * $Id: fsm.h,v 1.6 1997/08/19 17:52:37 peter Exp $ */ /* diff --git a/usr.sbin/pppd/ipcp.c b/usr.sbin/pppd/ipcp.c index 2ce87a5754b49..e0653a6606b5e 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.10 1997/08/22 12:03:54 peter Exp $"; +static char rcsid[] = "$Id: ipcp.c,v 1.11 1998/06/20 18:02:10 peter Exp $"; #endif /* diff --git a/usr.sbin/pppd/ipcp.h b/usr.sbin/pppd/ipcp.h index 165a5a1899aa3..3e7a519d3f9ca 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.8 1997/08/19 17:52:38 peter Exp $ + * $Id: ipcp.h,v 1.9 1998/06/20 18:02:11 peter Exp $ */ /* diff --git a/usr.sbin/pppd/ipxcp.c b/usr.sbin/pppd/ipxcp.c index ea0e2c01c07d8..0d88907aba231 100644 --- a/usr.sbin/pppd/ipxcp.c +++ b/usr.sbin/pppd/ipxcp.c @@ -19,7 +19,7 @@ #ifdef IPX_CHANGE #ifndef lint -static char rcsid[] = "$Id: ipxcp.c,v 1.3 1997/08/19 17:52:39 peter Exp $"; +static char rcsid[] = "$Id: ipxcp.c,v 1.4 1998/06/20 18:02:11 peter Exp $"; #endif /* diff --git a/usr.sbin/pppd/ipxcp.h b/usr.sbin/pppd/ipxcp.h index 139a7260b3009..4a664c26669e8 100644 --- a/usr.sbin/pppd/ipxcp.h +++ b/usr.sbin/pppd/ipxcp.h @@ -16,7 +16,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id$ + * $Id: ipxcp.h,v 1.3 1997/08/19 17:52:39 peter Exp $ */ /* diff --git a/usr.sbin/pppd/lcp.c b/usr.sbin/pppd/lcp.c index f4920bab1d041..c41e046af82fd 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.7 1997/08/19 17:52:40 peter Exp $"; +static char rcsid[] = "$Id: lcp.c,v 1.8 1998/03/22 05:32:53 peter Exp $"; #endif /* diff --git a/usr.sbin/pppd/lcp.h b/usr.sbin/pppd/lcp.h index 42260f3a63f38..86e5c7820628c 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$ + * $Id: lcp.h,v 1.6 1997/08/19 17:52:41 peter Exp $ */ /* diff --git a/usr.sbin/pppd/magic.c b/usr.sbin/pppd/magic.c index 7ff35adec7f75..640b82d56f26e 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.6 1997/08/19 17:52:42 peter Exp $"; +static char rcsid[] = "$Id: magic.c,v 1.7 1998/06/20 18:02:12 peter Exp $"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/magic.h b/usr.sbin/pppd/magic.h index 1344626a387d4..26bf74c632c23 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$ + * $Id: magic.h,v 1.6 1997/08/19 17:52:42 peter Exp $ */ void magic_init __P((void)); /* Initialize the magic number generator */ diff --git a/usr.sbin/pppd/main.c b/usr.sbin/pppd/main.c index 313b2ab281848..1aa46ed03f192 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.16 1998/03/22 05:33:00 peter Exp $"; +static char rcsid[] = "$Id: main.c,v 1.17 1998/06/20 18:02:12 peter Exp $"; #endif #include <stdio.h> diff --git a/usr.sbin/pppd/options.c b/usr.sbin/pppd/options.c index 8d24c352ef86a..1fa5e543f3323 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.18 1998/03/22 06:57:20 peter Exp $"; +static char rcsid[] = "$Id: options.c,v 1.19 1998/06/20 18:02:13 peter Exp $"; #endif #include <ctype.h> diff --git a/usr.sbin/pppd/patchlevel.h b/usr.sbin/pppd/patchlevel.h index 05252809b22d3..8061d05a2dbc7 100644 --- a/usr.sbin/pppd/patchlevel.h +++ b/usr.sbin/pppd/patchlevel.h @@ -1,4 +1,4 @@ -/* $Id: patchlevel.h,v 1.8 1998/03/22 05:33:05 peter Exp $ */ +/* $Id: patchlevel.h,v 1.9 1998/06/20 18:02:14 peter Exp $ */ #define PATCHLEVEL 5 #define VERSION "2.3" diff --git a/usr.sbin/pppd/pathnames.h b/usr.sbin/pppd/pathnames.h index 896fed68cb071..1fe4bfe9b07d2 100644 --- a/usr.sbin/pppd/pathnames.h +++ b/usr.sbin/pppd/pathnames.h @@ -1,7 +1,7 @@ /* * define path names * - * $Id$ + * $Id: pathnames.h,v 1.8 1997/08/19 17:52:45 peter Exp $ */ #ifdef HAVE_PATHS_H diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8 index e13f01c53c1a6..aa07b9c035be3 100644 --- a/usr.sbin/pppd/pppd.8 +++ b/usr.sbin/pppd/pppd.8 @@ -1,5 +1,5 @@ .\" manual page [] for pppd 2.3 -.\" $Id: pppd.8,v 1.17 1997/10/18 01:29:18 peter Exp $ +.\" $Id: pppd.8,v 1.18 1998/06/20 18:02:14 peter Exp $ .\" SH section heading .\" SS subsection heading .\" LP paragraph diff --git a/usr.sbin/pppd/pppd.h b/usr.sbin/pppd/pppd.h index ce3a7577cf70e..37a8af4192948 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.11 1997/10/10 09:28:38 peter Exp $ + * $Id: pppd.h,v 1.12 1998/06/20 18:02:15 peter Exp $ */ /* diff --git a/usr.sbin/pppd/sys-bsd.c b/usr.sbin/pppd/sys-bsd.c index 41ff44468166e..e2bc59fb0ee5a 100644 --- a/usr.sbin/pppd/sys-bsd.c +++ b/usr.sbin/pppd/sys-bsd.c @@ -21,7 +21,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-bsd.c,v 1.14 1998/06/20 18:02:16 peter Exp $"; +static char rcsid[] = "$Id: sys-bsd.c,v 1.15 1998/06/21 04:47:21 peter Exp $"; #endif /* $NetBSD: sys-bsd.c,v 1.1.1.3 1997/09/26 18:53:04 christos Exp $ */ diff --git a/usr.sbin/pppd/upap.c b/usr.sbin/pppd/upap.c index 469c5cb30ef68..6f749933e4586 100644 --- a/usr.sbin/pppd/upap.c +++ b/usr.sbin/pppd/upap.c @@ -18,7 +18,7 @@ */ #ifndef lint -static char rcsid[] = "$Id$"; +static char rcsid[] = "$Id: upap.c,v 1.7 1997/08/19 17:52:47 peter Exp $"; #endif /* diff --git a/usr.sbin/pppd/upap.h b/usr.sbin/pppd/upap.h index 510efa3151bc7..c8242229196af 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$ + * $Id: upap.h,v 1.6 1997/08/19 17:52:48 peter Exp $ */ /* |