diff options
Diffstat (limited to 'libexec/getty')
-rw-r--r-- | libexec/getty/Makefile | 2 | ||||
-rw-r--r-- | libexec/getty/extern.h | 2 | ||||
-rw-r--r-- | libexec/getty/getty.8 | 2 | ||||
-rw-r--r-- | libexec/getty/gettytab.5 | 2 | ||||
-rw-r--r-- | libexec/getty/gettytab.h | 2 | ||||
-rw-r--r-- | libexec/getty/init.c | 2 | ||||
-rw-r--r-- | libexec/getty/main.c | 2 | ||||
-rw-r--r-- | libexec/getty/pathnames.h | 2 | ||||
-rw-r--r-- | libexec/getty/subr.c | 2 | ||||
-rw-r--r-- | libexec/getty/ttys.5 | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile index 96f7f7ed17b52..189e850ad7f47 100644 --- a/libexec/getty/Makefile +++ b/libexec/getty/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id: Makefile,v 1.1.1.2 1996/04/13 15:33:02 joerg Exp $ +# $Id: Makefile,v 1.5 1996/05/05 19:01:06 joerg Exp $ PROG= getty SRCS= main.c init.c subr.c diff --git a/libexec/getty/extern.h b/libexec/getty/extern.h index bcffdae3d04dc..74af6ea8b07c3 100644 --- a/libexec/getty/extern.h +++ b/libexec/getty/extern.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)extern.h 8.1 (Berkeley) 6/4/93 - * $Id: extern.h,v 1.1.1.4 1996/04/13 15:33:04 joerg Exp $ + * $Id: extern.h,v 1.2 1996/05/05 19:01:07 joerg Exp $ */ struct delayval; diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index bc0e05082fe97..cdcb8e619523a 100644 --- a/libexec/getty/getty.8 +++ b/libexec/getty/getty.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)getty.8 8.1 (Berkeley) 6/4/93 -.\" $Id: getty.8,v 1.1.1.2 1996/04/13 15:33:06 joerg Exp $ +.\" $Id: getty.8,v 1.4 1996/05/05 19:01:07 joerg Exp $ .\" " .Dd June 4, 1993 .Dt GETTY 8 diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index 87f283242c5ae..1f90658f759c2 100644 --- a/libexec/getty/gettytab.5 +++ b/libexec/getty/gettytab.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94 -.\" $Id: gettytab.5,v 1.7.2.2 1996/12/22 23:05:11 mpp Exp $ +.\" $Id: gettytab.5,v 1.7.2.3 1996/12/31 05:50:26 msmith Exp $ .\" " .Dd April 19, 1994 .Dt GETTYTAB 5 diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h index 92ec3d2d2a2a2..0bfeb2671cb4a 100644 --- a/libexec/getty/gettytab.h +++ b/libexec/getty/gettytab.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)gettytab.h 8.2 (Berkeley) 3/30/94 - * $Id: gettytab.h,v 1.3.2.1 1996/11/16 21:07:00 phk Exp $ + * $Id: gettytab.h,v 1.3.2.2 1996/12/31 05:50:27 msmith Exp $ */ /* diff --git a/libexec/getty/init.c b/libexec/getty/init.c index 0390f293a1a0f..c60fe1e7a8401 100644 --- a/libexec/getty/init.c +++ b/libexec/getty/init.c @@ -33,7 +33,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$Id: init.c,v 1.3.2.1 1996/11/16 21:07:02 phk Exp $"; +static char rcsid[] = "$Id: init.c,v 1.3.2.2 1996/12/31 05:50:28 msmith Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/main.c b/libexec/getty/main.c index 0c52e28f847f7..4dea38a9966a7 100644 --- a/libexec/getty/main.c +++ b/libexec/getty/main.c @@ -39,7 +39,7 @@ static char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)main.c 8.1 (Berkeley) 6/20/93";*/ -static char rcsid[] = "$Id: main.c,v 1.10.2.1 1996/11/16 21:07:03 phk Exp $"; +static char rcsid[] = "$Id: main.c,v 1.10.2.2 1996/12/31 05:50:28 msmith Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/getty/pathnames.h b/libexec/getty/pathnames.h index c3a0711f4b36f..27dbb3cb5f30a 100644 --- a/libexec/getty/pathnames.h +++ b/libexec/getty/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)pathnames.h 8.1 (Berkeley) 6/4/93 - * $Id: pathnames.h,v 1.1.1.2 1996/04/13 15:33:13 joerg Exp $ + * $Id: pathnames.h,v 1.4 1996/05/05 19:01:11 joerg Exp $ */ #include <paths.h> diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index 171860552c711..5b27a53853692 100644 --- a/libexec/getty/subr.c +++ b/libexec/getty/subr.c @@ -33,7 +33,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)subr.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$Id: subr.c,v 1.1.1.2 1996/04/13 15:33:14 joerg Exp $"; +static char rcsid[] = "$Id: subr.c,v 1.6 1996/05/05 19:01:11 joerg Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5 index 7b655265da3fb..f712b8462135d 100644 --- a/libexec/getty/ttys.5 +++ b/libexec/getty/ttys.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93 -.\" $Id: ttys.5,v 1.1.1.2 1996/04/13 15:33:16 joerg Exp $ +.\" $Id: ttys.5,v 1.3 1996/05/05 19:01:13 joerg Exp $ .\" " .Dd June 4, 1993 .Dt TTYS 5 |