From 090fb430f117cbbf541214c39f88eb57afb71d15 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 22 Feb 1997 14:22:49 +0000 Subject: Revert $FreeBSD$ to $Id$ --- libexec/bootpd/Announce | 2 +- libexec/bootpd/Changes | 2 +- libexec/bootpd/Makefile | 2 +- libexec/bootpd/Makefile.UNIX | 2 +- libexec/bootpd/Makefile.inc | 2 +- libexec/bootpd/Problems | 2 +- libexec/bootpd/README | 2 +- libexec/bootpd/bootp.h | 2 +- libexec/bootpd/bootpd.c | 2 +- libexec/bootpd/bootpgw/Makefile | 2 +- libexec/bootpd/bootptab.mcs | 2 +- libexec/bootpd/dovend.c | 2 +- libexec/bootpd/dumptab.c | 2 +- libexec/bootpd/getether.c | 2 +- libexec/bootpd/getif.c | 2 +- libexec/bootpd/hash.c | 2 +- libexec/bootpd/hwaddr.c | 2 +- libexec/bootpd/hwaddr.h | 2 +- libexec/bootpd/lookup.c | 2 +- libexec/bootpd/patchlevel.h | 2 +- libexec/bootpd/readfile.c | 2 +- libexec/bootpd/rtmsg.c | 2 +- libexec/bootpd/tools/Makefile | 2 +- libexec/bootpd/tools/Makefile.inc | 2 +- libexec/bootpd/tools/bootpef/Makefile | 2 +- libexec/bootpd/tools/bootpef/bootpef.c | 2 +- libexec/bootpd/tools/bootptest/Makefile | 2 +- libexec/bootpd/tools/bootptest/bootptest.c | 2 +- libexec/bootpd/tools/bootptest/print-bootp.c | 2 +- libexec/bootpd/trygetea.c | 2 +- libexec/bootpd/trygetif.c | 2 +- libexec/bootpd/trylook.c | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) (limited to 'libexec/bootpd') diff --git a/libexec/bootpd/Announce b/libexec/bootpd/Announce index 19912d9..a605c6a 100644 --- a/libexec/bootpd/Announce +++ b/libexec/bootpd/Announce @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ 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 37a48ce..23310e1 100644 --- a/libexec/bootpd/Changes +++ b/libexec/bootpd/Changes @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ Changes, most recent first Date, Real Name diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index f428be8..bc07225 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -1,5 +1,5 @@ # bootpd/Makefile -# $FreeBSD$ +# $Id$ PROG= bootpd CFLAGS+= -DETC_ETHERS diff --git a/libexec/bootpd/Makefile.UNIX b/libexec/bootpd/Makefile.UNIX index 6ba8b49..50187da 100644 --- a/libexec/bootpd/Makefile.UNIX +++ b/libexec/bootpd/Makefile.UNIX @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ # # Makefile for the BOOTP programs: # bootpd - BOOTP server daemon diff --git a/libexec/bootpd/Makefile.inc b/libexec/bootpd/Makefile.inc index 829da30..d055f52 100644 --- a/libexec/bootpd/Makefile.inc +++ b/libexec/bootpd/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $Id$ BINDIR?= /usr/libexec diff --git a/libexec/bootpd/Problems b/libexec/bootpd/Problems index a74c83e..bec9ac0 100644 --- a/libexec/bootpd/Problems +++ b/libexec/bootpd/Problems @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ Common problems and ways to work around them: diff --git a/libexec/bootpd/README b/libexec/bootpd/README index 6754a37..ddfaebe 100644 --- a/libexec/bootpd/README +++ b/libexec/bootpd/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ 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 6ff5680..88f7ed2 100644 --- a/libexec/bootpd/bootp.h +++ b/libexec/bootpd/bootp.h @@ -23,7 +23,7 @@ SOFTWARE. /* * Bootstrap Protocol (BOOTP). RFC951 and RFC1395. * - * $FreeBSD$ + * $Id$ * * * This file specifies the "implementation-independent" BOOTP protocol diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c index b41a8d9..db4eecd 100644 --- a/libexec/bootpd/bootpd.c +++ b/libexec/bootpd/bootpd.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$ + $Id$ ************************************************************************/ diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile index 4a65853..04f02eb 100644 --- a/libexec/bootpd/bootpgw/Makefile +++ b/libexec/bootpd/bootpgw/Makefile @@ -1,5 +1,5 @@ # Makefile -# $FreeBSD$ +# $Id$ PROG= bootpgw NOMAN= true diff --git a/libexec/bootpd/bootptab.mcs b/libexec/bootpd/bootptab.mcs index 8b3e26d..a798f8a 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$ +# $Id$ # # Legend: (see bootptab.5) # first field -- hostname (not indented) diff --git a/libexec/bootpd/dovend.c b/libexec/bootpd/dovend.c index 02e9801..447826f 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$ + * $Id$ */ #include diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c index 9b100a9..3827fd9 100644 --- a/libexec/bootpd/dumptab.c +++ b/libexec/bootpd/dumptab.c @@ -1,7 +1,7 @@ /* * dumptab.c - handles dumping the database * - * $FreeBSD$ + * $Id$ */ #include diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c index 12507fc..cf01b03 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. * - * $FreeBSD$ + * $Id$ */ #include diff --git a/libexec/bootpd/getif.c b/libexec/bootpd/getif.c index cdf1cee..ecfa610 100644 --- a/libexec/bootpd/getif.c +++ b/libexec/bootpd/getif.c @@ -1,7 +1,7 @@ /* * getif.c : get an interface structure * - * $FreeBSD$ + * $Id$ */ #include diff --git a/libexec/bootpd/hash.c b/libexec/bootpd/hash.c index 4829b0b..f959751 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$ + $Id$ ************************************************************************/ diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c index daac404..bc41cff 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$ + * $Id$ */ #include diff --git a/libexec/bootpd/hwaddr.h b/libexec/bootpd/hwaddr.h index 4e82a3c..b0a8c29 100644 --- a/libexec/bootpd/hwaddr.h +++ b/libexec/bootpd/hwaddr.h @@ -1,7 +1,7 @@ /* * hwaddr.h * - * $FreeBSD$ + * $Id$ */ #ifndef HWADDR_H diff --git a/libexec/bootpd/lookup.c b/libexec/bootpd/lookup.c index e915f53..af3b37a 100644 --- a/libexec/bootpd/lookup.c +++ b/libexec/bootpd/lookup.c @@ -1,7 +1,7 @@ /* * lookup.c - Lookup IP address, HW address, netmask * - * $FreeBSD$ + * $Id$ */ #include diff --git a/libexec/bootpd/patchlevel.h b/libexec/bootpd/patchlevel.h index 6e29de0..85566b5 100644 --- a/libexec/bootpd/patchlevel.h +++ b/libexec/bootpd/patchlevel.h @@ -1,7 +1,7 @@ /* * patchlevel.h * - * $FreeBSD$ + * $Id$ */ #define VERSION "2.4" diff --git a/libexec/bootpd/readfile.c b/libexec/bootpd/readfile.c index 3b6d62c..8dfd430 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$ + $Id$ ************************************************************************/ diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c index 9df4374..b6bd363 100644 --- a/libexec/bootpd/rtmsg.c +++ b/libexec/bootpd/rtmsg.c @@ -39,7 +39,7 @@ /* * from arp.c 8.2 (Berkeley) 1/2/94 - * $FreeBSD$ + * $Id$ */ #include diff --git a/libexec/bootpd/tools/Makefile b/libexec/bootpd/tools/Makefile index e905bff..b1f38e7 100644 --- a/libexec/bootpd/tools/Makefile +++ b/libexec/bootpd/tools/Makefile @@ -1,5 +1,5 @@ # Makefile -# $FreeBSD$ +# $Id$ SUBDIR= bootpef bootptest diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc index 16007ee..0a2ab66 100644 --- a/libexec/bootpd/tools/Makefile.inc +++ b/libexec/bootpd/tools/Makefile.inc @@ -1,4 +1,4 @@ # Makefile.inc -# $FreeBSD$ +# $Id$ BINDIR=/usr/sbin diff --git a/libexec/bootpd/tools/bootpef/Makefile b/libexec/bootpd/tools/bootpef/Makefile index dfb7662..7d17606 100644 --- a/libexec/bootpd/tools/bootpef/Makefile +++ b/libexec/bootpd/tools/bootpef/Makefile @@ -1,5 +1,5 @@ # Makefile -# $FreeBSD$ +# $Id$ PROG= bootpef MAN8= bootpef.8 diff --git a/libexec/bootpd/tools/bootpef/bootpef.c b/libexec/bootpd/tools/bootpef/bootpef.c index a0f652e..c7e9276 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$ + $Id$ ************************************************************************/ diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index 1bc8887..148a556 100644 --- a/libexec/bootpd/tools/bootptest/Makefile +++ b/libexec/bootpd/tools/bootptest/Makefile @@ -1,5 +1,5 @@ # Makefile -# $FreeBSD$ +# $Id$ PROG= bootptest MAN8= bootptest.8 diff --git a/libexec/bootpd/tools/bootptest/bootptest.c b/libexec/bootpd/tools/bootptest/bootptest.c index 23ed7de..2e23112 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 * - * $FreeBSD$ + * $Id$ */ 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 7e799ae..c8e1c2e 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: * - * $FreeBSD$ + * $Id$ */ #include diff --git a/libexec/bootpd/trygetea.c b/libexec/bootpd/trygetea.c index 746623f..41800d7 100644 --- a/libexec/bootpd/trygetea.c +++ b/libexec/bootpd/trygetea.c @@ -1,7 +1,7 @@ /* * trygetea.c - test program for getether.c * - * $FreeBSD$ + * $Id$ */ #include diff --git a/libexec/bootpd/trygetif.c b/libexec/bootpd/trygetif.c index 76186df..e6226dc 100644 --- a/libexec/bootpd/trygetif.c +++ b/libexec/bootpd/trygetif.c @@ -1,7 +1,7 @@ /* * trygetif.c - test program for getif.c * - * $FreeBSD$ + * $Id$ */ #include diff --git a/libexec/bootpd/trylook.c b/libexec/bootpd/trylook.c index d322ce4..0681dce 100644 --- a/libexec/bootpd/trylook.c +++ b/libexec/bootpd/trylook.c @@ -1,7 +1,7 @@ /* * trylook.c - test program for lookup.c * - * $FreeBSD$ + * $Id$ */ #include -- cgit v1.1