summaryrefslogtreecommitdiff
path: root/net/isc-dhcp41-client/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'net/isc-dhcp41-client/pkg-message')
-rw-r--r--net/isc-dhcp41-client/pkg-message10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/isc-dhcp41-client/pkg-message b/net/isc-dhcp41-client/pkg-message
new file mode 100644
index 000000000000..106035b3b8ff
--- /dev/null
+++ b/net/isc-dhcp41-client/pkg-message
@@ -0,0 +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"
+
+ See dhclient(8), using the following command, for details about other
+ possible options:
+
+ MANPATH=%%MAN1PREFIX%%/man man 8 dhclient