mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
a259370930
Approved by: jpaetzel (maintainer)
14 lines
568 B
Plaintext
14 lines
568 B
Plaintext
**** This port installs dhcp relay daemon, but doesn't invoke dhcrelay by
|
|
default. If you want to invoke dhcrelay at startup, put these lines
|
|
into /etc/rc.conf.
|
|
|
|
dhcrelay_enable="YES"
|
|
dhcrelay_flags="" # command option(s)
|
|
dhcrelay_servers="" # dhcrelay server(s)
|
|
dhcrelay_ifaces="" # ethernet interface(s)
|
|
|
|
**** For instance, rc.conf like variables are still read from
|
|
%%PREFIX%%/etc/rc.isc-dhcrelay.conf. They should be move
|
|
into /etc/rc.conf. Also, the dhcrelay_options variable
|
|
must be renamed dhcrelay_flags.
|