diff options
author | brian <brian@FreeBSD.org> | 1999-03-28 00:22:44 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-03-28 00:22:44 +0000 |
commit | 4af7c4543d69efa54070a979c558a5b8a9cae495 (patch) | |
tree | 774fdf22a277ec3df5f6f892c3815205dca0c1ba | |
parent | a976359db5d220f9d0383d311a28bbc14d35e6b4 (diff) | |
download | FreeBSD-src-4af7c4543d69efa54070a979c558a5b8a9cae495.zip FreeBSD-src-4af7c4543d69efa54070a979c558a5b8a9cae495.tar.gz |
Increase the timeout and wait for ``PPP'' in the compuserve
example.
Submitted by: MALCOLM BOFF <Malcolm_Boff@compuserve.com>
-rw-r--r-- | share/examples/ppp/ppp.conf.sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/ppp/ppp.conf.sample b/share/examples/ppp/ppp.conf.sample index af63830..b429399 100644 --- a/share/examples/ppp/ppp.conf.sample +++ b/share/examples/ppp/ppp.conf.sample @@ -4,7 +4,7 @@ # # Originally written by Toshiharu OHNO # -# $Id: ppp.conf.sample,v 1.1 1999/02/11 16:33:14 brian Exp $ +# $Id: ppp.conf.sample,v 1.2 1999/02/13 00:59:19 brian Exp $ # ################################################################# @@ -342,8 +342,8 @@ direct-server: compuserve: set phone 1234567 set parity even - set login "TIMEOUT 10 \"\" \"\" Name: CIS ID: 99999,9999/go:pppconnect \ - word: XXXXXXXX" + set login "TIMEOUT 100 \"\" \"\" Name: CIS ID: 999999,9999/go:pppconnect \ + word: XXXXXXXX PPP" set timeout 300 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 delete ALL |