summaryrefslogtreecommitdiff
path: root/libexec/getty
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/getty')
-rw-r--r--libexec/getty/Makefile2
-rw-r--r--libexec/getty/chat.c2
-rw-r--r--libexec/getty/extern.h2
-rw-r--r--libexec/getty/getty.82
-rw-r--r--libexec/getty/gettytab.52
-rw-r--r--libexec/getty/gettytab.h2
-rw-r--r--libexec/getty/init.c2
-rw-r--r--libexec/getty/main.c2
-rw-r--r--libexec/getty/pathnames.h2
-rw-r--r--libexec/getty/subr.c2
-rw-r--r--libexec/getty/ttys.52
11 files changed, 11 insertions, 11 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile
index 74b0f9c718188..75e8fff41121d 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.5.2.1 1997/05/11 05:28:53 davidn Exp $
+# $Id: Makefile,v 1.5.2.2 1998/02/20 17:32:20 jkh 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..223d786647ec6 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.3.2.2 1997/12/15 07:10:51 charnier Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/libexec/getty/extern.h b/libexec/getty/extern.h
index bce0e92a04195..b515dedbcc87f 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.2.2.1 1997/05/11 05:28:53 davidn Exp $
+ * $Id: extern.h,v 1.2.2.2 1998/02/20 17:32:22 jkh Exp $
*/
struct delayval;
diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8
index f591feb09227c..52e5ba71e3a4f 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.4.2.2 1997/08/17 23:44:30 davidn Exp $
+.\" $Id: getty.8,v 1.4.2.3 1997/12/15 07:10:52 charnier Exp $
.\" "
.Dd June 4, 1993
.Dt GETTY 8
diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5
index 2649bef6f60f9..a1551a03bc9b1 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.7 1998/05/04 02:41:31 steve Exp $
+.\" $Id: gettytab.5,v 1.7.2.8 1998/07/19 06:53:01 jkh Exp $
.\" "
.Dd April 19, 1994
.Dt GETTYTAB 5
diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h
index 7ed2e4ce9c71e..315716fca47b0 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.2 1996/12/31 05:50:27 msmith Exp $
+ * $Id: gettytab.h,v 1.3.2.3 1997/05/11 05:28:53 davidn Exp $
*/
/*
diff --git a/libexec/getty/init.c b/libexec/getty/init.c
index 31c62a287653d..d4fc08f5b33b6 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.3.2.4 1997/12/15 07:10:53 charnier Exp $";
#endif /* not lint */
/*
diff --git a/libexec/getty/main.c b/libexec/getty/main.c
index d5ed46accf6be..913a53c14e0a4 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$";
+ "$Id: main.c,v 1.10.2.6 1997/12/15 07:10:53 charnier 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 fbac85611943a..610940466a473 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.6.2.5 1997/12/15 07:10:53 charnier Exp $";
+ "$Id: subr.c,v 1.6.2.6 1998/02/20 17:32:24 jkh Exp $";
#endif /* not lint */
/*
diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5
index 18cbe5730f54c..87cc203711222 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.3.2.2 1997/06/02 21:06:18 davidn Exp $
+.\" $Id: ttys.5,v 1.3.2.3 1997/12/15 07:10:54 charnier Exp $
.\" "
.Dd November 17, 1996
.Dt TTYS 5