diff options
| author | thorpej <thorpej@NetBSD.org> | 1996-07-31 20:33:02 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 1996-07-31 20:33:02 +0000 |
| commit | 3ff0b1a74c5327536e4d2cdc092bb573bbb65238 (patch) | |
| tree | a6d05b6058bddaf799aa55cb3fa3885007e6d4a7 /libexec | |
| parent | 318585cf7f26674f3ebc3d6f768d2257e5a57cc4 (diff) | |
RCS id police.
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/getty/Makefile | 2 | ||||
| -rw-r--r-- | libexec/getty/extern.h | 3 | ||||
| -rw-r--r-- | libexec/getty/getty.8 | 3 | ||||
| -rw-r--r-- | libexec/getty/gettytab.5 | 3 | ||||
| -rw-r--r-- | libexec/getty/gettytab.h | 3 | ||||
| -rw-r--r-- | libexec/getty/init.c | 9 | ||||
| -rw-r--r-- | libexec/getty/main.c | 9 | ||||
| -rw-r--r-- | libexec/getty/pathnames.h | 3 | ||||
| -rw-r--r-- | libexec/getty/subr.c | 9 | ||||
| -rw-r--r-- | libexec/getty/ttys.5 | 3 |
10 files changed, 34 insertions, 13 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile index a201e6252a6..0b74ac85d1c 100644 --- a/libexec/getty/Makefile +++ b/libexec/getty/Makefile @@ -1,5 +1,5 @@ +# $NetBSD: Makefile,v 1.8 1996/07/31 20:40:24 thorpej Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.7 1994/12/22 10:27:06 cgd Exp $ PROG= getty SRCS= main.c init.c subr.c diff --git a/libexec/getty/extern.h b/libexec/getty/extern.h index 5402c4a3f15..787bd30fa15 100644 --- a/libexec/getty/extern.h +++ b/libexec/getty/extern.h @@ -1,3 +1,5 @@ +/* $NetBSD: extern.h,v 1.4 1996/07/31 20:40:26 thorpej Exp $ */ + /* * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. @@ -31,7 +33,6 @@ * SUCH DAMAGE. * * from: @(#)extern.h 8.1 (Berkeley) 6/4/93 - * $Id: extern.h,v 1.3 1996/05/15 23:46:50 jtc Exp $ */ struct delayval; diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index 1b00ae5a05e..22d91c098fe 100644 --- a/libexec/getty/getty.8 +++ b/libexec/getty/getty.8 @@ -1,3 +1,5 @@ +.\" $NetBSD: getty.8,v 1.4 1996/07/31 20:40:27 thorpej Exp $ +.\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -30,7 +32,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)getty.8 8.1 (Berkeley) 6/4/93 -.\" $Id: getty.8,v 1.3 1994/08/17 20:10:30 pk Exp $ .\" .Dd June 4, 1993 .Dt GETTY 8 diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index 2c2589911dc..88eddb5e8a8 100644 --- a/libexec/getty/gettytab.5 +++ b/libexec/getty/gettytab.5 @@ -1,3 +1,5 @@ +.\" $NetBSD: gettytab.5,v 1.13 1996/07/31 20:40:29 thorpej Exp $ +.\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -30,7 +32,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94 -.\" $Id: gettytab.5,v 1.12 1994/09/24 00:56:05 mycroft Exp $ .\" .Dd April 19, 1994 .Dt GETTYTAB 5 diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h index a712e43909b..9a189434832 100644 --- a/libexec/getty/gettytab.h +++ b/libexec/getty/gettytab.h @@ -1,3 +1,5 @@ +/* $NetBSD: gettytab.h,v 1.8 1996/07/31 20:40:31 thorpej Exp $ */ + /* * Copyright (c) 1983, 1993, 1994 * The Regents of the University of California. All rights reserved. @@ -31,7 +33,6 @@ * SUCH DAMAGE. * * from: @(#)gettytab.h 8.2 (Berkeley) 3/30/94 - * $Id: gettytab.h,v 1.7 1994/08/17 20:10:34 pk Exp $ */ /* diff --git a/libexec/getty/init.c b/libexec/getty/init.c index f3e78c00e1f..4f98482faa1 100644 --- a/libexec/getty/init.c +++ b/libexec/getty/init.c @@ -1,3 +1,5 @@ +/* $NetBSD: init.c,v 1.7 1996/07/31 20:40:32 thorpej Exp $ */ + /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -32,8 +34,11 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$Id: init.c,v 1.6 1994/08/17 20:10:35 pk Exp $"; +#if 0 +static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 6/4/93"; +#else +static char rcsid[] = "$NetBSD: init.c,v 1.7 1996/07/31 20:40:32 thorpej Exp $"; +#endif #endif /* not lint */ /* diff --git a/libexec/getty/main.c b/libexec/getty/main.c index 83c554ac266..d60e59785e3 100644 --- a/libexec/getty/main.c +++ b/libexec/getty/main.c @@ -1,3 +1,5 @@ +/* $NetBSD: main.c,v 1.18 1996/07/31 20:40:34 thorpej Exp $ */ + /*- * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. @@ -38,8 +40,11 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -/*static char sccsid[] = "from: @(#)main.c 8.1 (Berkeley) 6/20/93";*/ -static char rcsid[] = "$Id: main.c,v 1.17 1996/05/15 23:46:52 jtc Exp $"; +#if 0 +static char sccsid[] = "from: @(#)main.c 8.1 (Berkeley) 6/20/93"; +#else +static char rcsid[] = "$NetBSD: main.c,v 1.18 1996/07/31 20:40:34 thorpej Exp $"; +#endif #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/getty/pathnames.h b/libexec/getty/pathnames.h index 5cfe73dfa6f..206eef44cf8 100644 --- a/libexec/getty/pathnames.h +++ b/libexec/getty/pathnames.h @@ -1,3 +1,5 @@ +/* $NetBSD: pathnames.h,v 1.4 1996/07/31 20:40:35 thorpej Exp $ */ + /* * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. @@ -31,7 +33,6 @@ * SUCH DAMAGE. * * from: @(#)pathnames.h 8.1 (Berkeley) 6/4/93 - * $Id: pathnames.h,v 1.3 1994/08/17 20:10:39 pk Exp $ */ #include <paths.h> diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index 8c55e37dc4f..68b00827fd1 100644 --- a/libexec/getty/subr.c +++ b/libexec/getty/subr.c @@ -1,3 +1,5 @@ +/* $NetBSD: subr.c,v 1.19 1996/07/31 20:40:36 thorpej Exp $ */ + /* * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. @@ -32,8 +34,11 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)subr.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$Id: subr.c,v 1.18 1995/10/05 08:51:31 mycroft Exp $"; +#if 0 +static char sccsid[] = "from: @(#)subr.c 8.1 (Berkeley) 6/4/93"; +#else +static char rcsid[] = "$NetBSD: subr.c,v 1.19 1996/07/31 20:40:36 thorpej Exp $"; +#endif #endif /* not lint */ /* diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5 index 59287821c82..29e344f3f9a 100644 --- a/libexec/getty/ttys.5 +++ b/libexec/getty/ttys.5 @@ -1,3 +1,5 @@ +.\" $NetBSD: ttys.5,v 1.7 1996/07/31 20:40:40 thorpej Exp $ +.\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -30,7 +32,6 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93 -.\" $Id: ttys.5,v 1.6 1994/08/17 20:10:41 pk Exp $ .\" .Dd June 4, 1993 .Dt TTYS 5 |
