From 1e75920e30f863d3ce993b5f16b637401a398481 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 28 Aug 1999 01:35:59 +0000 Subject: [PATCH] $Id$ -> $FreeBSD$ git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@50479 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- telnetd/authenc.c | 2 +- telnetd/global.c | 2 +- telnetd/slc.c | 2 +- telnetd/state.c | 2 +- telnetd/sys_term.c | 2 +- telnetd/telnetd.c | 2 +- telnetd/termstat.c | 2 +- telnetd/utility.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/telnetd/authenc.c b/telnetd/authenc.c index 3478753..39a38d4 100644 --- a/telnetd/authenc.c +++ b/telnetd/authenc.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)authenc.c 8.2 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #if defined(AUTHENTICATION) || defined(ENCRYPTION) diff --git a/telnetd/global.c b/telnetd/global.c index d66c686..0cf95db 100644 --- a/telnetd/global.c +++ b/telnetd/global.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/telnetd/slc.c b/telnetd/slc.c index 90780f3..65dc689 100644 --- a/telnetd/slc.c +++ b/telnetd/slc.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)slc.c 8.2 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/telnetd/state.c b/telnetd/state.c index 2aef1dc..4a066b7 100644 --- a/telnetd/state.c +++ b/telnetd/state.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/telnetd/sys_term.c b/telnetd/sys_term.c index e8fc3bb..235e409 100644 --- a/telnetd/sys_term.c +++ b/telnetd/sys_term.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id: sys_term.c,v 1.5 1998/09/01 15:17:28 gpalmer Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/telnetd/telnetd.c b/telnetd/telnetd.c index b522f19..57e6ed2 100644 --- a/telnetd/telnetd.c +++ b/telnetd/telnetd.c @@ -42,7 +42,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id: telnetd.c,v 1.8 1999/04/07 10:17:24 brian Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/telnetd/termstat.c b/telnetd/termstat.c index 99fa3dd..46b20ff 100644 --- a/telnetd/termstat.c +++ b/telnetd/termstat.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)termstat.c 8.2 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ #include "telnetd.h" diff --git a/telnetd/utility.c b/telnetd/utility.c index 08ad0bb..dc695fa 100644 --- a/telnetd/utility.c +++ b/telnetd/utility.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)utility.c 8.4 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id: utility.c,v 1.3 1998/02/16 12:09:28 markm Exp $"; + "$FreeBSD$"; #endif /* not lint */ #ifdef __FreeBSD__