diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-02-05 04:29:56 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-02-05 04:29:56 +0000 |
commit | 860c2cf2bc6592828a3468ab8ee661042b059ae8 (patch) | |
tree | fde30676422ab07fdec2d11fde3fc5693fdbb8cf /libexec/bootpd | |
parent | b61013aa0c73c687493c80193bc040d29b351fb8 (diff) |
This commit was manufactured by cvs2svn to create tagupstream/2.1.6_cvsrelease/2.1.6_cvs
'RELENG_2_1_6_RELEASE'.
This commit was manufactured to restore the state of the 2.1.6-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
Diffstat (limited to 'libexec/bootpd')
-rw-r--r-- | libexec/bootpd/Makefile | 2 | ||||
-rw-r--r-- | libexec/bootpd/bootp.h | 2 | ||||
-rw-r--r-- | libexec/bootpd/bootpd.8 | 2 | ||||
-rw-r--r-- | libexec/bootpd/bootpd.c | 2 | ||||
-rw-r--r-- | libexec/bootpd/bootptab.5 | 2 | ||||
-rw-r--r-- | libexec/bootpd/hash.c | 2 | ||||
-rw-r--r-- | libexec/bootpd/readfile.c | 2 | ||||
-rw-r--r-- | libexec/bootpd/rtmsg.c | 2 | ||||
-rw-r--r-- | libexec/bootpd/tools/Makefile | 2 | ||||
-rw-r--r-- | libexec/bootpd/tools/Makefile.inc | 2 | ||||
-rw-r--r-- | libexec/bootpd/tools/bootpef/Makefile | 2 | ||||
-rw-r--r-- | libexec/bootpd/tools/bootpef/bootpef.c | 2 | ||||
-rw-r--r-- | libexec/bootpd/tools/bootptest/Makefile | 2 | ||||
-rw-r--r-- | libexec/bootpd/tools/bootptest/print-bootp.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/libexec/bootpd/Makefile b/libexec/bootpd/Makefile index 954761ca4e7d..ccdce28d5294 100644 --- a/libexec/bootpd/Makefile +++ b/libexec/bootpd/Makefile @@ -1,5 +1,5 @@ # bootpd/Makefile -# $Id: Makefile,v 1.3 1995/07/25 23:38:40 wpaul Exp $ +# $Id: Makefile,v 1.2.4.1 1995/08/30 09:03:41 davidg Exp $ PROG= bootpd CFLAGS+= -DETC_ETHERS diff --git a/libexec/bootpd/bootp.h b/libexec/bootpd/bootp.h index 0651aa5dbfb0..c18b0e469583 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,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp $ + * $Id: bootp.h,v 1.1.1.1 1994/09/30 05:45:04 pst Exp $ * * * This file specifies the "implementation-independent" BOOTP protocol diff --git a/libexec/bootpd/bootpd.8 b/libexec/bootpd/bootpd.8 index a9fb65e2f77f..662862400164 100644 --- a/libexec/bootpd/bootpd.8 +++ b/libexec/bootpd/bootpd.8 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $Header: /pub/FreeBSD/FreeBSD-CVS/src/libexec/bootpd/bootpd.8,v 1.2 1995/04/12 00:24:48 gpalmer Exp $ +.\" $Header: /home/ncvs/src/libexec/bootpd/bootpd.8,v 1.2.4.1 1996/06/05 02:53:11 jkh 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 cf693fd6cc0c..9a41e7b55717 100644 --- a/libexec/bootpd/bootpd.c +++ b/libexec/bootpd/bootpd.c @@ -21,7 +21,7 @@ SOFTWARE. ************************************************************************/ #ifndef lint -static char rcsid[] = "$Id: bootpd.c,v 1.1.1.1 1994/09/30 05:45:04 pst Exp $"; +static char rcsid[] = "$Id: bootpd.c,v 1.2 1995/05/30 05:45:47 rgrimes Exp $"; #endif /* diff --git a/libexec/bootpd/bootptab.5 b/libexec/bootpd/bootptab.5 index 447ce8985687..ec1349ef52d2 100644 --- a/libexec/bootpd/bootptab.5 +++ b/libexec/bootpd/bootptab.5 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $Header: /pub/FreeBSD/FreeBSD-CVS/src/libexec/bootpd/bootptab.5,v 1.1.1.1 1994/09/30 05:45:04 pst Exp $ +.\" $Header: /home/ncvs/src/libexec/bootpd/bootptab.5,v 1.1.1.1.6.1 1996/06/05 02:53:12 jkh Exp $ .\" .TH BOOTPTAB 5 "October 31, 1991" "Carnegie Mellon University" .UC 6 diff --git a/libexec/bootpd/hash.c b/libexec/bootpd/hash.c index 2ecda6305a25..3de8c2438b2c 100644 --- a/libexec/bootpd/hash.c +++ b/libexec/bootpd/hash.c @@ -21,7 +21,7 @@ SOFTWARE. ************************************************************************/ #ifndef lint -static char rcsid[] = "$Id: hash.c,v 1.1.1.1 1994/09/10 14:44:55 csgr Exp $"; +static char rcsid[] = "$Id: hash.c,v 1.1.1.1 1994/09/30 05:45:05 pst Exp $"; #endif diff --git a/libexec/bootpd/readfile.c b/libexec/bootpd/readfile.c index 4a9d9937dd5c..6189363e15bc 100644 --- a/libexec/bootpd/readfile.c +++ b/libexec/bootpd/readfile.c @@ -21,7 +21,7 @@ SOFTWARE. ************************************************************************/ #ifndef lint -static char rcsid[] = "$Id: readfile.c,v 1.1.1.1 1994/09/10 14:44:55 csgr Exp $"; +static char rcsid[] = "$Id: readfile.c,v 1.1.1.1 1994/09/30 05:45:06 pst Exp $"; #endif diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c index 5942b22d13f4..96801ffdf323 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.3 1995/01/30 11:11:43 dfr Exp $ + * $Id: rtmsg.c,v 1.4 1995/05/30 05:45:49 rgrimes 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 eb1893501242..81ec8ab40248 100644 --- a/libexec/bootpd/tools/bootpef/bootpef.c +++ b/libexec/bootpd/tools/bootpef/bootpef.c @@ -21,7 +21,7 @@ SOFTWARE. ************************************************************************/ #ifndef lint -static char rcsid[] = "$Id: bootpef.c,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp $"; +static char rcsid[] = "$Id: bootpef.c,v 1.1.1.1 1994/09/30 05:45:07 pst Exp $"; #endif diff --git a/libexec/bootpd/tools/bootptest/Makefile b/libexec/bootpd/tools/bootptest/Makefile index 95f99f1e112d..f22520866ab1 100644 --- a/libexec/bootpd/tools/bootptest/Makefile +++ b/libexec/bootpd/tools/bootptest/Makefile @@ -1,5 +1,5 @@ # Makefile -# $Id: Makefile,v 1.3 1995/09/28 17:33:16 bde Exp $ +# $Id: Makefile,v 1.2.4.1 1995/10/05 20:27:09 davidg Exp $ PROG= bootptest MAN8= bootptest.8 diff --git a/libexec/bootpd/tools/bootptest/print-bootp.c b/libexec/bootpd/tools/bootptest/print-bootp.c index f4169986920a..c52ecd61cc48 100644 --- a/libexec/bootpd/tools/bootptest/print-bootp.c +++ b/libexec/bootpd/tools/bootptest/print-bootp.c @@ -24,7 +24,7 @@ * There is an e-mail list for tcpdump: <tcpdump@ee.lbl.gov> */ #ifndef lint -static char rcsid[] = "$Id: print-bootp.c,v 1.1.1.1 1994/09/10 14:44:55 csgr Exp $"; +static char rcsid[] = "$Id: print-bootp.c,v 1.1.1.1 1994/09/30 05:45:07 pst Exp $"; /* 93/10/10 <gwr@mc.com> New data-driven option print routine. */ #endif |