diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-07-07 19:45:26 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-07-07 19:45:26 +0000 |
commit | e080f8cb9aacdb2ce2a5e471fe87538d9dcd977e (patch) | |
tree | 48bf3c1365e5d0c7b8dda6b091d4703ddf0255c7 /net/isc-dhcp42-relay | |
parent | 867344907176122e9dcd727e48ad6fca3c981ac2 (diff) |
Notes
Diffstat (limited to 'net/isc-dhcp42-relay')
-rw-r--r-- | net/isc-dhcp42-relay/Makefile | 13 | ||||
-rw-r--r-- | net/isc-dhcp42-relay/pkg-descr | 9 | ||||
-rw-r--r-- | net/isc-dhcp42-relay/pkg-message | 8 | ||||
-rw-r--r-- | net/isc-dhcp42-relay/pkg-plist | 6 |
4 files changed, 36 insertions, 0 deletions
diff --git a/net/isc-dhcp42-relay/Makefile b/net/isc-dhcp42-relay/Makefile new file mode 100644 index 000000000000..ebcc85c36221 --- /dev/null +++ b/net/isc-dhcp42-relay/Makefile @@ -0,0 +1,13 @@ +# Ports collection makefile for: isc-dhcp42-relay +# Date created: 29 June 2011 +# Whom: Ryan Steinmetz <rpsfa@rit.edu> +# +# $FreeBSD$ +# + +COMMENT= The ISC Dynamic Host Configuration Protocol relay + +SUBSYS= relay +MASTERDIR= ${.CURDIR}/../isc-dhcp42-server + +.include "${MASTERDIR}/Makefile" diff --git a/net/isc-dhcp42-relay/pkg-descr b/net/isc-dhcp42-relay/pkg-descr new file mode 100644 index 000000000000..13a4d863a58d --- /dev/null +++ b/net/isc-dhcp42-relay/pkg-descr @@ -0,0 +1,9 @@ +The ISC Dynamic Host Configuration Protocol Distribution provides a +freely redistributable 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 (this port) + +WWW: https://www.isc.org/products/DHCP/ diff --git a/net/isc-dhcp42-relay/pkg-message b/net/isc-dhcp42-relay/pkg-message new file mode 100644 index 000000000000..3b246d6a38c2 --- /dev/null +++ b/net/isc-dhcp42-relay/pkg-message @@ -0,0 +1,8 @@ +**** This port installs the dhcp relay daemon, but doesn't invoke dhcrelay by + default. If you want to invoke dhcrelay at startup, add the following + lines to /etc/rc.conf: + + dhcrelay_enable="YES" + dhcrelay_flags="" # command option(s) + dhcrelay_servers="" # dhcrelay server(s) + dhcrelay_ifaces="" # ethernet interface(s) diff --git a/net/isc-dhcp42-relay/pkg-plist b/net/isc-dhcp42-relay/pkg-plist new file mode 100644 index 000000000000..9451e9795e35 --- /dev/null +++ b/net/isc-dhcp42-relay/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD: /tmp/pcvs/ports/net/isc-dhcp42-relay/pkg-plist,v 1.1 2011-07-07 19:45:26 dougb Exp $ +@unexec %D/etc/rc.d/isc-dhcrelay.sh forcestop 2>/dev/null || true +@unexec %D/etc/rc.d/isc-dhcrelay forcestop 2>/dev/null || true +%%IPV6%%@unexec %D/etc/rc.d/isc-dhcrelay6 forcestop 2>/dev/null || true +%%IPV6%%etc/rc.d/isc-dhcrelay6 +sbin/dhcrelay |