blob: 86e537b08ac990bd9cd14a02b5131b2cf0394b40 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[
{ type: install
message: <<EOM
**** 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=%%PREFIX%%/man man 8 dhclient
EOM
}
]
|