From owner-svn-doc-all@FreeBSD.ORG Wed Oct 2 14:27:29 2013 Return-Path: Delivered-To: svn-doc-all@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 ESMTP id 242F279D; Wed, 2 Oct 2013 14:27:29 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 1139A2E5B; Wed, 2 Oct 2013 14:27:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r92ERSPS059528; Wed, 2 Oct 2013 14:27:28 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r92ERS4N059526; Wed, 2 Oct 2013 14:27:28 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201310021427.r92ERS4N059526@svn.freebsd.org> From: Sergey Kandaurov Date: Wed, 2 Oct 2013 14:27:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42803 - head/en_US.ISO8859-1/books/handbook/firewalls X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Oct 2013 14:27:29 -0000 Author: pluknet Date: Wed Oct 2 14:27:28 2013 New Revision: 42803 URL: http://svnweb.freebsd.org/changeset/doc/42803 Log: Fixed syntax in pf table example with external file. A specified file path should be quoted. Reported by: thetruebloodsword@gmail.com Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Wed Oct 2 12:38:20 2013 (r42802) +++ head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Wed Oct 2 14:27:28 2013 (r42803) @@ -1250,7 +1250,7 @@ pass out on $ext_if inet proto udp from which in turn is used to initialize the table in /etc/pf.conf: - table <clients> persist file /etc/clients + table <clients> persist file "/etc/clients" Then, for example, one of our earlier rules can be changed to read