From 090fb430f117cbbf541214c39f88eb57afb71d15 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 22 Feb 1997 14:22:49 +0000 Subject: Revert $FreeBSD$ to $Id$ --- libexec/getty/Makefile | 2 +- libexec/getty/chat.c | 2 +- libexec/getty/extern.h | 2 +- libexec/getty/getty.8 | 2 +- libexec/getty/gettytab.5 | 2 +- libexec/getty/gettytab.h | 2 +- libexec/getty/init.c | 2 +- libexec/getty/main.c | 2 +- libexec/getty/pathnames.h | 2 +- libexec/getty/subr.c | 2 +- libexec/getty/ttys.5 | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'libexec/getty') diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile index cfd805f..f51fe24 100644 --- a/libexec/getty/Makefile +++ b/libexec/getty/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $Id$ PROG= getty SRCS= main.c init.c subr.c chat.c diff --git a/libexec/getty/chat.c b/libexec/getty/chat.c index 21fd69b..2474195 100644 --- a/libexec/getty/chat.c +++ b/libexec/getty/chat.c @@ -22,7 +22,7 @@ * Modem chat module - send/expect style functions for getty * For semi-intelligent modem handling. * - * $FreeBSD$ + * $Id$ */ #include diff --git a/libexec/getty/extern.h b/libexec/getty/extern.h index 0ac3f11..bd84a13 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 - * $FreeBSD$ + * $Id$ */ struct delayval; diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index 17743b5..c1b1936 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 -.\" $FreeBSD$ +.\" $Id$ .\" " .Dd June 4, 1993 .Dt GETTY 8 diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index d7384f0..ab92e0b 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 -.\" $FreeBSD$ +.\" $Id$ .\" " .Dd April 19, 1994 .Dt GETTYTAB 5 diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h index 0456f7c..1321ad1 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 - * $FreeBSD$ + * $Id$ */ /* diff --git a/libexec/getty/init.c b/libexec/getty/init.c index f6551f9..9df0728 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[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* not lint */ /* diff --git a/libexec/getty/main.c b/libexec/getty/main.c index ff895a2..53c247f 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[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* not lint */ #include diff --git a/libexec/getty/pathnames.h b/libexec/getty/pathnames.h index 63d7c6e..fd397dd 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 - * $FreeBSD$ + * $Id$ */ #include diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index e01bd1a..270db52 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[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif /* not lint */ /* diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5 index 042cafb..cfa964f 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 -.\" $FreeBSD$ +.\" $Id$ .\" " .Dd November 17, 1996 .Dt TTYS 5 -- cgit v1.1