diff options
author | Paul Mackerras <paulus@samba.org> | 1999-03-31 06:07:59 +0000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 1999-03-31 06:07:59 +0000 |
commit | 713f439d750c5774b1ae86b9b830a35819d00d2e (patch) | |
tree | 03d27df9de8eb7479c769efd8d506d165490e976 /README.linux | |
parent | 768532f702f8af685d29ed278f352e1c79141112 (diff) | |
download | ppp-713f439d750c5774b1ae86b9b830a35819d00d2e.tar.gz |
update version to 2.3.7
Diffstat (limited to 'README.linux')
-rw-r--r-- | README.linux | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/README.linux b/README.linux index c43c3e7..3842087 100644 --- a/README.linux +++ b/README.linux @@ -1,7 +1,7 @@ -PPP for Linux Version 2.3.6 +PPP for Linux Version 2.3.7 ============= based on - ppp-2.3.6 - February 1999 + ppp-2.3.7 + March 1999 Michael Callahan callahan@maths.ox.ac.uk Al Longyear longyear@netcom.com @@ -84,9 +84,9 @@ Paul Mackerras rewrote and restructured the code for improved performance and to make a cleaner separation between the network-interface and async TTY parts of the ppp driver. - Nick Walker added the code to query the peer for DNS server addresses. + INSTALLATION This version of PPP has been tested on various Linux kernel versions @@ -166,12 +166,14 @@ set of symbolic links to the makefiles. They should link 'Makefile' to 2. Update the kernel sources. If you are using a 2.2.x kernel (or a recent 2.1.x kernel), you do not -need to do this step. If your kernel is already configured for PPP, -then you only need to do steps 5 and 6. Otherwise, continue at step 3. - -If you are using a 2.0.x kernel, you need to update the kernel ppp -driver to the version in this package. You will need a copy of the -kernel source tree to do this. Issue the command: +need to do this step unless you need the synchronous HDLC support. If +your kernel is already configured for PPP, then you only need to do +steps 5 and 6. Otherwise, continue at step 3. + +If you are using a 2.0.x kernel, or you need the synchronous HDLC +support, you need to update the kernel ppp driver to the version in +this package. You will need a copy of the kernel source tree to do +this. Issue the command: make kernel |