net/isc-dhcp44-relay: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2019-08-18 05:50:38 +02:00
parent d481a6c636
commit bbcc0c2f52

View file

@ -1,3 +1,6 @@
[
{ type: install
message: <<EOM
**** 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:
@ -6,3 +9,6 @@
dhcrelay_flags="" # command option(s)
dhcrelay_servers="" # dhcrelay server(s)
dhcrelay_ifaces="" # ethernet interface(s)
EOM
}
]