diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
| commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
| tree | f979656ed109e888baec4c361944b615bc0f7d2c /libexec/getty | |
| parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) | |
Diffstat (limited to 'libexec/getty')
| -rw-r--r-- | libexec/getty/Makefile | 2 | ||||
| -rw-r--r-- | libexec/getty/chat.c | 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 |
11 files changed, 11 insertions, 11 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile index f51fe2418fec..5faad82f0a88 100644 --- a/libexec/getty/Makefile +++ b/libexec/getty/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile,v 1.8 1997/02/22 14:21:36 peter Exp $ PROG= getty SRCS= main.c init.c subr.c chat.c diff --git a/libexec/getty/chat.c b/libexec/getty/chat.c index af509f0582b5..d9b91b390a20 100644 --- a/libexec/getty/chat.c +++ b/libexec/getty/chat.c @@ -25,7 +25,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: chat.c,v 1.5 1997/11/21 07:43:40 charnier Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/getty/extern.h b/libexec/getty/extern.h index bd84a130845e..ab7bee06cc27 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$ + * $Id: extern.h,v 1.5 1997/02/22 14:21:37 peter Exp $ */ struct delayval; diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index 5492a9166b2e..c9910fc2f26c 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.8 1997/08/17 16:36:41 steve Exp $ +.\" $Id: getty.8,v 1.9 1997/11/21 07:43:42 charnier Exp $ .\" " .Dd June 4, 1993 .Dt GETTY 8 diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index eb6973fe6c2c..00478f021669 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.19 1999/04/04 04:36:49 peter Exp $ +.\" $Id: gettytab.5,v 1.18.2.2 1999/05/02 09:35:33 brian Exp $ .\" " .Dd April 19, 1994 .Dt GETTYTAB 5 diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h index 1effa1c77882..11a0e7c28ce4 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.9 1999/04/04 04:36:50 peter Exp $ + * $Id: gettytab.h,v 1.8.2.2 1999/05/02 09:35:35 brian Exp $ */ /* diff --git a/libexec/getty/init.c b/libexec/getty/init.c index 618d3c4f41b3..c0c60452e88f 100644 --- a/libexec/getty/init.c +++ b/libexec/getty/init.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)from: init.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: init.c,v 1.10 1999/04/04 04:36:50 peter Exp $"; + "$Id: init.c,v 1.9.2.2 1999/05/02 09:35:37 brian Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/main.c b/libexec/getty/main.c index 8c0694f577d4..e5ed7e208e48 100644 --- a/libexec/getty/main.c +++ b/libexec/getty/main.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)from: main.c 8.1 (Berkeley) 6/20/93"; #endif static const char rcsid[] = - "$Id: main.c,v 1.26 1999/04/07 08:27:40 brian Exp $"; + "$Id: main.c,v 1.23.2.3 1999/05/02 09:35:39 brian Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/getty/pathnames.h b/libexec/getty/pathnames.h index fd397dd60a8b..cb2603223b9a 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$ + * $Id: pathnames.h,v 1.6 1997/02/22 14:21:39 peter Exp $ */ #include <paths.h> diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index c5246b78a516..15978a138ad9 100644 --- a/libexec/getty/subr.c +++ b/libexec/getty/subr.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)from: subr.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: subr.c,v 1.13 1997/11/21 07:43:52 charnier Exp $"; + "$Id: subr.c,v 1.14 1998/07/22 05:57:22 phk Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5 index 11233704a24f..aa72b192a824 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.8 1997/06/02 21:03:20 davidn Exp $ +.\" $Id: ttys.5,v 1.9 1997/11/21 07:43:53 charnier Exp $ .\" " .Dd November 17, 1996 .Dt TTYS 5 |
