Mention that the 2.2.5 version of ppp doesn't work with some
ppp implementations and has been subsequently fixed.
This commit is contained in:
parent
af3c952071
commit
1b7c49bb9e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2347
2 changed files with 42 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$Date: 1997-12-29 20:54:25 $">
|
||||
<!ENTITY date "$Date: 1998-01-10 04:04:12 $">
|
||||
<!ENTITY title "FreeBSD 2.2.5 Errata Notes">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: errata.sgml,v 1.3 1997-12-29 20:54:25 jkh Exp $ -->
|
||||
<!-- $Id: errata.sgml,v 1.4 1998-01-10 04:04:12 brian Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -86,6 +86,25 @@ Fix: Execute the following commands (as root) and re-run XF86Setup.
|
|||
If XF86Setup asks you if you want to use the existing XF86Config for
|
||||
defaults choose no. When it asks you if you want to create an 'X'
|
||||
link to the server choose yes.
|
||||
|
||||
o A bug in the phase diagram implementation of user-level ppp causes
|
||||
problems with some ppp implementations when shutting down the link.
|
||||
The line will go dead, but the modem will not hang up unless done
|
||||
manually using pppctl (or a switch).
|
||||
|
||||
Fix: A version of ppp derived from the -current sources is available on
|
||||
|
||||
<a href="http://www.FreeBSD.org/~brian">http://www.FreeBSD.org/~brian</a>
|
||||
|
||||
It should build on any version of FreeBSD from 2.0.5 onwards.
|
||||
This code is available in the -current tree, but not (yet) in the
|
||||
2.2-STABLE tree.
|
||||
|
||||
Further documentation can be found at these locations:
|
||||
|
||||
<a href="http://www.Awfulhak.org/ppp.html">Document references</a>
|
||||
<a href="http://www.FreeBSD.org/FAQ/userppp.html">FAQ</a>
|
||||
<a href="http://www.FreeBSD.org/handbook/userppp.html">handbook</a>
|
||||
</pre>
|
||||
|
||||
&footer;
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$Date: 1997-12-29 20:54:25 $">
|
||||
<!ENTITY date "$Date: 1998-01-10 04:04:12 $">
|
||||
<!ENTITY title "FreeBSD 2.2.5 Errata Notes">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: errata.sgml,v 1.3 1997-12-29 20:54:25 jkh Exp $ -->
|
||||
<!-- $Id: errata.sgml,v 1.4 1998-01-10 04:04:12 brian Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -86,6 +86,25 @@ Fix: Execute the following commands (as root) and re-run XF86Setup.
|
|||
If XF86Setup asks you if you want to use the existing XF86Config for
|
||||
defaults choose no. When it asks you if you want to create an 'X'
|
||||
link to the server choose yes.
|
||||
|
||||
o A bug in the phase diagram implementation of user-level ppp causes
|
||||
problems with some ppp implementations when shutting down the link.
|
||||
The line will go dead, but the modem will not hang up unless done
|
||||
manually using pppctl (or a switch).
|
||||
|
||||
Fix: A version of ppp derived from the -current sources is available on
|
||||
|
||||
<a href="http://www.FreeBSD.org/~brian">http://www.FreeBSD.org/~brian</a>
|
||||
|
||||
It should build on any version of FreeBSD from 2.0.5 onwards.
|
||||
This code is available in the -current tree, but not (yet) in the
|
||||
2.2-STABLE tree.
|
||||
|
||||
Further documentation can be found at these locations:
|
||||
|
||||
<a href="http://www.Awfulhak.org/ppp.html">Document references</a>
|
||||
<a href="http://www.FreeBSD.org/FAQ/userppp.html">FAQ</a>
|
||||
<a href="http://www.FreeBSD.org/handbook/userppp.html">handbook</a>
|
||||
</pre>
|
||||
|
||||
&footer;
|
||||
|
|
Loading…
Reference in a new issue