## Last updated : Thu Aug 18 23:38:27 1994

Tidy up rc.bootp script to use "hostname -S" and "mv -f", when setting
up the resolver code.
JSP 23/02/94

Added the in2host code to bootpc.c (new --in2host option) and reworked
rc.bootp to use this to get the DOMAIN if the bootp reply doesn't set
it following discussion with bootp server manager about meaning of
DOMAIN field being unclear.  This code attempts to guess the DOMAIN
from the gethostbyaddr() lookup for the IP address by removing the
leaf component.  Also tidied up code a little, bumped version to 0.20.
JSP 17/02/94

Fix bug in TAG 1 handling (added wrong increment to cookie counter),
also fixed handling of TAGs 128 to 254 as per RFC1497.
JSP 27/05/94

Fix default boot image to ask for from "linux" to "", since it was
reported to cause problems.
JSP 17/06/94

Fix for new kernels change low level ifreq.ifr_hwaddr changes.
JSP 18/06/94

Added --server <address> option to allow better testing and in case
anyone wants to force the lookup from a particular server, or a
particular network (it might just happen...)
JSP 18/06/94

Rewrite large chunks of rc.bootp to take account of changes suggested
by various people (setting up loopback, and tidying up the code.
JSP 18/06/94

Changed detection of NET3 code as suggested by A.Cox, added extra checks
for device being ethernet type (on NET3 only) which is only type currently
supported.
JSP 20/06/94

Removed old -S option from hostname command in rc.bootp and rearranged
a few lines.  Changed rc.bootp to use --server anyway (as an example.)
Changed --in2host to generate DONEIN2HOST line and changed rc.bootp
accordingly.
JSP 20/06/94

Added -m486 to the CFLAGS line in the Makefile.
JSP 20/06/94

Minor tidyups to comments in rc.bootp and bootpc.c for next release (which
is very late!)
JSP 16/08/94

Added new --hwaddr option to ask for a MAC address other than ours
(doesn't work on some (most?) bootp servers since they reply to the MAC
address quoted not to the one we sent from.)
JSP 17/08/94

Fixed rc.bootp to remove the route it makes before taking the network down
after the bootp request.  This is just cleanliness.
JSP 18/08/94

Added code to FatalError() to print the errno and a message about the
looping is --debug is set.
JSP 18/08/94

Added new WHEN-IT-FAILS file with some information on how to look for
common problems and report faults with the bootpc code.
JSP 18/08/94
