From 808a36ef658c1810327b5d329469bcf5dad24b28 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 14 Jan 1997 07:20:47 +0000 Subject: Make the long-awaited change from $Id$ to $FreeBSD$ This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. --- libexec/getty/Makefile | 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 +- 10 files changed, 10 insertions(+), 10 deletions(-) (limited to 'libexec/getty') diff --git a/libexec/getty/Makefile b/libexec/getty/Makefile index 96f7f7e..9ee0a62 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.1.1.2 1996/04/13 15:33:02 joerg Exp $ +# $FreeBSD$ PROG= getty SRCS= main.c init.c subr.c diff --git a/libexec/getty/extern.h b/libexec/getty/extern.h index bcffdae..7d216fc 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.1.1.4 1996/04/13 15:33:04 joerg Exp $ + * $FreeBSD$ */ struct delayval; diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8 index 227e714..17743b5 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 1996/05/05 19:01:07 joerg Exp $ +.\" $FreeBSD$ .\" " .Dd June 4, 1993 .Dt GETTY 8 diff --git a/libexec/getty/gettytab.5 b/libexec/getty/gettytab.5 index 8c4e12b..8cc57c2 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.10 1996/12/14 23:27:00 mpp Exp $ +.\" $FreeBSD$ .\" " .Dd April 19, 1994 .Dt GETTYTAB 5 diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h index d247c8e..3727c1b 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.4 1996/11/13 01:06:38 pst Exp $ + * $FreeBSD$ */ /* diff --git a/libexec/getty/init.c b/libexec/getty/init.c index 6522264..eca9280 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[] = "$Id: init.c,v 1.4 1996/11/13 01:06:39 pst Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* not lint */ /* diff --git a/libexec/getty/main.c b/libexec/getty/main.c index b168434..18afbf8 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[] = "$Id: main.c,v 1.11 1996/11/13 01:06:40 pst Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* not lint */ #include diff --git a/libexec/getty/pathnames.h b/libexec/getty/pathnames.h index c3a0711..63d7c6e 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 $ + * $FreeBSD$ */ #include diff --git a/libexec/getty/subr.c b/libexec/getty/subr.c index 1718605..5138698 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[] = "$Id: subr.c,v 1.1.1.2 1996/04/13 15:33:14 joerg Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif /* not lint */ /* diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5 index 7337810..042cafb 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 1996/05/05 19:01:13 joerg Exp $ +.\" $FreeBSD$ .\" " .Dd November 17, 1996 .Dt TTYS 5 -- cgit v1.1