summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-09-22 21:56:57 +0000
committerwosch <wosch@FreeBSD.org>1996-09-22 21:56:57 +0000
commit361a15b8f4a83afeff37ca3cdf0689db0bad4dd7 (patch)
tree4867a3bdc9ae39645860d414e03dc04a0418a63a /libexec/bootpd
parent880849a80eb75b12a7a46608998c601f529e2e36 (diff)
downloadFreeBSD-src-361a15b8f4a83afeff37ca3cdf0689db0bad4dd7.zip
FreeBSD-src-361a15b8f4a83afeff37ca3cdf0689db0bad4dd7.tar.gz
add forgotten $Id$
Diffstat (limited to 'libexec/bootpd')
-rw-r--r--libexec/bootpd/Announce1
-rw-r--r--libexec/bootpd/Changes2
-rw-r--r--libexec/bootpd/Makefile.UNIX1
-rw-r--r--libexec/bootpd/Problems1
-rw-r--r--libexec/bootpd/README1
-rw-r--r--libexec/bootpd/bootpd.c3
-rw-r--r--libexec/bootpd/bootptab.mcs2
-rw-r--r--libexec/bootpd/dovend.c2
-rw-r--r--libexec/bootpd/dumptab.c2
-rw-r--r--libexec/bootpd/getether.c2
-rw-r--r--libexec/bootpd/getif.c2
-rw-r--r--libexec/bootpd/hash.c3
-rw-r--r--libexec/bootpd/hwaddr.c2
-rw-r--r--libexec/bootpd/hwaddr.h7
-rw-r--r--libexec/bootpd/lookup.c2
-rw-r--r--libexec/bootpd/patchlevel.h7
-rw-r--r--libexec/bootpd/readfile.c3
-rw-r--r--libexec/bootpd/tools/bootpef/bootpef.c3
-rw-r--r--libexec/bootpd/tools/bootptest/bootptest.c2
-rw-r--r--libexec/bootpd/tools/bootptest/print-bootp.c2
-rw-r--r--libexec/bootpd/trygetea.c2
-rw-r--r--libexec/bootpd/trygetif.c2
-rw-r--r--libexec/bootpd/trylook.c2
23 files changed, 54 insertions, 2 deletions
diff --git a/libexec/bootpd/Announce b/libexec/bootpd/Announce
index a76e18ac..a605c6a 100644
--- a/libexec/bootpd/Announce
+++ b/libexec/bootpd/Announce
@@ -1,3 +1,4 @@
+# $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 b08989e..23310e1 100644
--- a/libexec/bootpd/Changes
+++ b/libexec/bootpd/Changes
@@ -1,3 +1,5 @@
+# $Id$
+
Changes, most recent first
Date, <email> Real Name
what...
diff --git a/libexec/bootpd/Makefile.UNIX b/libexec/bootpd/Makefile.UNIX
index 701eb2b..50187da 100644
--- a/libexec/bootpd/Makefile.UNIX
+++ b/libexec/bootpd/Makefile.UNIX
@@ -1,3 +1,4 @@
+# $Id$
#
# Makefile for the BOOTP programs:
# bootpd - BOOTP server daemon
diff --git a/libexec/bootpd/Problems b/libexec/bootpd/Problems
index 78d809e..bec9ac0 100644
--- a/libexec/bootpd/Problems
+++ b/libexec/bootpd/Problems
@@ -1,3 +1,4 @@
+# $Id$
Common problems and ways to work around them:
diff --git a/libexec/bootpd/README b/libexec/bootpd/README
index 0901b25..ddfaebe 100644
--- a/libexec/bootpd/README
+++ b/libexec/bootpd/README
@@ -1,3 +1,4 @@
+# $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/bootpd.c b/libexec/bootpd/bootpd.c
index 6ab769e..db4eecd 100644
--- a/libexec/bootpd/bootpd.c
+++ b/libexec/bootpd/bootpd.c
@@ -18,6 +18,9 @@ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
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$
+
************************************************************************/
/*
diff --git a/libexec/bootpd/bootptab.mcs b/libexec/bootpd/bootptab.mcs
index 2f8b3a6..a798f8a 100644
--- a/libexec/bootpd/bootptab.mcs
+++ b/libexec/bootpd/bootptab.mcs
@@ -2,6 +2,8 @@
# Last update: gwr, Sun Dec 12 19:00:00 EDT 1993
# Blank lines and lines beginning with '#' are ignored.
#
+# $Id$
+#
# Legend: (see bootptab.5)
# first field -- hostname (not indented)
# bf -- bootfile
diff --git a/libexec/bootpd/dovend.c b/libexec/bootpd/dovend.c
index e46ae9e..447826f 100644
--- a/libexec/bootpd/dovend.c
+++ b/libexec/bootpd/dovend.c
@@ -1,5 +1,7 @@
/*
* dovend.c : Inserts all but the first few vendor options.
+ *
+ * $Id$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/dumptab.c b/libexec/bootpd/dumptab.c
index 8c049b9..3827fd9 100644
--- a/libexec/bootpd/dumptab.c
+++ b/libexec/bootpd/dumptab.c
@@ -1,5 +1,7 @@
/*
* dumptab.c - handles dumping the database
+ *
+ * $Id$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/getether.c b/libexec/bootpd/getether.c
index 71d576a..c396c81 100644
--- a/libexec/bootpd/getether.c
+++ b/libexec/bootpd/getether.c
@@ -6,6 +6,8 @@
*
* If you figure out how to do this on another system,
* please let me know. <gwr@mc.com>
+ *
+ * $Id$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/getif.c b/libexec/bootpd/getif.c
index c9c08cd..eeff50f 100644
--- a/libexec/bootpd/getif.c
+++ b/libexec/bootpd/getif.c
@@ -1,5 +1,7 @@
/*
* getif.c : get an interface structure
+ *
+ * $Id$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/hash.c b/libexec/bootpd/hash.c
index 9637c9a..f959751 100644
--- a/libexec/bootpd/hash.c
+++ b/libexec/bootpd/hash.c
@@ -18,6 +18,9 @@ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
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$
+
************************************************************************/
/*
diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c
index 81c1c98..bc41cff 100644
--- a/libexec/bootpd/hwaddr.c
+++ b/libexec/bootpd/hwaddr.c
@@ -1,6 +1,8 @@
/*
* hwaddr.c - routines that deal with hardware addresses.
* (i.e. Ethernet)
+ *
+ * $Id$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/hwaddr.h b/libexec/bootpd/hwaddr.h
index 8b40799..b0a8c29 100644
--- a/libexec/bootpd/hwaddr.h
+++ b/libexec/bootpd/hwaddr.h
@@ -1,4 +1,9 @@
-/* hwaddr.h */
+/*
+ * hwaddr.h
+ *
+ * $Id$
+ */
+
#ifndef HWADDR_H
#define HWADDR_H
diff --git a/libexec/bootpd/lookup.c b/libexec/bootpd/lookup.c
index c99f1b8..ed1a27c 100644
--- a/libexec/bootpd/lookup.c
+++ b/libexec/bootpd/lookup.c
@@ -1,5 +1,7 @@
/*
* lookup.c - Lookup IP address, HW address, netmask
+ *
+ * $Id$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/patchlevel.h b/libexec/bootpd/patchlevel.h
index 3909c64..85566b5 100644
--- a/libexec/bootpd/patchlevel.h
+++ b/libexec/bootpd/patchlevel.h
@@ -1,3 +1,8 @@
-/* patchlevel.h */
+/*
+ * patchlevel.h
+ *
+ * $Id$
+ */
+
#define VERSION "2.4"
#define PATCHLEVEL 3
diff --git a/libexec/bootpd/readfile.c b/libexec/bootpd/readfile.c
index f7fbdc0..8dfd430 100644
--- a/libexec/bootpd/readfile.c
+++ b/libexec/bootpd/readfile.c
@@ -18,6 +18,9 @@ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
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$
+
************************************************************************/
/*
diff --git a/libexec/bootpd/tools/bootpef/bootpef.c b/libexec/bootpd/tools/bootpef/bootpef.c
index 3ffe50b..c7e9276 100644
--- a/libexec/bootpd/tools/bootpef/bootpef.c
+++ b/libexec/bootpd/tools/bootpef/bootpef.c
@@ -18,6 +18,9 @@ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
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$
+
************************************************************************/
/*
diff --git a/libexec/bootpd/tools/bootptest/bootptest.c b/libexec/bootpd/tools/bootptest/bootptest.c
index c4e38d4..2e23112 100644
--- a/libexec/bootpd/tools/bootptest/bootptest.c
+++ b/libexec/bootpd/tools/bootptest/bootptest.c
@@ -30,6 +30,8 @@
* 10/11/93 Released version 1.1
* 09/28/93 Released version 1.0
* 09/93 Original developed by Gordon W. Ross <gwr@mc.com>
+ *
+ * $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 ff31670..8390321 100644
--- a/libexec/bootpd/tools/bootptest/print-bootp.c
+++ b/libexec/bootpd/tools/bootptest/print-bootp.c
@@ -22,6 +22,8 @@
*
* This file was copied from tcpdump-2.1.1 and modified.
* There is an e-mail list for tcpdump: <tcpdump@ee.lbl.gov>
+ *
+ * $Id$
*/
#include <stdio.h>
diff --git a/libexec/bootpd/trygetea.c b/libexec/bootpd/trygetea.c
index 5510995..41800d7 100644
--- a/libexec/bootpd/trygetea.c
+++ b/libexec/bootpd/trygetea.c
@@ -1,5 +1,7 @@
/*
* trygetea.c - test program for getether.c
+ *
+ * $Id$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/trygetif.c b/libexec/bootpd/trygetif.c
index 8c78ee3..e6226dc 100644
--- a/libexec/bootpd/trygetif.c
+++ b/libexec/bootpd/trygetif.c
@@ -1,5 +1,7 @@
/*
* trygetif.c - test program for getif.c
+ *
+ * $Id$
*/
#include <sys/types.h>
diff --git a/libexec/bootpd/trylook.c b/libexec/bootpd/trylook.c
index 0479166..0681dce 100644
--- a/libexec/bootpd/trylook.c
+++ b/libexec/bootpd/trylook.c
@@ -1,5 +1,7 @@
/*
* trylook.c - test program for lookup.c
+ *
+ * $Id$
*/
#include <sys/types.h>
OpenPOWER on IntegriCloud