summaryrefslogtreecommitdiff
path: root/net/isc-dhcp43-client/pkg-message
blob: 0fe9a2b27a0c762a6b04dd13a822c5580452257c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
****  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