diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-27 07:57:33 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-27 07:57:33 +0000 |
| commit | 90928716548537e93f54266e33cb4a3353fd3932 (patch) | |
| tree | 37675d5349af34454f2e21880134fb82d6854793 /libexec/telnetd | |
| parent | c6085d40c17b76abbaa35c8c53f14904021df451 (diff) | |
Diffstat (limited to 'libexec/telnetd')
| -rw-r--r-- | libexec/telnetd/Makefile | 2 | ||||
| -rw-r--r-- | libexec/telnetd/defs.h | 2 | ||||
| -rw-r--r-- | libexec/telnetd/ext.h | 2 | ||||
| -rw-r--r-- | libexec/telnetd/global.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/pathnames.h | 2 | ||||
| -rw-r--r-- | libexec/telnetd/slc.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/state.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/sys_term.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/telnetd.8 | 2 | ||||
| -rw-r--r-- | libexec/telnetd/telnetd.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/telnetd.h | 2 | ||||
| -rw-r--r-- | libexec/telnetd/termstat.c | 2 | ||||
| -rw-r--r-- | libexec/telnetd/utility.c | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/libexec/telnetd/Makefile b/libexec/telnetd/Makefile index 031000d0cff6..6ed4d7eae5ad 100644 --- a/libexec/telnetd/Makefile +++ b/libexec/telnetd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/telnetd/Makefile,v 1.13.2.2 2002/04/13 11:03:30 markm Exp $ # Do not define -DKLUDGELINEMODE, as it does not interact well with many # telnet implementations. diff --git a/libexec/telnetd/defs.h b/libexec/telnetd/defs.h index d727f367c045..aa4a09404ca9 100644 --- a/libexec/telnetd/defs.h +++ b/libexec/telnetd/defs.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)defs.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/libexec/telnetd/defs.h,v 1.1.1.1.14.1 2002/04/13 11:07:12 markm Exp $ */ /* diff --git a/libexec/telnetd/ext.h b/libexec/telnetd/ext.h index 04aa4a3a629a..3bf95ef22f8e 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 - * $FreeBSD$ + * $FreeBSD: src/libexec/telnetd/ext.h,v 1.7.2.4 2002/04/13 11:07:12 markm Exp $ */ /* diff --git a/libexec/telnetd/global.c b/libexec/telnetd/global.c index 0cf95dbd463e..361bd48e9b45 100644 --- a/libexec/telnetd/global.c +++ b/libexec/telnetd/global.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/telnetd/global.c,v 1.3.2.1 2002/04/13 11:07:12 markm Exp $"; #endif /* not lint */ /* diff --git a/libexec/telnetd/pathnames.h b/libexec/telnetd/pathnames.h index ed8ee887a39e..5942f3844f7f 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 - * $FreeBSD$ + * $FreeBSD: src/libexec/telnetd/pathnames.h,v 1.6 1999/08/28 00:10:23 peter Exp $ */ #if BSD > 43 diff --git a/libexec/telnetd/slc.c b/libexec/telnetd/slc.c index d4eee1ad4f5f..94f69d8fd5a4 100644 --- a/libexec/telnetd/slc.c +++ b/libexec/telnetd/slc.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/telnetd/slc.c,v 1.8.2.4 2002/04/13 11:07:12 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)slc.c 8.2 (Berkeley) 5/30/95"; diff --git a/libexec/telnetd/state.c b/libexec/telnetd/state.c index 229b6d94b5fb..ab58cef31703 100644 --- a/libexec/telnetd/state.c +++ b/libexec/telnetd/state.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/telnetd/state.c,v 1.9.2.4 2002/04/13 11:07:12 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95"; diff --git a/libexec/telnetd/sys_term.c b/libexec/telnetd/sys_term.c index 17686b366bac..028f4cb97b18 100644 --- a/libexec/telnetd/sys_term.c +++ b/libexec/telnetd/sys_term.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/telnetd/sys_term.c,v 1.24.2.8 2002/06/17 02:48:06 jmallett Exp $"); #ifndef lint static const char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95"; diff --git a/libexec/telnetd/telnetd.8 b/libexec/telnetd/telnetd.8 index f166318da8bd..e00477f8036e 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 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/telnetd/telnetd.8,v 1.16.2.7 2001/08/16 10:44:21 ru Exp $ .\" .Dd March 1, 1994 .Dt TELNETD 8 diff --git a/libexec/telnetd/telnetd.c b/libexec/telnetd/telnetd.c index 7532865cf2ca..98f90d24700f 100644 --- a/libexec/telnetd/telnetd.c +++ b/libexec/telnetd/telnetd.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/telnetd/telnetd.c,v 1.22.2.8 2002/04/13 11:07:12 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95"; diff --git a/libexec/telnetd/telnetd.h b/libexec/telnetd/telnetd.h index 5bfc572f518d..273ae07dba9b 100644 --- a/libexec/telnetd/telnetd.h +++ b/libexec/telnetd/telnetd.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)telnetd.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/libexec/telnetd/telnetd.h,v 1.1.1.1.14.1 2002/04/13 11:07:12 markm Exp $ */ diff --git a/libexec/telnetd/termstat.c b/libexec/telnetd/termstat.c index 14719a2b4330..447bd626d803 100644 --- a/libexec/telnetd/termstat.c +++ b/libexec/telnetd/termstat.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/telnetd/termstat.c,v 1.9.2.4 2002/04/13 11:07:12 markm Exp $"); #ifndef lint static const char sccsid[] = "@(#)termstat.c 8.2 (Berkeley) 5/30/95"; diff --git a/libexec/telnetd/utility.c b/libexec/telnetd/utility.c index c835269b7bb3..7ac6c58957d7 100644 --- a/libexec/telnetd/utility.c +++ b/libexec/telnetd/utility.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)utility.c 8.4 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/telnetd/utility.c,v 1.13.2.4 2002/04/13 11:07:12 markm Exp $"; #endif /* not lint */ #ifdef __FreeBSD__ |
