Skip to content

Commit b6718b4

Browse files
committed
Update the FAQ entries about IPv6.
1 parent 5e700ac commit b6718b4

File tree

2 files changed

+4
-25
lines changed

2 files changed

+4
-25
lines changed

proftpdfaq-docbook.sgml

+2-11
Original file line numberDiff line numberDiff line change
@@ -381,14 +381,6 @@ compiling for 2.0.x on a 2.0.x system. However when compiling on a
381381
<ulink url="http://www.proftpd.org/proftpd-devel-archive/99-10/msg00073.html">http://www.proftpd.org/proftpd-devel-archive/99-10/msg00073.html</ulink></para>
382382
<para>John Pierce &lt;[email protected]&gt;
383383
<ulink url="http://www.proftpd.org/proftpd-devel-archive/99-10/msg00112.html">http://www.proftpd.org/proftpd-devel-archive/99-10/msg00112.html</ulink></para>
384-
385-
<bridgehead renderas=sect2>Problems with sendfile</bridgehead>
386-
<para>There appear to be a number of problems with sendfile()
387-
particularly with the directives and features which require accurate
388-
determination of filesize. Such as the Rate* functions and
389-
downloading large files, the best advice at the moment appears to be
390-
to disable sendfile by default ( --disable-sendfile ).</para>
391-
<para>Sendfile() also appears to be the source of a number of file corruption problems.</para>
392384
</blockquote>
393385
</answer>
394386
</qandaentry>
@@ -397,9 +389,8 @@ to disable sendfile by default ( --disable-sendfile ).</para>
397389
<para>IPv6</para>
398390
</question>
399391
<answer>
400-
<para>There is currently no official support for IPv6 within the 1.2.x
401-
code tree, however there is an <ulink url="http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/">http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/</ulink> and more comprehensive support will probably be developed
402-
during the 1.3.x development cycle.</para>
392+
<para>IPv6 support first appeared in the 1.2.9rc2 release. To
393+
enable IPv6 support, use the --enable-ipv6 configure option.</para>
403394
</answer>
404395
</qandaentry>
405396
<qandaentry>

proftpdfaq-linuxdoc.sgml

+2-14
Original file line numberDiff line numberDiff line change
@@ -388,21 +388,9 @@ http://www.proftpd.org/proftpd-devel-archive/99-10/msg00073.html
388388
<P>John Pierce &lt;[email protected]&gt;
389389
http://www.proftpd.org/proftpd-devel-archive/99-10/msg00112.html
390390

391-
<sect2>Problems with sendfile
392-
<P>There appear to be a number of problems with sendfile()
393-
particularly with the directives and features which require accurate
394-
determination of filesize. Such as the Rate* functions and
395-
downloading large files, the best advice at the moment appears to be
396-
to disable sendfile by default ( --disable-sendfile ).
397-
398-
<P>Sendfile() also appears to be the source of a number of file corruption problems.
399-
400391
<sect1>IPv6
401-
<P>There is currently no official support for IPv6 within the 1.2.x
402-
code tree, however there is an <url
403-
url="http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/" name="unofficial
404-
patch"> and more comprehensive support will probably be developed
405-
during the 1.3.x development cycle.
392+
<P>IPv6 support first appeared in the 1.2.9rc2 release. To enable
393+
IPv6 support, use the --enable-ipv6 configure option.
406394

407395
<sect1>Filename case sensitivity
408396

0 commit comments

Comments
 (0)