From e32ef43fd85e5444a8fbfc7e671715bfaf65f226 Mon Sep 17 00:00:00 2001 From: adrianp Date: Wed, 13 Feb 2008 22:06:55 +0000 Subject: ISC's Dynamic Host Configuration Protocol Distribution provides a freely redistributable reference implementation of all aspects of DHCP, through a suite of DHCP tools: * A DHCP server * A DHCP client * A DHCP relay agent These tools all use a modular API 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. This package contains the Relay component. --- net/isc-dhcrelay4/PLIST | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 net/isc-dhcrelay4/PLIST (limited to 'net/isc-dhcrelay4/PLIST') diff --git a/net/isc-dhcrelay4/PLIST b/net/isc-dhcrelay4/PLIST new file mode 100644 index 00000000000..16026b2ec6f --- /dev/null +++ b/net/isc-dhcrelay4/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/13 22:06:55 adrianp Exp $ +man/man8/dhcrelay.8 +sbin/dhcrelay +share/examples/rc.d/isc_dhcrelay -- cgit v1.2.3