diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
| commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
| tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /usr.sbin/bootpd | |
| parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) | |
Diffstat (limited to 'usr.sbin/bootpd')
| -rwxr-xr-x[-rw-r--r--] | usr.sbin/bootpd/ConvOldTab.sh | 0 | ||||
| -rw-r--r-- | usr.sbin/bootpd/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/bootpd/bootp.h | 2 | ||||
| -rw-r--r-- | usr.sbin/bootpd/bootpd.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/bootpd/bootpd.c | 2 | ||||
| -rw-r--r-- | usr.sbin/bootpd/bootpef.c | 2 | ||||
| -rw-r--r-- | usr.sbin/bootpd/bootpgw.c | 2 | ||||
| -rw-r--r-- | usr.sbin/bootpd/bootptab.5 | 2 | ||||
| -rw-r--r-- | usr.sbin/bootpd/hash.c | 2 | ||||
| -rw-r--r-- | usr.sbin/bootpd/print-bootp.c | 2 | ||||
| -rw-r--r-- | usr.sbin/bootpd/readfile.c | 2 | ||||
| -rw-r--r-- | usr.sbin/bootpd/rtmsg.c | 2 |
12 files changed, 11 insertions, 11 deletions
diff --git a/usr.sbin/bootpd/ConvOldTab.sh b/usr.sbin/bootpd/ConvOldTab.sh index 00683f0c049c..00683f0c049c 100644..100755 --- a/usr.sbin/bootpd/ConvOldTab.sh +++ b/usr.sbin/bootpd/ConvOldTab.sh diff --git a/usr.sbin/bootpd/Makefile b/usr.sbin/bootpd/Makefile index e661b6bb7852..41bc0a52cdf0 100644 --- a/usr.sbin/bootpd/Makefile +++ b/usr.sbin/bootpd/Makefile @@ -1,5 +1,5 @@ # bootpd/Makefile -# $Id: Makefile,v 1.1.1.1 1994/09/10 14:44:53 csgr Exp $ +# Makefile,v 1.2 1994/09/10 14:59:55 csgr Exp PROG= bootpd #CFLAGS+= -DETC_ETHERS diff --git a/usr.sbin/bootpd/bootp.h b/usr.sbin/bootpd/bootp.h index 990bf58838b2..bce132ec9835 100644 --- a/usr.sbin/bootpd/bootp.h +++ b/usr.sbin/bootpd/bootp.h @@ -23,7 +23,7 @@ SOFTWARE. /* * Bootstrap Protocol (BOOTP). RFC951 and RFC1395. * - * $Id: bootp.h,v 1.2 1994/08/22 22:14:40 gwr Exp $ + * bootp.h,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp * * * This file specifies the "implementation-independent" BOOTP protocol diff --git a/usr.sbin/bootpd/bootpd.8 b/usr.sbin/bootpd/bootpd.8 index da59c21530cd..0fdeb1f624d9 100644 --- a/usr.sbin/bootpd/bootpd.8 +++ b/usr.sbin/bootpd/bootpd.8 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $Header: /b/source/CVS/src/usr.sbin/bootpd/bootpd.8,v 1.2 1994/08/22 22:14:41 gwr Exp $ +.\" /home/ncvs/src/usr.sbin/bootpd/bootpd.8,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp .\" .TH BOOTPD 8 "November 06, 1993" "Carnegie Mellon University" .SH NAME diff --git a/usr.sbin/bootpd/bootpd.c b/usr.sbin/bootpd/bootpd.c index fc7a5dd51951..47266d2e1d9e 100644 --- a/usr.sbin/bootpd/bootpd.c +++ b/usr.sbin/bootpd/bootpd.c @@ -21,7 +21,7 @@ SOFTWARE. ************************************************************************/ #ifndef lint -static char rcsid[] = "$Id: bootpd.c,v 1.4 1994/08/24 18:14:44 gwr Exp $"; +static char rcsid[] = "bootpd.c,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp"; #endif /* diff --git a/usr.sbin/bootpd/bootpef.c b/usr.sbin/bootpd/bootpef.c index 4b2e3f405cde..40a4e3c26c53 100644 --- a/usr.sbin/bootpd/bootpef.c +++ b/usr.sbin/bootpd/bootpef.c @@ -21,7 +21,7 @@ SOFTWARE. ************************************************************************/ #ifndef lint -static char rcsid[] = "$Id: bootpef.c,v 1.2 1994/08/22 22:14:46 gwr Exp $"; +static char rcsid[] = "bootpef.c,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp"; #endif diff --git a/usr.sbin/bootpd/bootpgw.c b/usr.sbin/bootpd/bootpgw.c index f157ccac9e85..d8d88e941b2c 100644 --- a/usr.sbin/bootpd/bootpgw.c +++ b/usr.sbin/bootpd/bootpgw.c @@ -26,7 +26,7 @@ SOFTWARE. ************************************************************************/ #ifndef lint -static char rcsid[] = "$Id: bootpgw.c,v 1.2 1994/08/22 22:14:48 gwr Exp $"; +static char rcsid[] = "bootpgw.c,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp"; #endif /* diff --git a/usr.sbin/bootpd/bootptab.5 b/usr.sbin/bootpd/bootptab.5 index 2cf1147ceb56..bac49ff71f5b 100644 --- a/usr.sbin/bootpd/bootptab.5 +++ b/usr.sbin/bootpd/bootptab.5 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $Header: /b/source/CVS/src/usr.sbin/bootpd/bootptab.5,v 1.2 1994/08/22 22:14:51 gwr Exp $ +.\" /home/ncvs/src/usr.sbin/bootpd/bootptab.5,v 1.1.1.1 1994/09/10 14:44:54 csgr Exp .\" .TH BOOTPTAB 5 "October 31, 1991" "Carnegie Mellon University" .UC 6 diff --git a/usr.sbin/bootpd/hash.c b/usr.sbin/bootpd/hash.c index c1d33bb85ec6..c94b96969d4e 100644 --- a/usr.sbin/bootpd/hash.c +++ b/usr.sbin/bootpd/hash.c @@ -21,7 +21,7 @@ SOFTWARE. ************************************************************************/ #ifndef lint -static char rcsid[] = "$Id: hash.c,v 1.2 1994/08/22 22:14:58 gwr Exp $"; +static char rcsid[] = "hash.c,v 1.1.1.1 1994/09/10 14:44:55 csgr Exp"; #endif diff --git a/usr.sbin/bootpd/print-bootp.c b/usr.sbin/bootpd/print-bootp.c index 1919e7f88660..56a90df32fc0 100644 --- a/usr.sbin/bootpd/print-bootp.c +++ b/usr.sbin/bootpd/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.2 1994/08/22 22:15:01 gwr Exp $"; +static char rcsid[] = "print-bootp.c,v 1.1.1.1 1994/09/10 14:44:55 csgr Exp"; /* 93/10/10 <gwr@mc.com> New data-driven option print routine. */ #endif diff --git a/usr.sbin/bootpd/readfile.c b/usr.sbin/bootpd/readfile.c index 1f70b453c07a..2ede861edfee 100644 --- a/usr.sbin/bootpd/readfile.c +++ b/usr.sbin/bootpd/readfile.c @@ -21,7 +21,7 @@ SOFTWARE. ************************************************************************/ #ifndef lint -static char rcsid[] = "$Id: readfile.c,v 1.2 1994/08/22 22:15:04 gwr Exp $"; +static char rcsid[] = "readfile.c,v 1.1.1.1 1994/09/10 14:44:55 csgr Exp"; #endif diff --git a/usr.sbin/bootpd/rtmsg.c b/usr.sbin/bootpd/rtmsg.c index 6de610271f48..ea05a965912f 100644 --- a/usr.sbin/bootpd/rtmsg.c +++ b/usr.sbin/bootpd/rtmsg.c @@ -39,7 +39,7 @@ /* * from arp.c 8.2 (Berkeley) 1/2/94 - * $Id$ + * rtmsg.c,v 1.2 1994/09/10 15:13:28 csgr Exp */ #include <sys/param.h> |
