Bug 186250

Summary: authpf(8) man page does not mention fdescfs requirement anymore
Product: Documentation Reporter: thomas
Component: Books & ArticlesAssignee: Sergey Kandaurov <pluknet>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description thomas 2014-01-29 18:00:00 UTC
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

Fix: 

Add the parts mentioning fdescfs to the authpf(8) man page again.
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-01-29 19:28:59 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"
Comment 2 Sergey Kandaurov freebsd_committer freebsd_triage 2014-01-29 19:30:22 UTC
State Changed
From-To: open->patched

Committed to HEAD, thanks! 


Comment 3 Sergey Kandaurov freebsd_committer freebsd_triage 2014-01-29 19:30:22 UTC
Responsible Changed
From-To: freebsd-doc->pluknet

Track.
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-10-29 09:33:06 UTC
A commit references this bug:

Author: pluknet
Date: Wed Oct 29 09:32:37 UTC 2014
New revision: 273815
URL: https://svnweb.freebsd.org/changeset/base/273815

Log:
  MFC r261271:

    Ressurect the local change documenting
    authpf's requirement for a mounted fdescfs(5).

  PR:		docs/186250

Changes:
_U  stable/10/
  stable/10/contrib/pf/authpf/authpf.8