aboutsummaryrefslogtreecommitdiffstats
path: root/net/isc-dhcp31-relay/pkg-message
blob: c0917bf31b637353cba08873bc8e2d0fd187607c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
****  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.