diff options
author | Bill Nottingham <notting@redhat.com> | 2000-12-12 07:37:48 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-12-12 07:37:48 +0000 |
commit | 6cdbc1fbbfd1de615402e1ddcc1dbb1590b69dd5 (patch) | |
tree | e1d7061544432640720d9f9bf1d56975dfdd5edc /sysconfig.txt | |
parent | 7598f8cb5a31d96c26090cadda678c1ea1a5dc37 (diff) | |
download | initscripts-6cdbc1fbbfd1de615402e1ddcc1dbb1590b69dd5.tar initscripts-6cdbc1fbbfd1de615402e1ddcc1dbb1590b69dd5.tar.gz initscripts-6cdbc1fbbfd1de615402e1ddcc1dbb1590b69dd5.tar.bz2 initscripts-6cdbc1fbbfd1de615402e1ddcc1dbb1590b69dd5.tar.xz initscripts-6cdbc1fbbfd1de615402e1ddcc1dbb1590b69dd5.zip |
add MAXFAIL patch for maximum number of failures (#10639)
Diffstat (limited to 'sysconfig.txt')
-rw-r--r-- | sysconfig.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysconfig.txt b/sysconfig.txt index 673d20af..712231e2 100644 --- a/sysconfig.txt +++ b/sysconfig.txt @@ -427,6 +427,9 @@ Files in /etc/sysconfig/network-scripts/ is made to bring up the connection. Note that some connect scripts (for example, wvdial) might do their own retries (such as BUSY or NO DIALTONE conditions). + MAXFAIL=<number> + If this is set, this will cause ppp-watch to exit after + the specified number of attempts. DEMAND=yes|no Switches on demand-dialing mode using pppd's "demand" option. IDLETIMEOUT=600 |