diff options
Diffstat (limited to 'net/isc-dhcp3-client/pkg-message')
-rw-r--r-- | net/isc-dhcp3-client/pkg-message | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/isc-dhcp3-client/pkg-message b/net/isc-dhcp3-client/pkg-message index 3138203501ca..b406fd04fbd8 100644 --- a/net/isc-dhcp3-client/pkg-message +++ b/net/isc-dhcp3-client/pkg-message @@ -1,7 +1,10 @@ **** To setup dhclient, you may need to edit /etc/rc.conf to replace the base system dhclient, such as : - dhcp_program="%%PREFIX%%/sbin/dhclient" - dhcp_flags="-q" + + dhcp_program="%%PREFIX%%/sbin/dhclient" + dhcp_flags="-q" + See dhclient(8), using the following command, for details about other possible options: - MANPATH=%%MAN1PREFIX%%/man man 8 dhclient + + MANPATH=%%MAN1PREFIX%%/man man 8 dhclient |