From owner-freebsd-doc@FreeBSD.ORG Mon Jan 27 03:20:00 2014 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1BECA0E for ; Mon, 27 Jan 2014 03:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93CB317FC for ; Mon, 27 Jan 2014 03:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0R3K0K3092592 for ; Mon, 27 Jan 2014 03:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0R3K0sr092591; Mon, 27 Jan 2014 03:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 27 Jan 2014 03:20:00 GMT Resent-Message-Id: <201401270320.s0R3K0sr092591@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robert Simmons Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBDB5A00 for ; Mon, 27 Jan 2014 03:18:34 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D9A3317E9 for ; Mon, 27 Jan 2014 03:18:34 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0R3IYdi002806 for ; Mon, 27 Jan 2014 03:18:34 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0R3IYwk002802; Mon, 27 Jan 2014 03:18:34 GMT (envelope-from nobody) Message-Id: <201401270318.s0R3IYwk002802@oldred.freebsd.org> Date: Mon, 27 Jan 2014 03:18:34 GMT From: Robert Simmons To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: docs/186154: Error found in pf section of handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jan 2014 03:20:01 -0000 >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 @@ To enable &man.ftp-proxy.8;, add this line to /etc/rc.conf: - ftpproxy_flags="" + ftpproxy_enable="YES" Starting the proxy manually by running /usr/sbin/ftp-proxy allows testing of >Release-Note: >Audit-Trail: >Unformatted: