Spell synchronous with required silent 'h'.

Reported by:	ru, ceri
Pointy hat:	brooks
This commit is contained in:
Brooks Davis 2006-04-13 18:34:14 +00:00
parent ebd1e9136f
commit c1ba2105e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157737
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -233,7 +233,7 @@ syncdhcpif()
;;
esac
done
if checkyesno syncronous_dhclient; then
if checkyesno synchronous_dhclient; then
return 0
else
return 1

View File

@ -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