freebsd-ports/net/isc-dhcp41-client/pkg-message
Ryan Steinmetz e7099d1820 - Correct pkg-message sample syntax
Approved by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
2012-09-06 21:48:46 +00:00

10 lines
335 B
Text

**** To setup dhclient, you may need to edit /etc/rc.conf to replace the
base system dhclient, such as:
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