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/tools/bootptest | |
| 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/tools/bootptest')
| -rw-r--r-- | libexec/bootpd/tools/bootptest/Makefile | 2 | ||||
| -rw-r--r-- | libexec/bootpd/tools/bootptest/print-bootp.c | 2 |
2 files changed, 2 insertions, 2 deletions
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 |
