1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

- Don't use contractions

- discuss the setting of hostname in the face of DHCP

Submitted by:	John Baldwin <jobaldwi@vt.edu>  (DHCP part)
This commit is contained in:
David E. O'Brien 1999-09-02 05:12:03 +00:00
parent a3d5686298
commit 6a37402ef6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50783

View File

@ -126,11 +126,13 @@ daemon.
.It Ar hostname
(str) The Fully Qualified Domain Name of your host on the network.
This should almost certainly be set to something meaningful, even if
you've no network connected.
you have no network connected. If you are using
.Xr dhclient 8
to set your hostname via DHCP, this variable should be set to an empty string.
.It Ar nisdomainname
(str) The NIS domainname of your host, or
.Ar NO
if you're not running NIS.
if you are not running NIS.
.It Ar dhcp_program
(str) Path to the DHCP client progam (/sbin/dhclient, the ISC DHCP client,
is the default).
@ -139,7 +141,7 @@ is the default).
.It Ar firewall_enable
(bool) Set to
.Ar NO
if you don't want have firewall rules loaded at startup, or
if you do not want have firewall rules loaded at startup, or
.Ar YES
if you do.
If set to