aboutsummaryrefslogtreecommitdiff
path: root/libexec/tftpd
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-11-20 04:41:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-11-20 04:41:45 +0000
commit0d497cf6e989f7498cf5036a29fe7003a89abf83 (patch)
tree48a3225dfba4179815fb512c8ba7492fa4c83fbc /libexec/tftpd
parent94bb9d581468116c659950d31288ce30f661f3d4 (diff)
This commit was manufactured by cvs2svn to create tagrelease/4.2.0_cvs
'RELENG_4_2_0_RELEASE'. This commit was manufactured to restore the state of the 4.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'libexec/tftpd')
-rw-r--r--libexec/tftpd/Makefile2
-rw-r--r--libexec/tftpd/tftpd.82
-rw-r--r--libexec/tftpd/tftpd.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/libexec/tftpd/Makefile b/libexec/tftpd/Makefile
index ce43894dcb21..f509089430f3 100644
--- a/libexec/tftpd/Makefile
+++ b/libexec/tftpd/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/4/93
-# $FreeBSD$
+# $FreeBSD: src/libexec/tftpd/Makefile,v 1.7 1999/08/28 00:10:26 peter Exp $
PROG= tftpd
SRCS= tftpd.c tftpsubs.c
diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8
index 449bd33ac13b..336c863cb3d8 100644
--- a/libexec/tftpd/tftpd.8
+++ b/libexec/tftpd/tftpd.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)tftpd.8 8.1 (Berkeley) 6/4/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/libexec/tftpd/tftpd.8,v 1.6.2.1 2000/09/23 17:14:19 jkh Exp $
.\"
.Dd September 14, 2000
.Dt TFTPD 8
diff --git a/libexec/tftpd/tftpd.c b/libexec/tftpd/tftpd.c
index 56c6c028b19c..d0a9587e635c 100644
--- a/libexec/tftpd/tftpd.c
+++ b/libexec/tftpd/tftpd.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)tftpd.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/libexec/tftpd/tftpd.c,v 1.15.2.1 2000/09/23 17:14:19 jkh Exp $";
#endif /* not lint */
/*