diff options
Diffstat (limited to 'libexec/bootpd/tools/bootptest')
-rw-r--r-- | libexec/bootpd/tools/bootptest/Makefile | 2 | ||||
-rw-r--r-- | libexec/bootpd/tools/bootptest/bootptest.8 | 2 | ||||
-rw-r--r-- | libexec/bootpd/tools/bootptest/bootptest.c | 2 | ||||
-rw-r--r-- | libexec/bootpd/tools/bootptest/print-bootp.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index 1bc8887432f2..78dec4ef476b 100644 --- a/libexec/bootpd/tools/bootptest/Makefile +++ b/libexec/bootpd/tools/bootptest/Makefile @@ -1,5 +1,5 @@ # Makefile -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/tools/bootptest/Makefile,v 1.6 1999/08/28 00:09:25 peter Exp $ PROG= bootptest MAN8= bootptest.8 diff --git a/libexec/bootpd/tools/bootptest/bootptest.8 b/libexec/bootpd/tools/bootptest/bootptest.8 index 761e96ed4d43..c1a47301baad 100644 --- a/libexec/bootpd/tools/bootptest/bootptest.8 +++ b/libexec/bootpd/tools/bootptest/bootptest.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/bootpd/tools/bootptest/bootptest.8,v 1.2 1999/08/28 23:08:16 mpp Exp $ .\" .\" bootptest.8 .TH BOOTPTEST 8 "10 June 1993" "MAINTENANCE COMMANDS" diff --git a/libexec/bootpd/tools/bootptest/bootptest.c b/libexec/bootpd/tools/bootptest/bootptest.c index f56a095b73d2..a06adb730f6e 100644 --- a/libexec/bootpd/tools/bootptest/bootptest.c +++ b/libexec/bootpd/tools/bootptest/bootptest.c @@ -31,7 +31,7 @@ * 09/28/93 Released version 1.0 * 09/93 Original developed by Gordon W. Ross <gwr@mc.com> * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/tools/bootptest/bootptest.c,v 1.7 1999/08/28 00:09:25 peter Exp $ */ char *usage = "bootptest [-h] server-name [vendor-data-template-file]"; diff --git a/libexec/bootpd/tools/bootptest/print-bootp.c b/libexec/bootpd/tools/bootptest/print-bootp.c index 977a32dd4165..b484b9b4d9df 100644 --- a/libexec/bootpd/tools/bootptest/print-bootp.c +++ b/libexec/bootpd/tools/bootptest/print-bootp.c @@ -23,7 +23,7 @@ * This file was copied from tcpdump-2.1.1 and modified. * There is an e-mail list for tcpdump: <tcpdump@ee.lbl.gov> * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/tools/bootptest/print-bootp.c,v 1.6 1999/08/28 00:09:25 peter Exp $ */ #include <stdio.h> |