forked from Lainports/freebsd-ports
16 lines
376 B
Text
16 lines
376 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
**** To setup dhclient, you may need to edit /etc/rc.conf to replace the
|
|
base system dhclient as follows:
|
|
|
|
dhclient_program="%%PREFIX%%/sbin/dhclient"
|
|
dhclient_flags="-q"
|
|
|
|
See dhclient(8), using the following command, for details about other
|
|
possible options:
|
|
|
|
MANPATH=%%PREFIX%%/man man 8 dhclient
|
|
EOM
|
|
}
|
|
]
|