Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jan 2014 03:18:34 GMT
From:      Robert Simmons <rsimmons0@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/186154: Error found in pf section of handbook
Message-ID:  <201401270318.s0R3IYwk002802@oldred.freebsd.org>
Resent-Message-ID: <201401270320.s0R3K0sr092591@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401270318.s0R3IYwk002802>