diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2014-02-05 03:38:57 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2014-02-05 03:38:57 +0000 |
commit | 0e237a5530c9fadc91f32337dd02306f107409fe (patch) | |
tree | c45fb6dd5a6087b23951c3d7f22467fda118cf55 /net/isc-dhcp43-relay | |
parent | 208fbcfdfb403d4b8440c005141d8476ec9549b9 (diff) |
- Copy net/isc-dhcp42-* to net/isc-dhcp43-*
- Update to 4.3.0
Notes
Notes:
svn path=/head/; revision=342629
Diffstat (limited to 'net/isc-dhcp43-relay')
-rw-r--r-- | net/isc-dhcp43-relay/Makefile | 10 | ||||
-rw-r--r-- | net/isc-dhcp43-relay/pkg-descr | 9 | ||||
-rw-r--r-- | net/isc-dhcp43-relay/pkg-message | 8 | ||||
-rw-r--r-- | net/isc-dhcp43-relay/pkg-plist | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/net/isc-dhcp43-relay/Makefile b/net/isc-dhcp43-relay/Makefile new file mode 100644 index 000000000000..55b87dcf7c91 --- /dev/null +++ b/net/isc-dhcp43-relay/Makefile @@ -0,0 +1,10 @@ +# Created by: Ryan Steinmetz <rpsfa@rit.edu> +# $FreeBSD$ + +COMMENT= The ISC Dynamic Host Configuration Protocol relay + +SUBSYS= relay +MASTERDIR= ${.CURDIR}/../isc-dhcp43-server + +NO_STAGE= yes +.include "${MASTERDIR}/Makefile" diff --git a/net/isc-dhcp43-relay/pkg-descr b/net/isc-dhcp43-relay/pkg-descr new file mode 100644 index 000000000000..13a4d863a58d --- /dev/null +++ b/net/isc-dhcp43-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-dhcp43-relay/pkg-message b/net/isc-dhcp43-relay/pkg-message new file mode 100644 index 000000000000..3b246d6a38c2 --- /dev/null +++ b/net/isc-dhcp43-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-dhcp43-relay/pkg-plist b/net/isc-dhcp43-relay/pkg-plist new file mode 100644 index 000000000000..20fe50afa398 --- /dev/null +++ b/net/isc-dhcp43-relay/pkg-plist @@ -0,0 +1,5 @@ +@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 |