From 76f0c923fe4b2a1616453876611dc76b4f6b5355 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 28 Aug 1999 00:22:10 +0000 Subject: $Id$ -> $FreeBSD$ --- libexec/telnetd/Makefile | 2 +- libexec/telnetd/ext.h | 2 +- libexec/telnetd/global.c | 2 +- libexec/telnetd/pathnames.h | 2 +- libexec/telnetd/slc.c | 2 +- libexec/telnetd/state.c | 2 +- libexec/telnetd/sys_term.c | 2 +- libexec/telnetd/telnetd.8 | 2 +- libexec/telnetd/telnetd.c | 2 +- libexec/telnetd/termstat.c | 2 +- libexec/telnetd/utility.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'libexec/telnetd') diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index eb25b14..068087a 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $Id$ +# $FreeBSD$ PROG= telnetd CFLAGS+=-DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS diff --git a/libexec/telnetd/ext.h b/libexec/telnetd/ext.h index 05898fb..bce0e2a 100644 --- a/libexec/telnetd/ext.h +++ b/libexec/telnetd/ext.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ext.h 8.2 (Berkeley) 12/15/93 - * $Id$ + * $FreeBSD$ */ /* diff --git a/libexec/telnetd/global.c b/libexec/telnetd/global.c index 8e5c7bb..cedff57 100644 --- a/libexec/telnetd/global.c +++ b/libexec/telnetd/global.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/libexec/telnetd/pathnames.h b/libexec/telnetd/pathnames.h index 979f4d0..ed8ee88 100644 --- a/libexec/telnetd/pathnames.h +++ b/libexec/telnetd/pathnames.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)pathnames.h 8.1 (Berkeley) 6/4/93 - * $Id$ + * $FreeBSD$ */ #if BSD > 43 diff --git a/libexec/telnetd/slc.c b/libexec/telnetd/slc.c index 9578e52..f19f79f 100644 --- a/libexec/telnetd/slc.c +++ b/libexec/telnetd/slc.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)slc.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: slc.c,v 1.6 1997/12/03 07:15:58 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/libexec/telnetd/state.c b/libexec/telnetd/state.c index aeb64bb..476a992 100644 --- a/libexec/telnetd/state.c +++ b/libexec/telnetd/state.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)state.c 8.2 (Berkeley) 12/15/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/libexec/telnetd/sys_term.c b/libexec/telnetd/sys_term.c index a1d0e66..d7e9ed3 100644 --- a/libexec/telnetd/sys_term.c +++ b/libexec/telnetd/sys_term.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)sys_term.c 8.2 (Berkeley) 12/15/93"; #endif static const char rcsid[] = - "$Id: sys_term.c,v 1.22 1999/08/09 02:19:38 green Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index f9f2d48..0d50eb6 100644 --- a/libexec/telnetd/telnetd.8 +++ b/libexec/telnetd/telnetd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)telnetd.8 8.3 (Berkeley) 3/1/94 -.\" $Id: telnetd.8,v 1.12 1998/05/04 02:37:29 steve Exp $ +.\" $FreeBSD$ .\" .Dd March 1, 1994 .Dt TELNETD 8 diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c index 7472bd3..5141c2a 100644 --- a/libexec/telnetd/telnetd.c +++ b/libexec/telnetd/telnetd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)telnetd.c 8.2 (Berkeley) 12/15/93"; #endif static const char rcsid[] = - "$Id: telnetd.c,v 1.19 1999/04/07 08:39:54 brian Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/libexec/telnetd/termstat.c b/libexec/telnetd/termstat.c index b95aa5f..ee90344 100644 --- a/libexec/telnetd/termstat.c +++ b/libexec/telnetd/termstat.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)termstat.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/libexec/telnetd/utility.c b/libexec/telnetd/utility.c index 036a3c9..ee69173 100644 --- a/libexec/telnetd/utility.c +++ b/libexec/telnetd/utility.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)utility.c 8.2 (Berkeley) 12/15/93"; #endif static const char rcsid[] = - "$Id: utility.c,v 1.11 1997/12/08 07:46:53 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #ifdef __FreeBSD__ -- cgit v1.1