diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
commit | 2e61cbb7f50878e738849ea4384118c13733f09c (patch) | |
tree | e87cf98a8f654158f3ba922ed4d31607b79c4944 /sbin/atm | |
parent | 76b5366091f76c9bc73570149ef5055648fc2c39 (diff) |
Diffstat (limited to 'sbin/atm')
-rw-r--r-- | sbin/atm/Makefile | 2 | ||||
-rw-r--r-- | sbin/atm/Makefile.inc | 2 | ||||
-rw-r--r-- | sbin/atm/atm/Makefile | 2 | ||||
-rw-r--r-- | sbin/atm/atm/atm.8 | 2 | ||||
-rw-r--r-- | sbin/atm/atm/atm.c | 4 | ||||
-rw-r--r-- | sbin/atm/atm/atm.h | 2 | ||||
-rw-r--r-- | sbin/atm/atm/atm_eni.c | 4 | ||||
-rw-r--r-- | sbin/atm/atm/atm_fore200.c | 4 | ||||
-rw-r--r-- | sbin/atm/atm/atm_inet.c | 4 | ||||
-rw-r--r-- | sbin/atm/atm/atm_print.c | 4 | ||||
-rw-r--r-- | sbin/atm/atm/atm_set.c | 4 | ||||
-rw-r--r-- | sbin/atm/atm/atm_show.c | 4 | ||||
-rw-r--r-- | sbin/atm/atm/atm_subr.c | 4 | ||||
-rw-r--r-- | sbin/atm/fore_dnld/Makefile | 2 | ||||
-rw-r--r-- | sbin/atm/fore_dnld/fore_dnld.8 | 2 | ||||
-rw-r--r-- | sbin/atm/fore_dnld/fore_dnld.c | 4 | ||||
-rw-r--r-- | sbin/atm/ilmid/Makefile | 2 | ||||
-rw-r--r-- | sbin/atm/ilmid/ilmid.8 | 2 | ||||
-rw-r--r-- | sbin/atm/ilmid/ilmid.c | 4 |
19 files changed, 29 insertions, 29 deletions
diff --git a/sbin/atm/Makefile b/sbin/atm/Makefile index 481f21645509e..7bd2e0c93e48e 100644 --- a/sbin/atm/Makefile +++ b/sbin/atm/Makefile @@ -23,7 +23,7 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $Id: Makefile,v 1.5 1998/07/10 16:01:58 jpt Exp $ +# @(#) $Id: Makefile,v 1.1 1998/09/15 08:22:44 phk Exp $ # SUBDIR= atm \ diff --git a/sbin/atm/Makefile.inc b/sbin/atm/Makefile.inc index 2bf6722808e66..055f83bb5b321 100644 --- a/sbin/atm/Makefile.inc +++ b/sbin/atm/Makefile.inc @@ -23,7 +23,7 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $Id: Makefile.inc,v 1.5 1998/07/10 16:01:58 jpt Exp $ +# @(#) $Id: Makefile.inc,v 1.1 1998/09/15 08:22:44 phk Exp $ # # diff --git a/sbin/atm/atm/Makefile b/sbin/atm/atm/Makefile index 6d5667bb4c836..e6d0b22ef9c9a 100644 --- a/sbin/atm/atm/Makefile +++ b/sbin/atm/atm/Makefile @@ -23,7 +23,7 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $Id: Makefile,v 1.2 1998/09/15 19:16:25 phk Exp $ +# @(#) $Id: Makefile,v 1.3 1998/09/17 09:34:54 phk Exp $ # # diff --git a/sbin/atm/atm/atm.8 b/sbin/atm/atm/atm.8 index 51b39f9a5f019..af8bf267b46d9 100644 --- a/sbin/atm/atm/atm.8 +++ b/sbin/atm/atm/atm.8 @@ -22,7 +22,7 @@ .\" Copies of this Software may be made, however, the above copyright .\" notice must be reproduced on all copies. .\" -.\" @(#) $Id: atm.1,v 1.4 1998/08/26 21:38:28 johnc Exp $ +.\" @(#) $Id: atm.8,v 1.1 1998/09/15 08:22:45 phk Exp $ .\" .\" .de EX \"Begin example diff --git a/sbin/atm/atm/atm.c b/sbin/atm/atm/atm.c index a668b740e5527..ff65e33684aa7 100644 --- a/sbin/atm/atm/atm.c +++ b/sbin/atm/atm/atm.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm.c,v 1.17 1998/08/06 16:57:47 johnc Exp $ + * @(#) $Id: atm.c,v 1.1 1998/09/15 08:22:45 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm.c,v 1.17 1998/08/06 16:57:47 johnc Exp $"; +static char *RCSid = "@(#) $Id: atm.c,v 1.1 1998/09/15 08:22:45 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/atm/atm.h b/sbin/atm/atm/atm.h index efb8d1eaa069c..5b04fb46c8307 100644 --- a/sbin/atm/atm/atm.h +++ b/sbin/atm/atm/atm.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm.h,v 1.9 1998/07/09 21:23:53 johnc Exp $ + * @(#) $Id: atm.h,v 1.1 1998/09/15 08:22:45 phk Exp $ * */ diff --git a/sbin/atm/atm/atm_eni.c b/sbin/atm/atm/atm_eni.c index 272e48f595277..67d8f1b31ceec 100644 --- a/sbin/atm/atm/atm_eni.c +++ b/sbin/atm/atm/atm_eni.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_eni.c,v 1.8 1998/08/26 23:29:31 mks Exp $ + * @(#) $Id: atm_eni.c,v 1.1 1998/09/15 08:22:45 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_eni.c,v 1.8 1998/08/26 23:29:31 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_eni.c,v 1.1 1998/09/15 08:22:45 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/atm/atm_fore200.c b/sbin/atm/atm/atm_fore200.c index 9dd64b4c86c02..a179cbbc49a80 100644 --- a/sbin/atm/atm/atm_fore200.c +++ b/sbin/atm/atm/atm_fore200.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_fore200.c,v 1.10 1998/08/26 23:29:31 mks Exp $ + * @(#) $Id: atm_fore200.c,v 1.1 1998/09/15 08:22:45 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_fore200.c,v 1.10 1998/08/26 23:29:31 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_fore200.c,v 1.1 1998/09/15 08:22:45 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/atm/atm_inet.c b/sbin/atm/atm/atm_inet.c index 91b62dc4d3345..d3bd41c52bbf6 100644 --- a/sbin/atm/atm/atm_inet.c +++ b/sbin/atm/atm/atm_inet.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_inet.c,v 1.9 1998/08/26 23:29:31 mks Exp $ + * @(#) $Id: atm_inet.c,v 1.1 1998/09/15 08:22:45 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_inet.c,v 1.9 1998/08/26 23:29:31 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_inet.c,v 1.1 1998/09/15 08:22:45 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/atm/atm_print.c b/sbin/atm/atm/atm_print.c index 93aaef8248624..a88e3dea65d2e 100644 --- a/sbin/atm/atm/atm_print.c +++ b/sbin/atm/atm/atm_print.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_print.c,v 1.12 1998/07/30 22:38:56 mks Exp $ + * @(#) $Id: atm_print.c,v 1.1 1998/09/15 08:22:45 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_print.c,v 1.12 1998/07/30 22:38:56 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_print.c,v 1.1 1998/09/15 08:22:45 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/atm/atm_set.c b/sbin/atm/atm/atm_set.c index 199c37f153f6f..1aca4f5434836 100644 --- a/sbin/atm/atm/atm_set.c +++ b/sbin/atm/atm/atm_set.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_set.c,v 1.12 1998/08/26 23:29:32 mks Exp $ + * @(#) $Id: atm_set.c,v 1.1 1998/09/15 08:22:45 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_set.c,v 1.12 1998/08/26 23:29:32 mks Exp $"; +static char *RCSid = "@(#) $Id: atm_set.c,v 1.1 1998/09/15 08:22:45 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/atm/atm_show.c b/sbin/atm/atm/atm_show.c index 8c32dfc96be8d..97bdbb269fb15 100644 --- a/sbin/atm/atm/atm_show.c +++ b/sbin/atm/atm/atm_show.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_show.c,v 1.12 1998/07/24 16:20:34 johnc Exp $ + * @(#) $Id: atm_show.c,v 1.1 1998/09/15 08:22:46 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_show.c,v 1.12 1998/07/24 16:20:34 johnc Exp $"; +static char *RCSid = "@(#) $Id: atm_show.c,v 1.1 1998/09/15 08:22:46 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/atm/atm_subr.c b/sbin/atm/atm/atm_subr.c index 45711739ceb4f..1a85d7455dfa4 100644 --- a/sbin/atm/atm/atm_subr.c +++ b/sbin/atm/atm/atm_subr.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: atm_subr.c,v 1.11 1998/07/09 22:24:03 johnc Exp $ + * @(#) $Id: atm_subr.c,v 1.1 1998/09/15 08:22:46 phk Exp $ * */ @@ -36,7 +36,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: atm_subr.c,v 1.11 1998/07/09 22:24:03 johnc Exp $"; +static char *RCSid = "@(#) $Id: atm_subr.c,v 1.1 1998/09/15 08:22:46 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/fore_dnld/Makefile b/sbin/atm/fore_dnld/Makefile index fef11f302c0ba..b7da5236d49ab 100644 --- a/sbin/atm/fore_dnld/Makefile +++ b/sbin/atm/fore_dnld/Makefile @@ -23,7 +23,7 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $Id: Makefile,v 1.2 1998/09/15 19:16:32 phk Exp $ +# @(#) $Id: Makefile,v 1.3 1998/09/17 09:34:56 phk Exp $ # # diff --git a/sbin/atm/fore_dnld/fore_dnld.8 b/sbin/atm/fore_dnld/fore_dnld.8 index 770f85dec1336..8b39610fe225c 100644 --- a/sbin/atm/fore_dnld/fore_dnld.8 +++ b/sbin/atm/fore_dnld/fore_dnld.8 @@ -22,7 +22,7 @@ .\" Copies of this Software may be made, however, the above copyright .\" notice must be reproduced on all copies. .\" -.\" @(#) $Id: fore_dnld.1,v 1.4 1997/05/09 17:29:37 mks Exp $ +.\" @(#) $Id: fore_dnld.8,v 1.1 1998/09/15 08:22:46 phk Exp $ .\" .\" .de EX \"Begin example diff --git a/sbin/atm/fore_dnld/fore_dnld.c b/sbin/atm/fore_dnld/fore_dnld.c index 6ecafa5d49b90..537919f54311f 100644 --- a/sbin/atm/fore_dnld/fore_dnld.c +++ b/sbin/atm/fore_dnld/fore_dnld.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: fore_dnld.c,v 1.15 1998/08/26 23:29:32 mks Exp $ + * @(#) $Id: fore_dnld.c,v 1.1 1998/09/15 08:22:47 phk Exp $ * */ @@ -37,7 +37,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: fore_dnld.c,v 1.15 1998/08/26 23:29:32 mks Exp $"; +static char *RCSid = "@(#) $Id: fore_dnld.c,v 1.1 1998/09/15 08:22:47 phk Exp $"; #endif #include <sys/types.h> diff --git a/sbin/atm/ilmid/Makefile b/sbin/atm/ilmid/Makefile index 60828552e3331..6dcff449dbb58 100644 --- a/sbin/atm/ilmid/Makefile +++ b/sbin/atm/ilmid/Makefile @@ -23,7 +23,7 @@ # Copies of this Software may be made, however, the above copyright # notice must be reproduced on all copies. # -# @(#) $Id: Makefile,v 1.2 1998/09/15 19:16:32 phk Exp $ +# @(#) $Id: Makefile,v 1.3 1998/09/17 09:34:57 phk Exp $ # # diff --git a/sbin/atm/ilmid/ilmid.8 b/sbin/atm/ilmid/ilmid.8 index e837adbba1a36..2df46b58d8f49 100644 --- a/sbin/atm/ilmid/ilmid.8 +++ b/sbin/atm/ilmid/ilmid.8 @@ -22,7 +22,7 @@ .\" Copies of this Software may be made, however, the above copyright .\" notice must be reproduced on all copies. .\" -.\" @(#) $Id:$ +.\" @(#) $Id: ilmid.8,v 1.1 1998/09/15 08:22:47 phk Exp $ .\" .\" .de EX \"Begin example diff --git a/sbin/atm/ilmid/ilmid.c b/sbin/atm/ilmid/ilmid.c index e515a1088f995..32ba6c7ecda11 100644 --- a/sbin/atm/ilmid/ilmid.c +++ b/sbin/atm/ilmid/ilmid.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: ilmid.c,v 1.9 1998/08/13 20:15:28 jpt Exp $ + * @(#) $Id: ilmid.c,v 1.1 1998/09/15 08:22:47 phk Exp $ * */ @@ -46,7 +46,7 @@ */ #ifndef lint -static char *RCSid = "@(#) $Id: ilmid.c,v 1.9 1998/08/13 20:15:28 jpt Exp $"; +static char *RCSid = "@(#) $Id: ilmid.c,v 1.1 1998/09/15 08:22:47 phk Exp $"; #endif #include <sys/types.h> |