
		    Installation instructions:
		----------------------------------

 GADMIN-DHCPD cant be installed without giving the correct configure options.

 This can be used for RedHat and Fedora:
 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib/dhcp --sbindir=/usr/sbin

 This can be used for Debian systems:
 ./configure DHCPD_BINARY=dhcpd3 --prefix=/usr --sysconfdir=/etc/dhcp3 --localstatedir=/var/lib/dhcp3 --sbindir=/usr/sbin

 For LFS use --localstatedir=/var/state/dhcp

 The sysconfdir should be pointed to the directory containing dhcpd.conf
 For a Redhat/Fedora system this is /etc for Debian its /etc/dhcp3

 The localstatedir should be pointed to the directory containing dhcpd.leases
 For a Redhat/Fedora system this is /var/lib/dhcp and Debian uses /var/lib/dhcp3

 After the configure stage has completed with no errors its time to compile the source:
 make

 The final stage, installing the program and its datafiles:
 make install

 Alternatively use: ./Autoinstall (change it to fit your system)

 Currently gadmin-dhcpd has support for the following systems to a varying degree:
 Linux
 FreeBSD
 OpenBSD
 NetBSD
 Darwin Mac OSX
 AIX
 HP-UX
 Solaris
 SunOS

 If gadmin-dhcpd doesnt work flawlessly on your system and you know how to correct it
 then send a mail explaining how to this in detail, preferrably with a patch to:
 magnus-swe@telia.com (comments and questions are also welcome).
