diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
| commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
| tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /libexec/bootpd | |
| parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) | |
This commit was manufactured by cvs2svn to create tagrelease/2.2.8_cvs
'RELENG_2_2_8_RELEASE'.
This commit was manufactured to restore the state of the 2.2.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'libexec/bootpd')
34 files changed, 34 insertions, 34 deletions
diff --git a/libexec/bootpd/Announce b/libexec/bootpd/Announce index a605c6a98fda..591143732a02 100644 --- a/libexec/bootpd/Announce +++ b/libexec/bootpd/Announce @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Announce,v 1.2 1996/09/22 21:51:44 wosch 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 23310e1cf285..44740a73fe55 100644 --- a/libexec/bootpd/Changes +++ b/libexec/bootpd/Changes @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Changes,v 1.2 1996/09/22 21:51:47 wosch Exp $ Changes, most recent first Date, <email> Real Name diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index 06dea58ce561..f118d3eeb9d7 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -1,5 +1,5 @@ # bootpd/Makefile -# $Id: Makefile,v 1.4 1996/01/23 01:57:58 pst Exp $ +# $Id: Makefile,v 1.5 1996/02/02 17:48:33 mpp Exp $ PROG= bootpd CFLAGS+= -DETC_ETHERS diff --git a/libexec/bootpd/Makefile.UNIX b/libexec/bootpd/Makefile.UNIX index 50187dae4588..1c088ce63cf5 100644 --- a/libexec/bootpd/Makefile.UNIX +++ b/libexec/bootpd/Makefile.UNIX @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile.UNIX,v 1.2 1996/09/22 21:51:50 wosch Exp $ # # Makefile for the BOOTP programs: # bootpd - BOOTP server daemon diff --git a/libexec/bootpd/Makefile.inc b/libexec/bootpd/Makefile.inc index d055f527cdef..a9ccd60f49b8 100644 --- a/libexec/bootpd/Makefile.inc +++ b/libexec/bootpd/Makefile.inc @@ -1,3 +1,3 @@ -# $Id$ +# $Id: Makefile.inc,v 1.1 1996/01/23 02:22:14 pst Exp $ BINDIR?= /usr/libexec diff --git a/libexec/bootpd/Problems b/libexec/bootpd/Problems index bec9ac0faa1c..f4acde31f828 100644 --- a/libexec/bootpd/Problems +++ b/libexec/bootpd/Problems @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Problems,v 1.2 1996/09/22 21:51:52 wosch Exp $ Common problems and ways to work around them: diff --git a/libexec/bootpd/README b/libexec/bootpd/README index ddfaebe9bab3..fc887c66e496 100644 --- a/libexec/bootpd/README +++ b/libexec/bootpd/README @@ -1,4 +1,4 @@ -# $Id$ +# $Id: README,v 1.2 1996/09/22 21:51:54 wosch 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 23c0a2161b0b..13246fe61bb0 100644 --- a/libexec/bootpd/bootp.h +++ b/libexec/bootpd/bootp.h @@ -23,7 +23,7 @@ SOFTWARE. /* * Bootstrap Protocol (BOOTP). RFC951 and RFC1395. * - * $Id: bootp.h $ + * $Id: bootp.h,v 1.1.1.2 1996/01/23 01:33:56 pst Exp $ * * * This file specifies the "implementation-independent" BOOTP protocol diff --git a/libexec/bootpd/bootpd.8 b/libexec/bootpd/bootpd.8 index ebe2314a09c5..e0664a8c21b9 100644 --- a/libexec/bootpd/bootpd.8 +++ b/libexec/bootpd/bootpd.8 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $Header: /home/ncvs/src/libexec/bootpd/bootpd.8,v 1.4.2.5 1998/02/18 05:55:24 jkh Exp $ +.\" $Header: /home/ncvs/src/libexec/bootpd/bootpd.8,v 1.4.2.6 1998/06/03 04:35:16 jkoshy Exp $ .\" .TH BOOTPD 8 "November 06, 1993" "Carnegie Mellon University" .SH NAME diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c index e9e0fc81025b..5febac2e25f4 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. - $Id: bootpd.c,v 1.4.2.1 1998/02/18 05:55:29 jkh Exp $ + $Id: bootpd.c,v 1.4.2.2 1998/07/19 06:52:58 jkh Exp $ ************************************************************************/ diff --git a/libexec/bootpd/bootpgw/Makefile b/libexec/bootpd/bootpgw/Makefile index c000107e9a04..ed7622927ceb 100644 --- a/libexec/bootpd/bootpgw/Makefile +++ b/libexec/bootpd/bootpgw/Makefile @@ -1,5 +1,5 @@ # Makefile -# $Id: Makefile,v 1.1.1.1 1994/09/30 05:43:13 pst Exp $ +# $Id: Makefile,v 1.1 1996/01/23 02:02:03 pst Exp $ PROG= bootpgw NOMAN= true diff --git a/libexec/bootpd/bootptab.5 b/libexec/bootpd/bootptab.5 index b56d5930b72b..15e4d0ee7e94 100644 --- a/libexec/bootpd/bootptab.5 +++ b/libexec/bootpd/bootptab.5 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $Header: /home/ncvs/src/libexec/bootpd/bootptab.5,v 1.1.1.2.2.2 1998/02/18 05:55:30 jkh Exp $ +.\" $Header: /home/ncvs/src/libexec/bootpd/bootptab.5,v 1.1.1.2.2.3 1998/09/30 11:04:29 jkoshy Exp $ .\" .TH BOOTPTAB 5 "October 31, 1991" "Carnegie Mellon University" .UC 6 diff --git a/libexec/bootpd/bootptab.mcs b/libexec/bootpd/bootptab.mcs index a798f8afa9e1..12a468293f35 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. # -# $Id$ +# $Id: bootptab.mcs,v 1.2 1996/09/22 21:51:59 wosch Exp $ # # Legend: (see bootptab.5) # first field -- hostname (not indented) diff --git a/libexec/bootpd/dovend.c b/libexec/bootpd/dovend.c index 447826f3ca0e..12bc76b4e922 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. * - * $Id$ + * $Id: dovend.c,v 1.2 1996/09/22 21:52:04 wosch Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c index 023d7b8645ef..8a8d705fcbf1 100644 --- a/libexec/bootpd/dumptab.c +++ b/libexec/bootpd/dumptab.c @@ -1,7 +1,7 @@ /* * dumptab.c - handles dumping the database * - * $Id: dumptab.c,v 1.2 1996/09/22 21:52:07 wosch Exp $ + * $Id: dumptab.c,v 1.2.2.1 1998/07/19 06:52:58 jkh Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c index 385db8d92cca..6c5db62d7115 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> * - * $Id: getether.c,v 1.4.2.1 1997/12/24 18:58:02 imp Exp $ + * $Id: getether.c,v 1.4.2.2 1998/02/18 05:55:31 jkh Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/getif.c b/libexec/bootpd/getif.c index 2d72909ef859..105b07e9df7c 100644 --- a/libexec/bootpd/getif.c +++ b/libexec/bootpd/getif.c @@ -1,7 +1,7 @@ /* * getif.c : get an interface structure * - * $Id: getif.c,v 1.3 1996/09/22 21:52:12 wosch Exp $ + * $Id: getif.c,v 1.3.2.1 1998/02/18 05:55:32 jkh Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/hash.c b/libexec/bootpd/hash.c index f9597513f8b9..7ffbb86e9ea8 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. - $Id$ + $Id: hash.c,v 1.2 1996/09/22 21:52:14 wosch Exp $ ************************************************************************/ diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c index 55554526fda9..279f681bcb00 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) * - * $Id: hwaddr.c,v 1.3 1996/09/22 21:52:16 wosch Exp $ + * $Id: hwaddr.c,v 1.3.2.1 1997/12/24 18:58:02 imp Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/hwaddr.h b/libexec/bootpd/hwaddr.h index b0a8c290801b..63ccd4979ff1 100644 --- a/libexec/bootpd/hwaddr.h +++ b/libexec/bootpd/hwaddr.h @@ -1,7 +1,7 @@ /* * hwaddr.h * - * $Id$ + * $Id: hwaddr.h,v 1.2 1996/09/22 21:52:19 wosch Exp $ */ #ifndef HWADDR_H diff --git a/libexec/bootpd/lookup.c b/libexec/bootpd/lookup.c index aa0e441b3993..d9f96070d0bc 100644 --- a/libexec/bootpd/lookup.c +++ b/libexec/bootpd/lookup.c @@ -1,7 +1,7 @@ /* * lookup.c - Lookup IP address, HW address, netmask * - * $Id: lookup.c,v 1.2 1996/09/22 21:52:21 wosch Exp $ + * $Id: lookup.c,v 1.2.2.1 1998/02/18 05:55:33 jkh Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/patchlevel.h b/libexec/bootpd/patchlevel.h index 85566b5015a9..3a161a2fadef 100644 --- a/libexec/bootpd/patchlevel.h +++ b/libexec/bootpd/patchlevel.h @@ -1,7 +1,7 @@ /* * patchlevel.h * - * $Id$ + * $Id: patchlevel.h,v 1.2 1996/09/22 21:52:23 wosch Exp $ */ #define VERSION "2.4" diff --git a/libexec/bootpd/readfile.c b/libexec/bootpd/readfile.c index b7ed67804e71..1cd1b3d89ed1 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. - $Id: readfile.c,v 1.2 1996/09/22 21:52:26 wosch Exp $ + $Id: readfile.c,v 1.2.2.1 1997/12/24 18:58:04 imp Exp $ ************************************************************************/ diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c index 0338a95291ef..07835d43100f 100644 --- a/libexec/bootpd/rtmsg.c +++ b/libexec/bootpd/rtmsg.c @@ -39,7 +39,7 @@ /* * from arp.c 8.2 (Berkeley) 1/2/94 - * $Id: rtmsg.c,v 1.4 1995/05/30 05:45:49 rgrimes Exp $ + * $Id: rtmsg.c,v 1.4.6.1 1998/02/18 05:55:34 jkh Exp $ */ #include <sys/param.h> diff --git a/libexec/bootpd/tools/Makefile b/libexec/bootpd/tools/Makefile index b1f38e76ecbd..625bdee24b1b 100644 --- a/libexec/bootpd/tools/Makefile +++ b/libexec/bootpd/tools/Makefile @@ -1,5 +1,5 @@ # Makefile -# $Id$ +# $Id: Makefile,v 1.1.1.1 1994/09/30 05:45:07 pst Exp $ SUBDIR= bootpef bootptest diff --git a/libexec/bootpd/tools/Makefile.inc b/libexec/bootpd/tools/Makefile.inc index 0a2ab66f28f4..38b150a65086 100644 --- a/libexec/bootpd/tools/Makefile.inc +++ b/libexec/bootpd/tools/Makefile.inc @@ -1,4 +1,4 @@ # Makefile.inc -# $Id$ +# $Id: Makefile.inc,v 1.1.1.1 1994/09/30 05:45:07 pst Exp $ BINDIR=/usr/sbin diff --git a/libexec/bootpd/tools/bootpef/Makefile b/libexec/bootpd/tools/bootpef/Makefile index 7d176069a8d6..eb0c4a5ef87f 100644 --- a/libexec/bootpd/tools/bootpef/Makefile +++ b/libexec/bootpd/tools/bootpef/Makefile @@ -1,5 +1,5 @@ # Makefile -# $Id$ +# $Id: Makefile,v 1.1.1.1 1994/09/30 05:45:07 pst Exp $ PROG= bootpef MAN8= bootpef.8 diff --git a/libexec/bootpd/tools/bootpef/bootpef.c b/libexec/bootpd/tools/bootpef/bootpef.c index c7e927687dbf..63f5c43b5a7b 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. - $Id$ + $Id: bootpef.c,v 1.2 1996/09/22 21:52:51 wosch Exp $ ************************************************************************/ diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index d137e736ab12..95f99f1e112d 100644 --- a/libexec/bootpd/tools/bootptest/Makefile +++ b/libexec/bootpd/tools/bootptest/Makefile @@ -1,5 +1,5 @@ # Makefile -# $Id: Makefile,v 1.2 1995/05/30 05:45:51 rgrimes Exp $ +# $Id: Makefile,v 1.3 1995/09/28 17:33:16 bde Exp $ PROG= bootptest MAN8= bootptest.8 diff --git a/libexec/bootpd/tools/bootptest/bootptest.c b/libexec/bootpd/tools/bootptest/bootptest.c index 84266b2ac4e4..bd66b32b642c 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> * - * $Id: bootptest.c,v 1.2 1996/09/22 21:52:55 wosch Exp $ + * $Id: bootptest.c,v 1.2.2.1 1997/12/24 18:58:07 imp 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 b51f42c383cc..b4327533121f 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> * - * $Id: print-bootp.c,v 1.2 1996/09/22 21:52:58 wosch Exp $ + * $Id: print-bootp.c,v 1.2.2.1 1998/02/18 05:55:37 jkh Exp $ */ #include <stdio.h> diff --git a/libexec/bootpd/trygetea.c b/libexec/bootpd/trygetea.c index 41800d78c126..e312e62b2b2e 100644 --- a/libexec/bootpd/trygetea.c +++ b/libexec/bootpd/trygetea.c @@ -1,7 +1,7 @@ /* * trygetea.c - test program for getether.c * - * $Id$ + * $Id: trygetea.c,v 1.2 1996/09/22 21:52:29 wosch Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/trygetif.c b/libexec/bootpd/trygetif.c index e6226dcb9ef0..c0ea239df3d2 100644 --- a/libexec/bootpd/trygetif.c +++ b/libexec/bootpd/trygetif.c @@ -1,7 +1,7 @@ /* * trygetif.c - test program for getif.c * - * $Id$ + * $Id: trygetif.c,v 1.2 1996/09/22 21:52:31 wosch Exp $ */ #include <sys/types.h> diff --git a/libexec/bootpd/trylook.c b/libexec/bootpd/trylook.c index 0681dceebbc4..64420d9f5754 100644 --- a/libexec/bootpd/trylook.c +++ b/libexec/bootpd/trylook.c @@ -1,7 +1,7 @@ /* * trylook.c - test program for lookup.c * - * $Id$ + * $Id: trylook.c,v 1.2 1996/09/22 21:52:35 wosch Exp $ */ #include <sys/types.h> |
