freebsd-ports/net/isc-dhcp44-client/pkg-message
Mathieu Arnold 2614c95748 Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
2019-08-14 08:48:50 +00:00

16 lines
380 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=%%MAN1PREFIX%%/man man 8 dhclient
EOM
}
]