freebsd-ports/net/isc-dhcp44-client/pkg-message
2024-01-10 14:13:03 +01:00

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
}
]