diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-25 00:20:49 +0000 |
| commit | 8e878a0310eae754021dbd73ca928eaf7cf6a65c (patch) | |
| tree | 85f35fe64386fc1f5eb60327eb5c614a04d1adae /libexec/talkd | |
| parent | b4d1edeb37a573694fb661e8da9631ce60473a8d (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/3.5.0_cvs
'RELENG_3_5_0_RELEASE'.
This commit was manufactured to restore the state of the 3.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'libexec/talkd')
| -rw-r--r-- | libexec/talkd/Makefile | 2 | ||||
| -rw-r--r-- | libexec/talkd/announce.c | 2 | ||||
| -rw-r--r-- | libexec/talkd/print.c | 2 | ||||
| -rw-r--r-- | libexec/talkd/process.c | 2 | ||||
| -rw-r--r-- | libexec/talkd/table.c | 2 | ||||
| -rw-r--r-- | libexec/talkd/talkd.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index 100e867ba5be..bfa4ec0b0a74 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/talkd/Makefile,v 1.5.2.1 1999/08/29 15:04:15 peter Exp $ PROG= ntalkd SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c diff --git a/libexec/talkd/announce.c b/libexec/talkd/announce.c index dccd8d887b32..c8f622623b22 100644 --- a/libexec/talkd/announce.c +++ b/libexec/talkd/announce.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)announce.c 8.3 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/talkd/announce.c,v 1.10.2.1 1999/08/29 15:04:16 peter Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/talkd/print.c b/libexec/talkd/print.c index 8c1ba9b5e0e1..1ccf1e313019 100644 --- a/libexec/talkd/print.c +++ b/libexec/talkd/print.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/talkd/print.c,v 1.8.2.1 1999/08/29 15:04:16 peter Exp $"; #endif /* not lint */ /* debug print routines */ diff --git a/libexec/talkd/process.c b/libexec/talkd/process.c index b3659a599afe..a6327a09e7f4 100644 --- a/libexec/talkd/process.c +++ b/libexec/talkd/process.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)process.c 8.2 (Berkeley) 11/16/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/talkd/process.c,v 1.8.2.1 1999/08/29 15:04:16 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/talkd/table.c b/libexec/talkd/table.c index 5062c78049d8..838a4fae97b4 100644 --- a/libexec/talkd/table.c +++ b/libexec/talkd/table.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/talkd/table.c,v 1.6.2.1 1999/08/29 15:04:17 peter Exp $"; #endif /* not lint */ /* diff --git a/libexec/talkd/talkd.c b/libexec/talkd/talkd.c index ca30ef725f13..3895d7196412 100644 --- a/libexec/talkd/talkd.c +++ b/libexec/talkd/talkd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)talkd.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/libexec/talkd/talkd.c,v 1.9.2.2 1999/08/29 15:04:17 peter Exp $"; #endif /* not lint */ /* |
