Linux Patches for ISC DHCPD
===========================

This is a patch to the Internet Software Consortium's (www.isc.org) 
dhcp-1.0.0 package.  I have added two features:  a command in the
dhcpd.conf file to specify a single interface (for Linux and other
socket-only systems, to allow you to run dhcpd against a single,
specified interface on a system with more than one Ethernet card) and
an enhanced format for lease-time entry.  I recommend you read the
sample dhcpd.conf I have included to see how both these options work.

INSTALLING:

First, download and unpack dhcp-1.0.0.tar.gz from ISC.  I recommend
you run the configure script first, then install the patch:

    ./configure
    patch <patchfile

(assuming you are in the same directory as the source, and have copied
the patchfile there.)

ALL COMMENTS to Chris Gonnerman <chris.gonnerman@usa.net>

AS ALWAYS, YOUR MILEAGE MAY VARY.  

THIS PATCH IS PROVIDED BY CHRIS GONNERMAN AND NEW CENTURY COMPUTERS
``AS IS'' WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT 
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
FOR A PARTICULAR PURPOSE.  IN NO EVENT SHALL CHRIS GONNERMAN OR
NEW CENTURY COMPUTERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
