Package: dhcp Version: 4.1.0p1 Revision: 2 Description: Server/Client by the ISC License: OSI-Approved Maintainer: Michael Richmond Depends: daemonic ### doesn't like gcc >= 4.2. Fixed in 4.1.1+ BuildDepends: fink (>= 0.24.12), system-openssl-dev, gcc4.0 Conflicts: dhcp, dhcp-4.1.1b1 Replaces: dhcp, dhcp-4.1.1b1 Source: ftp://ftp.isc.org/isc/%n/%n-%v.tar.gz Source-MD5: 325ff8338c5a21f89d5304ac13ffebdf SetCC: gcc-4.0 SetCXX: g++-4.0 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/%nd.conf %p/etc/dhclient.conf DaemonicName: org.isc.%n 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 %n' to launch at startup. Run 'sudo daemonic enable %n' to launch immediately. <<