Spell synchronous with required silent 'h'.
Reported by: ru, ceri Pointy hat: brooks
This commit is contained in:
parent
ebd1e9136f
commit
c1ba2105e8
@ -95,7 +95,7 @@ nisdomainname="NO" # Set to NIS domain if using NIS (or NO).
|
||||
dhclient_program="/sbin/dhclient" # Path to dhcp client program.
|
||||
dhclient_flags="" # Additional flags to pass to dhcp client.
|
||||
background_dhclient="NO" # Start dhcp client in the background.
|
||||
syncronous_dhclient="YES" # Start dhclient directly on configured
|
||||
synchronous_dhclient="YES" # Start dhclient directly on configured
|
||||
# interfaces during startup.
|
||||
firewall_enable="NO" # Set to YES to enable firewall functionality
|
||||
firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall
|
||||
|
@ -233,7 +233,7 @@ syncdhcpif()
|
||||
;;
|
||||
esac
|
||||
done
|
||||
if checkyesno syncronous_dhclient; then
|
||||
if checkyesno synchronous_dhclient; then
|
||||
return 0
|
||||
else
|
||||
return 1
|
||||
|
@ -364,13 +364,13 @@ to start the DHCP client in background.
|
||||
This can cause trouble with applications depending on
|
||||
a working network, but it will provide a faster startup
|
||||
in many cases.
|
||||
.It Va syncronous_dhclient
|
||||
.It Va synchronous_dhclient
|
||||
.Pq Bt bool
|
||||
Set to
|
||||
.Dq Li NO
|
||||
to start
|
||||
.Xr dhclient 8
|
||||
only in response to interface events and not syncronously at startup.
|
||||
only in response to interface events and not synchronously at startup.
|
||||
This behavior can be overridden on a per-interface basis by replacing
|
||||
the
|
||||
.Dq Li DHCP
|
||||
|
Loading…
x
Reference in New Issue
Block a user