dhcp-4.1.1b1 _unstable_ port information

Package: dhcp-4.1.1b1
Version: 4.1.1b1
Revision: 1
Description: Server/Client by the ISC
License: OSI-Approved
Maintainer: Michael Richmond
Depends: daemonic
BuildDepends: fink (>= 0.24.12), system-openssl-dev
Source: ftp://ftp.isc.org/isc/dhcp/dhcp-%v.tar.gz
Source-MD5: 20ee8a5328af03d528414d06883973fc
ConfigureParams: <<
--disable-dependency-tracking --enable-paranoia --localstatedir=%p/var
<<
InstallScript: <<
make -j1 install DESTDIR=%d
/usr/bin/install -d -m 755 %i/var/db
<<
DocFiles: <<
LICENSE README RELNOTES doc/IANA-arp-parameters doc/References.html
doc/References.txt doc/References.xml doc/api+protocol
<<
ConfFiles: %p/etc/dhcpd.conf %p/etc/dhclient.conf
DaemonicName: org.isc.dhcp
DaemonicFile: <<


DHCP Server


Starting DHCP Server


%p/sbin/dhcpd -q -cf %p/etc/dhcpd.conf -lf %p/var/db/dhcpd.leases


<<
Homepage: http://www.isc.org/products/DHCP/
DescDetail: <<
The ISC Dynamic Host Configuration Protocol Distribution provides a freely
re-distributable reference implementation of all aspects of the DHCP
protocol, through a suite of DHCP tools:

- A DHCP server
- A DHCP client
- A DHCP relay agent

These tools all use a modular APIB which is designed to be sufficiently
general that it can easily be made to work on POSIX-compliant operating
systems and also non-POSIX systems like Windows NT and MacOS.
.
The DHCP server, client and relay agent are provided both as reference
implementations of the protocol and as working, fully-featured sample
implementations. Both the client and the server provide functionality that,
while not strictly required by the protocol, is very useful in practice. The
DHCP server also makes allowances for non-compliant clients which one might
still like to support.
<<
DescUsage: <<
Run 'sudo daemonic install dhcp' to launch at startup.
Run 'sudo daemonic enable dhcp' to launch immediately.
<<