blob: 02fa68d3c407adfcbb7287a542325ae97db5ebcf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[
{ 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:
dhcrelay_enable="YES"
dhcrelay_flags="" # command option(s)
dhcrelay_servers="" # dhcrelay server(s)
dhcrelay_ifaces="" # ethernet interface(s)
EOM
}
]
|