docs/186154: Error found in pf section of handbook
Robert Simmons
rsimmons0 at gmail.com
Mon Jan 27 03:20:01 UTC 2014
>Number: 186154
>Category: docs
>Synopsis: Error found in pf section of handbook
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Jan 27 03:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Robert Simmons
>Release: 10.0-RELEASE
>Organization:
>Environment:
FreeBSD example 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
The handbook page mentions that adding the line:
ftpproxy_flags=""
to rc.conf will enable ftpproxy. This is incorrect. The following line must be added for this to work correctly:
ftpproxy_enable="YES"
This is from the instructions in /etc/defaults/rc.conf
ftpproxy_enable="NO" # Set to YES to enable ftp-proxy(8) for pf
>How-To-Repeat:
Try each line and see if ftpproxy is enabled.
>Fix:
patch attached
Patch attached with submission follows:
--- chapter.xml.old 2014-01-27 03:08:11.000000000 +0000
+++ chapter.xml 2014-01-27 03:09:10.000000000 +0000
@@ -904,7 +904,7 @@
<para>To enable &man.ftp-proxy.8;, add this line to
<filename>/etc/rc.conf</filename>:</para>
- <programlisting>ftpproxy_flags=""</programlisting>
+ <programlisting>ftpproxy_enable="YES"</programlisting>
<para>Starting the proxy manually by running
<command>/usr/sbin/ftp-proxy</command> allows testing of
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list