From nobody@FreeBSD.org  Wed Jan 29 17:53:27 2014
Return-Path: <nobody@FreeBSD.org>
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 B79E3E3
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Jan 2014 17:53:27 +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 A41D5144B
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Jan 2014 17:53:27 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0THrRDJ054426
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 29 Jan 2014 17:53:27 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0THrR4X054419;
	Wed, 29 Jan 2014 17:53:27 GMT
	(envelope-from nobody)
Message-Id: <201401291753.s0THrR4X054419@oldred.freebsd.org>
Date: Wed, 29 Jan 2014 17:53:27 GMT
From: Thomas Apel <thomas.apel@gmx.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: authpf(8) man page does not mention fdescfs requirement anymore
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         186250
>Category:       docs
>Synopsis:       authpf(8) man page does not mention fdescfs requirement anymore
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pluknet
>State:          patched
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 29 18:00:00 UTC 2014
>Closed-Date:    
>Last-Modified:  Wed Jan 29 19:31:02 UTC 2014
>Originator:     Thomas Apel
>Release:        10.0-RELEASE
>Organization:
>Environment:
FreeBSD freebsd 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 authpf(8) man page does not describe the fdescfs requirement anymore. It looks like the info got lost with the following change:

http://svnweb.freebsd.org/base/projects/pf/pf45/contrib/pf/authpf/authpf.8?r1=221087&r2=221086&pathrev=221087
>How-To-Repeat:

>Fix:
Add the parts mentioning fdescfs to the authpf(8) man page again.

>Release-Note:
>Audit-Trail:

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/186250: commit references a PR
Date: Wed, 29 Jan 2014 19:28:59 +0000 (UTC)

 Author: pluknet
 Date: Wed Jan 29 19:28:52 2014
 New Revision: 261271
 URL: http://svnweb.freebsd.org/changeset/base/261271
 
 Log:
   Ressurect the local change documenting
   authpf's requirement for a mounted fdescfs(5).
   
   PR:		docs/186250
   MFC after:	1 week
 
 Modified:
   head/contrib/pf/authpf/authpf.8
 
 Modified: head/contrib/pf/authpf/authpf.8
 ==============================================================================
 --- head/contrib/pf/authpf/authpf.8	Wed Jan 29 16:24:50 2014	(r261270)
 +++ head/contrib/pf/authpf/authpf.8	Wed Jan 29 19:28:52 2014	(r261271)
 @@ -15,7 +15,7 @@
  .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  .\"
 -.Dd January 6 2009
 +.Dd January 29 2014
  .Dt AUTHPF 8
  .Os
  .Sh NAME
 @@ -43,7 +43,11 @@ It is meant to be used with users who ca
  .Xr ssh 1
  only, and requires the
  .Xr pf 4
 -subsystem to be enabled.
 +subsystem and an
 +.Xr fdescfs 5
 +file system mounted at
 +.Pa /dev/fd
 +to be enabled.
  .Pp
  .Nm authpf-noip
  is a user shell
 @@ -558,6 +562,7 @@ pass out on $internal_if from (self) to 
  .El
  .Sh SEE ALSO
  .Xr pf 4 ,
 +.Xr fdescfs 5 ,
  .Xr pf.conf 5 ,
  .Xr securelevel 7 ,
  .Xr ftp-proxy 8
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->patched 
State-Changed-By: pluknet 
State-Changed-When: Wed Jan 29 19:30:22 UTC 2014 
State-Changed-Why:  
Committed to HEAD, thanks! 


Responsible-Changed-From-To: freebsd-doc->pluknet 
Responsible-Changed-By: pluknet 
Responsible-Changed-When: Wed Jan 29 19:30:22 UTC 2014 
Responsible-Changed-Why:  
Track. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=186250 
>Unformatted:
