summaryrefslogtreecommitdiffstats
path: root/sysconfig.txt
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-08-11 16:37:45 +0000
committerBill Nottingham <notting@redhat.com>2004-08-11 16:37:45 +0000
commitdf0aafbb83653e9da9ebe717ce7dc94d0b542994 (patch)
tree7457144f6bae7702a38e9fafd075be941c654f3d /sysconfig.txt
parentb74174ef3b647967dfb757fd0dc9e90d3394612c (diff)
downloadinitscripts-df0aafbb83653e9da9ebe717ce7dc94d0b542994.tar.gz
initscripts-df0aafbb83653e9da9ebe717ce7dc94d0b542994.tar.xz
initscripts-df0aafbb83653e9da9ebe717ce7dc94d0b542994.zip
spelling :)r7-61-1
Diffstat (limited to 'sysconfig.txt')
-rw-r--r--sysconfig.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysconfig.txt b/sysconfig.txt
index 9bc4322e..1110b116 100644
--- a/sysconfig.txt
+++ b/sysconfig.txt
@@ -543,13 +543,13 @@ Files in /etc/sysconfig/network-scripts/
Set the hardware address for this device to this.
Use of this in conjunction with HWADDR= may cause
unintended behavior.
- PERSISTANT_DHCLIENT=yes|no|1|0
+ PERSISTENT_DHCLIENT=yes|no|1|0
Without this option, or if it is 'no'/'0', and BOOTPROTO=dhcp,
dhclient is run for the interface in "one-shot" mode; if the
dhcp server does not respond for a configurable timeout, then
dhclient exits and the interface is not brought up -
the '-1' option is given to dhclient.
- If PERSISTANT_DHCLIENT=yes, then dhclient will keep on trying
+ If PERSISTENT_DHCLIENT=yes, then dhclient will keep on trying
to contact the dhcp server when it does not respond - no '-1'
option is given to dhclient.