summaryrefslogtreecommitdiff
path: root/libexec/getty
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/getty')
-rw-r--r--libexec/getty/Makefile3
-rw-r--r--libexec/getty/extern.h3
-rw-r--r--libexec/getty/getty.82
-rw-r--r--libexec/getty/gettytab.52
-rw-r--r--libexec/getty/gettytab.h3
-rw-r--r--libexec/getty/init.c4
-rw-r--r--libexec/getty/main.c4
-rw-r--r--libexec/getty/pathnames.h3
-rw-r--r--libexec/getty/subr.c4
-rw-r--r--libexec/getty/ttys.52
10 files changed, 19 insertions, 11 deletions
diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile
index abb9e252437..7d5dd670ec1 100644
--- a/libexec/getty/Makefile
+++ b/libexec/getty/Makefile
@@ -1,5 +1,4 @@
-# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $Id: Makefile,v 1.1 1995/10/18 08:43:16 deraadt Exp $
+# $OpenBSD: Makefile,v 1.2 2001/01/28 19:34:28 niklas Exp $
PROG= getty
SRCS= main.c init.c subr.c
diff --git a/libexec/getty/extern.h b/libexec/getty/extern.h
index 9d95d611272..9bf59caa4dc 100644
--- a/libexec/getty/extern.h
+++ b/libexec/getty/extern.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: extern.h,v 1.3 2001/01/28 19:34:28 niklas 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.2 1996/05/22 12:10:12 deraadt Exp $
*/
struct delayval;
diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8
index 88f960d927b..c1b878c8611 100644
--- a/libexec/getty/getty.8
+++ b/libexec/getty/getty.8
@@ -1,3 +1,4 @@
+.\" $OpenBSD: getty.8,v 1.8 2001/01/28 19:34:28 niklas Exp $
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)getty.8 8.1 (Berkeley) 6/4/93
-.\" $Id: getty.8,v 1.7 2000/09/08 18:03:27 aaron Exp $
.\"
.Dd June 4, 1993
.Dt GETTY 8
diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5
index dae50edda10..1ae6314900a 100644
--- a/libexec/getty/gettytab.5
+++ b/libexec/getty/gettytab.5
@@ -1,3 +1,4 @@
+.\" $OpenBSD: gettytab.5,v 1.13 2001/01/28 19:34:28 niklas Exp $
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)gettytab.5 8.4 (Berkeley) 4/19/94
-.\" $Id: gettytab.5,v 1.12 2000/09/08 03:36:34 aaron Exp $
.\"
.Dd April 19, 1994
.Dt GETTYTAB 5
diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h
index 8f95ffd9654..aeab6128486 100644
--- a/libexec/getty/gettytab.h
+++ b/libexec/getty/gettytab.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: gettytab.h,v 1.4 2001/01/28 19:34:28 niklas 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.3 1998/02/27 22:01:24 brian Exp $
*/
/*
diff --git a/libexec/getty/init.c b/libexec/getty/init.c
index 3353bd016a1..c00b2368cee 100644
--- a/libexec/getty/init.c
+++ b/libexec/getty/init.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: init.c,v 1.4 2001/01/28 19:34:28 niklas Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -33,7 +35,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 6/4/93";*/
-static char rcsid[] = "$Id: init.c,v 1.3 1996/12/10 07:58:33 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: init.c,v 1.4 2001/01/28 19:34:28 niklas Exp $";
#endif /* not lint */
/*
diff --git a/libexec/getty/main.c b/libexec/getty/main.c
index 00b0717dc68..4783404a78c 100644
--- a/libexec/getty/main.c
+++ b/libexec/getty/main.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: main.c,v 1.17 2001/01/28 19:34:28 niklas Exp $ */
+
/*-
* Copyright (c) 1980, 1993
* The Regents of the University of California. All rights reserved.
@@ -39,7 +41,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.16 2001/01/19 18:02:26 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: main.c,v 1.17 2001/01/28 19:34:28 niklas Exp $";
#endif /* not lint */
#include <sys/param.h>
diff --git a/libexec/getty/pathnames.h b/libexec/getty/pathnames.h
index 67f40d6bd28..e8e9bbf36b5 100644
--- a/libexec/getty/pathnames.h
+++ b/libexec/getty/pathnames.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: pathnames.h,v 1.2 2001/01/28 19:34:28 niklas 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.1 1995/10/18 08:43:17 deraadt Exp $
*/
#include <paths.h>
diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c
index 2f1c5390d43..a8a562abe00 100644
--- a/libexec/getty/subr.c
+++ b/libexec/getty/subr.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: subr.c,v 1.11 2001/01/28 19:34:28 niklas Exp $ */
+
/*
* Copyright (c) 1983, 1993
* The Regents of the University of California. All rights reserved.
@@ -33,7 +35,7 @@
#ifndef lint
/*static char sccsid[] = "from: @(#)subr.c 8.1 (Berkeley) 6/4/93";*/
-static char rcsid[] = "$Id: subr.c,v 1.10 2000/10/06 22:51:42 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: subr.c,v 1.11 2001/01/28 19:34:28 niklas Exp $";
#endif /* not lint */
/*
diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5
index 49a810a71ad..a842d06fe02 100644
--- a/libexec/getty/ttys.5
+++ b/libexec/getty/ttys.5
@@ -1,3 +1,4 @@
+.\" $OpenBSD: ttys.5,v 1.6 2001/01/28 19:34:28 niklas Exp $
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -30,7 +31,6 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93
-.\" $Id: ttys.5,v 1.5 2000/09/08 18:03:28 aaron Exp $
.\"
.Dd June 4, 1993
.Dt TTYS 5