diff options
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 f51fe2418fec4..5faad82f0a885 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 af509f0582b5d..d9b91b390a20e 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 bd84a130845e8..ab7bee06cc27a 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 5492a9166b2ec..c9910fc2f26cc 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 ca95f6bc705cc..fab1dbf12c0b3 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.17 1998/05/04 02:37:24 steve Exp $ +.\" $Id: gettytab.5,v 1.18 1998/06/10 12:34:25 phk Exp $ .\" " .Dd April 19, 1994 .Dt GETTYTAB 5 diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h index 1321ad19e9c68..881601e098040 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$ + * $Id: gettytab.h,v 1.8 1997/02/22 14:21:38 peter Exp $ */ /* diff --git a/libexec/getty/init.c b/libexec/getty/init.c index 31c62a287653d..08326ac6d6ffc 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$"; + "$Id: init.c,v 1.9 1997/11/21 07:43:49 charnier Exp $"; #endif /* not lint */ /* diff --git a/libexec/getty/main.c b/libexec/getty/main.c index 6d8f7482a489c..5c7c074233d8b 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.22 1997/11/21 07:43:50 charnier Exp $"; + "$Id: main.c,v 1.23 1998/10/08 23:14:02 jkh Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/libexec/getty/pathnames.h b/libexec/getty/pathnames.h index fd397dd60a8ba..cb2603223b9a1 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 c5246b78a5169..15978a138ad9d 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 11233704a24ff..aa72b192a8249 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 |