diff options
Diffstat (limited to 'libexec/bootpd')
49 files changed, 49 insertions, 49 deletions
diff --git a/libexec/bootpd/Announce b/libexec/bootpd/Announce index 60838d5e978e..ebe74b699b7c 100644 --- a/libexec/bootpd/Announce +++ b/libexec/bootpd/Announce @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Announce,v 1.5.54.1 2009/04/15 03:14:26 kensmith Exp $ This is an enhanced version of the CMU BOOTP server which was derived from the original BOOTP server created by Bill Croft at Stanford. diff --git a/libexec/bootpd/Changes b/libexec/bootpd/Changes index d797ea1fa9e5..4602f129539a 100644 --- a/libexec/bootpd/Changes +++ b/libexec/bootpd/Changes @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Changes,v 1.5.54.1 2009/04/15 03:14:26 kensmith Exp $ Changes, most recent first Date, <email> Real Name diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index 830577a57def..3fb457d7d0d1 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -1,5 +1,5 @@ # bootpd/Makefile -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Makefile,v 1.9.34.1 2009/04/15 03:14:26 kensmith Exp $ PROG= bootpd CFLAGS+= -DETC_ETHERS diff --git a/libexec/bootpd/Makefile.UNIX b/libexec/bootpd/Makefile.UNIX index 5b2c186bcb4b..6725eb2ab7c4 100644 --- a/libexec/bootpd/Makefile.UNIX +++ b/libexec/bootpd/Makefile.UNIX @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Makefile.UNIX,v 1.5.54.1 2009/04/15 03:14:26 kensmith Exp $ # # Makefile for the BOOTP programs: # bootpd - BOOTP server daemon diff --git a/libexec/bootpd/Makefile.inc b/libexec/bootpd/Makefile.inc index 829da300445d..6f2509ed839e 100644 --- a/libexec/bootpd/Makefile.inc +++ b/libexec/bootpd/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Makefile.inc,v 1.4.54.1 2009/04/15 03:14:26 kensmith Exp $ BINDIR?= /usr/libexec diff --git a/libexec/bootpd/Problems b/libexec/bootpd/Problems index c7f9951946b3..8a639b2370e1 100644 --- a/libexec/bootpd/Problems +++ b/libexec/bootpd/Problems @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/Problems,v 1.5.54.1 2009/04/15 03:14:26 kensmith Exp $ Common problems and ways to work around them: diff --git a/libexec/bootpd/README b/libexec/bootpd/README index a88cca5b6450..6ac9bc7e1b64 100644 --- a/libexec/bootpd/README +++ b/libexec/bootpd/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/README,v 1.5.54.1 2009/04/15 03:14:26 kensmith Exp $ This is an enhanced version of the CMU BOOTP server which was derived from the original BOOTP server created by Bill Croft at Stanford. diff --git a/libexec/bootpd/bootp.h b/libexec/bootpd/bootp.h index c3a3909287ba..c88196976408 100644 --- a/libexec/bootpd/bootp.h +++ b/libexec/bootpd/bootp.h @@ -23,7 +23,7 @@ SOFTWARE. /* * Bootstrap Protocol (BOOTP). RFC951 and RFC1395. * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/bootp.h,v 1.6.34.1 2009/04/15 03:14:26 kensmith Exp $ * * * This file specifies the "implementation-independent" BOOTP protocol diff --git a/libexec/bootpd/bootpd.8 b/libexec/bootpd/bootpd.8 index b3818589017a..a6e83ebc348a 100644 --- a/libexec/bootpd/bootpd.8 +++ b/libexec/bootpd/bootpd.8 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/bootpd/bootpd.8,v 1.20.28.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd February 10, 2004 .Dt BOOTPD 8 diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c index b0a49b5cea9a..dab6811b770f 100644 --- a/libexec/bootpd/bootpd.c +++ b/libexec/bootpd/bootpd.c @@ -38,7 +38,7 @@ SOFTWARE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/bootpd/bootpd.c,v 1.24.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/libexec/bootpd/bootpd.h b/libexec/bootpd/bootpd.h index 86c1b3da8b64..5564eaae1036 100644 --- a/libexec/bootpd/bootpd.h +++ b/libexec/bootpd/bootpd.h @@ -24,7 +24,7 @@ SOFTWARE. /* * bootpd.h -- common header file for all the modules of the bootpd program. * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/bootpd.h,v 1.2.54.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "bptypes.h" diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile index 93a982c2d384..d6bf6c361d46 100644 --- a/libexec/bootpd/bootpgw/Makefile +++ b/libexec/bootpd/bootpgw/Makefile @@ -1,5 +1,5 @@ # Makefile -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/bootpgw/Makefile,v 1.6.20.1 2009/04/15 03:14:26 kensmith Exp $ PROG= bootpgw NO_MAN= diff --git a/libexec/bootpd/bootpgw/bootpgw.c b/libexec/bootpd/bootpgw/bootpgw.c index f180fd66713f..1eb21ac0fa0e 100644 --- a/libexec/bootpd/bootpgw/bootpgw.c +++ b/libexec/bootpd/bootpgw/bootpgw.c @@ -31,7 +31,7 @@ SOFTWARE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/bootpd/bootpgw/bootpgw.c,v 1.6.32.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/libexec/bootpd/bootptab.5 b/libexec/bootpd/bootptab.5 index c10d26b75217..f7dafb56055c 100644 --- a/libexec/bootpd/bootptab.5 +++ b/libexec/bootpd/bootptab.5 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/bootpd/bootptab.5,v 1.11.20.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd October 31, 1991 .Dt BOOTPTAB 5 diff --git a/libexec/bootpd/bootptab.mcs b/libexec/bootpd/bootptab.mcs index 9bce37e07f29..39ced3c50c4c 100644 --- a/libexec/bootpd/bootptab.mcs +++ b/libexec/bootpd/bootptab.mcs @@ -2,7 +2,7 @@ # Last update: gwr, Sun Dec 12 19:00:00 EDT 1993 # Blank lines and lines beginning with '#' are ignored. # -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/bootptab.mcs,v 1.5.54.1 2009/04/15 03:14:26 kensmith Exp $ # # Legend: (see bootptab.5) # first field -- hostname (not indented) diff --git a/libexec/bootpd/bptypes.h b/libexec/bootpd/bptypes.h index e27cc832c5fe..6f1019a4f1e9 100644 --- a/libexec/bootpd/bptypes.h +++ b/libexec/bootpd/bptypes.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ +/* $FreeBSD: src/libexec/bootpd/bptypes.h,v 1.2.54.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef BPTYPES_H diff --git a/libexec/bootpd/dovend.c b/libexec/bootpd/dovend.c index 3b2bd973cbf1..69e0c527bc0d 100644 --- a/libexec/bootpd/dovend.c +++ b/libexec/bootpd/dovend.c @@ -1,7 +1,7 @@ /* * dovend.c : Inserts all but the first few vendor options. * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/dovend.c,v 1.8.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/dovend.h b/libexec/bootpd/dovend.h index ef3b62de7126..911ba386beeb 100644 --- a/libexec/bootpd/dovend.h +++ b/libexec/bootpd/dovend.h @@ -1,5 +1,5 @@ /* dovend.h */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/dovend.h,v 1.2.34.1 2009/04/15 03:14:26 kensmith Exp $ */ extern int dovend_rfc1497(struct host *hp, u_char *buf, int len); extern int insert_ip(int, struct in_addr_list *, u_char **, int *); diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c index 43e94ec4cef2..ed9331dbc5a3 100644 --- a/libexec/bootpd/dumptab.c +++ b/libexec/bootpd/dumptab.c @@ -1,7 +1,7 @@ /* * dumptab.c - handles dumping the database * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/dumptab.c,v 1.9.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c index e4dc1b66b9e2..17fc595d7288 100644 --- a/libexec/bootpd/getether.c +++ b/libexec/bootpd/getether.c @@ -7,7 +7,7 @@ * If you figure out how to do this on another system, * please let me know. <gwr@mc.com> * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/getether.c,v 1.14.32.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/getether.h b/libexec/bootpd/getether.h index 026df158b50c..c918df432371 100644 --- a/libexec/bootpd/getether.h +++ b/libexec/bootpd/getether.h @@ -1,4 +1,4 @@ /* getether.h */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/getether.h,v 1.2.34.1 2009/04/15 03:14:26 kensmith Exp $ */ extern int getether(char *ifname, char *eaptr); diff --git a/libexec/bootpd/getif.c b/libexec/bootpd/getif.c index 64e5edadb679..449577431777 100644 --- a/libexec/bootpd/getif.c +++ b/libexec/bootpd/getif.c @@ -1,7 +1,7 @@ /* * getif.c : get an interface structure * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/getif.c,v 1.8.28.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/getif.h b/libexec/bootpd/getif.h index a2c86cfba04b..f42b1033ed9a 100644 --- a/libexec/bootpd/getif.h +++ b/libexec/bootpd/getif.h @@ -1,4 +1,4 @@ /* getif.h */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/getif.h,v 1.2.34.1 2009/04/15 03:14:26 kensmith Exp $ */ extern struct ifreq *getif(int, struct in_addr *); diff --git a/libexec/bootpd/hash.c b/libexec/bootpd/hash.c index 146e87e69356..7e6ce1d98cf9 100644 --- a/libexec/bootpd/hash.c +++ b/libexec/bootpd/hash.c @@ -19,7 +19,7 @@ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - $FreeBSD$ + $FreeBSD: src/libexec/bootpd/hash.c,v 1.7.34.1 2009/04/15 03:14:26 kensmith Exp $ ************************************************************************/ diff --git a/libexec/bootpd/hash.h b/libexec/bootpd/hash.h index 22cdc04332c2..d5d86fd3729d 100644 --- a/libexec/bootpd/hash.h +++ b/libexec/bootpd/hash.h @@ -25,7 +25,7 @@ SOFTWARE. /* * Generalized hash table ADT - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/hash.h,v 1.3.34.1 2009/04/15 03:14:26 kensmith Exp $ * * Provides multiple, dynamically-allocated, variable-sized hash tables on * various data and keys. diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c index de264cc83a5f..84a3327c15cb 100644 --- a/libexec/bootpd/hwaddr.c +++ b/libexec/bootpd/hwaddr.c @@ -2,7 +2,7 @@ * hwaddr.c - routines that deal with hardware addresses. * (i.e. Ethernet) * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/hwaddr.c,v 1.9.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/hwaddr.h b/libexec/bootpd/hwaddr.h index bd68857648a1..c162ffbeda5f 100644 --- a/libexec/bootpd/hwaddr.h +++ b/libexec/bootpd/hwaddr.h @@ -1,7 +1,7 @@ /* * hwaddr.h * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/hwaddr.h,v 1.7.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef HWADDR_H diff --git a/libexec/bootpd/lookup.c b/libexec/bootpd/lookup.c index 54b3f62242f7..3b75eb2c4cc1 100644 --- a/libexec/bootpd/lookup.c +++ b/libexec/bootpd/lookup.c @@ -1,7 +1,7 @@ /* * lookup.c - Lookup IP address, HW address, netmask * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/lookup.c,v 1.7.54.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/lookup.h b/libexec/bootpd/lookup.h index 4940f054696a..b08eac1ecfde 100644 --- a/libexec/bootpd/lookup.h +++ b/libexec/bootpd/lookup.h @@ -1,5 +1,5 @@ /* lookup.h */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/lookup.h,v 1.2.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "bptypes.h" /* for int32, u_int32 */ diff --git a/libexec/bootpd/patchlevel.h b/libexec/bootpd/patchlevel.h index fc79f18b4068..a08e7d89cbcc 100644 --- a/libexec/bootpd/patchlevel.h +++ b/libexec/bootpd/patchlevel.h @@ -1,7 +1,7 @@ /* * patchlevel.h * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/patchlevel.h,v 1.5.54.1 2009/04/15 03:14:26 kensmith Exp $ */ #define VERSION "2.4" diff --git a/libexec/bootpd/readfile.c b/libexec/bootpd/readfile.c index ab583d485db4..384a2c16b79f 100644 --- a/libexec/bootpd/readfile.c +++ b/libexec/bootpd/readfile.c @@ -19,7 +19,7 @@ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - $FreeBSD$ + $FreeBSD: src/libexec/bootpd/readfile.c,v 1.11.34.1 2009/04/15 03:14:26 kensmith Exp $ ************************************************************************/ diff --git a/libexec/bootpd/readfile.h b/libexec/bootpd/readfile.h index be9cada23779..f33fcc57e926 100644 --- a/libexec/bootpd/readfile.h +++ b/libexec/bootpd/readfile.h @@ -1,5 +1,5 @@ /* readfile.h */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/readfile.h,v 1.2.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "bptypes.h" #include "hash.h" diff --git a/libexec/bootpd/report.c b/libexec/bootpd/report.c index 290e19e74063..2b873be23635 100644 --- a/libexec/bootpd/report.c +++ b/libexec/bootpd/report.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/report.c,v 1.5.34.1 2009/04/15 03:14:26 kensmith Exp $ */ /* * report() - calls syslog diff --git a/libexec/bootpd/report.h b/libexec/bootpd/report.h index 55cec5c76845..36fecd295165 100644 --- a/libexec/bootpd/report.h +++ b/libexec/bootpd/report.h @@ -1,5 +1,5 @@ /* report.h */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/report.h,v 1.5.34.1 2009/04/15 03:14:26 kensmith Exp $ */ extern void report_init(int nolog); extern void report(int, const char *, ...) __printflike(2, 3); diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c index 45845699bfe0..d879ee2a14da 100644 --- a/libexec/bootpd/rtmsg.c +++ b/libexec/bootpd/rtmsg.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/bootpd/rtmsg.c,v 1.12.32.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> /* diff --git a/libexec/bootpd/tools/Makefile b/libexec/bootpd/tools/Makefile index e905bffa7696..612ef4ff64b8 100644 --- a/libexec/bootpd/tools/Makefile +++ b/libexec/bootpd/tools/Makefile @@ -1,5 +1,5 @@ # Makefile -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/tools/Makefile,v 1.4.54.1 2009/04/15 03:14:26 kensmith Exp $ SUBDIR= bootpef bootptest diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc index 4d7876162d28..4a8647517315 100644 --- a/libexec/bootpd/tools/Makefile.inc +++ b/libexec/bootpd/tools/Makefile.inc @@ -1,4 +1,4 @@ # Makefile.inc -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/tools/Makefile.inc,v 1.6.34.1 2009/04/15 03:14:26 kensmith Exp $ BINDIR= /usr/sbin diff --git a/libexec/bootpd/tools/bootpef/Makefile b/libexec/bootpd/tools/bootpef/Makefile index 9436561d4a66..05c709d831dd 100644 --- a/libexec/bootpd/tools/bootpef/Makefile +++ b/libexec/bootpd/tools/bootpef/Makefile @@ -1,5 +1,5 @@ # Makefile -# $FreeBSD$ +# $FreeBSD: src/libexec/bootpd/tools/bootpef/Makefile,v 1.6.34.1 2009/04/15 03:14:26 kensmith Exp $ PROG= bootpef MAN= bootpef.8 diff --git a/libexec/bootpd/tools/bootpef/bootpef.8 b/libexec/bootpd/tools/bootpef/bootpef.8 index 841b01cd4ff6..2f177079e3e0 100644 --- a/libexec/bootpd/tools/bootpef/bootpef.8 +++ b/libexec/bootpd/tools/bootpef/bootpef.8 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/bootpd/tools/bootpef/bootpef.8,v 1.4.34.1 2009/04/15 03:14:26 kensmith Exp $ .\" .\" bootpef.8 .Dd December 4, 1993 diff --git a/libexec/bootpd/tools/bootpef/bootpef.c b/libexec/bootpd/tools/bootpef/bootpef.c index 04089c87b560..fa5b1c74ef5b 100644 --- a/libexec/bootpd/tools/bootpef/bootpef.c +++ b/libexec/bootpd/tools/bootpef/bootpef.c @@ -19,7 +19,7 @@ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - $FreeBSD$ + $FreeBSD: src/libexec/bootpd/tools/bootpef/bootpef.c,v 1.7.34.1 2009/04/15 03:14:26 kensmith Exp $ ************************************************************************/ diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index fae5127eebb3..4be827a83246 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.8.34.1 2009/04/15 03:14:26 kensmith Exp $ PROG= bootptest MAN= bootptest.8 diff --git a/libexec/bootpd/tools/bootptest/bootptest.8 b/libexec/bootpd/tools/bootptest/bootptest.8 index 888ff227f124..f2ebccb08930 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.5.20.1 2009/04/15 03:14:26 kensmith Exp $ .\" .\" bootptest.8 .Dd June 10, 1993 diff --git a/libexec/bootpd/tools/bootptest/bootptest.c b/libexec/bootpd/tools/bootptest/bootptest.c index 04909878f33f..b89bfc683a7b 100644 --- a/libexec/bootpd/tools/bootptest/bootptest.c +++ b/libexec/bootpd/tools/bootptest/bootptest.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/libexec/bootpd/tools/bootptest/bootptest.c,v 1.8.32.1 2009/04/15 03:14:26 kensmith Exp $"); char *usage = "bootptest [-h] server-name [vendor-data-template-file]"; diff --git a/libexec/bootpd/tools/bootptest/bootptest.h b/libexec/bootpd/tools/bootptest/bootptest.h index a1891fe52556..445e02efad8d 100644 --- a/libexec/bootpd/tools/bootptest/bootptest.h +++ b/libexec/bootpd/tools/bootptest/bootptest.h @@ -1,5 +1,5 @@ /* bootptest.h */ -/* $FreeBSD$ */ +/* $FreeBSD: src/libexec/bootpd/tools/bootptest/bootptest.h,v 1.2.34.1 2009/04/15 03:14:26 kensmith Exp $ */ /* * Hacks for sharing print-bootp.c between tcpdump and bootptest. */ diff --git a/libexec/bootpd/tools/bootptest/print-bootp.c b/libexec/bootpd/tools/bootptest/print-bootp.c index 9ea450e10d90..1dc959247701 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.7.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <stdio.h> diff --git a/libexec/bootpd/trygetea.c b/libexec/bootpd/trygetea.c index 0ae63a3a2fba..7037b3648498 100644 --- a/libexec/bootpd/trygetea.c +++ b/libexec/bootpd/trygetea.c @@ -1,7 +1,7 @@ /* * trygetea.c - test program for getether.c * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/trygetea.c,v 1.5.54.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/trygetif.c b/libexec/bootpd/trygetif.c index 0e2cca195b23..b3afa571f04e 100644 --- a/libexec/bootpd/trygetif.c +++ b/libexec/bootpd/trygetif.c @@ -1,7 +1,7 @@ /* * trygetif.c - test program for getif.c * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/trygetif.c,v 1.5.54.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/trylook.c b/libexec/bootpd/trylook.c index 9484d04b6da3..ab99869f950a 100644 --- a/libexec/bootpd/trylook.c +++ b/libexec/bootpd/trylook.c @@ -1,7 +1,7 @@ /* * trylook.c - test program for lookup.c * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/trylook.c,v 1.5.54.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/tzone.c b/libexec/bootpd/tzone.c index 354fb54ed373..985262594822 100644 --- a/libexec/bootpd/tzone.c +++ b/libexec/bootpd/tzone.c @@ -3,7 +3,7 @@ * * This is shared by bootpd and bootpef * - * $FreeBSD$ + * $FreeBSD: src/libexec/bootpd/tzone.c,v 1.2.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifdef SVR4 |