1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
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

11 lines
335 B
Plaintext

**** 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