Bug 133468

Summary: ftpd.conf(5) mentions /usr/share/examples/ftpd/ftpd.conf, which does not exist
Product: Documentation Reporter: Kurt Jaeger <pi>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Kurt Jaeger 2009-04-07 19:20:04 UTC
	man page mentions /usr/share/examples/ftpd/ftpd.conf in FILES
	section, but it does not exist

Fix: 

either find and add /usr/share/examples/ftpd/ftpd.conf or
        delete the pointer from the man page
How-To-Repeat: 	man ftpd.conf, section FILES
Comment 1 Remko Lodder freebsd_committer freebsd_triage 2009-04-08 19:10:41 UTC
State Changed
From-To: open->closed

We have two ftpd's onboard, one is lukemftpd and the other one is ftpd 
itself. The manual pages do not match and could reference things that 
are not there and things like that. as long as we ship two ftpd's, we 
will have this problem, we cannot fix it before. Thanks for trying to 
make FreeBSD better though!
Comment 2 feenberg 2009-04-25 15:47:50 UTC
The missing example file of ftpd.conf can be found in the examples 
directory of tnftp in the /usr/ports/ftp directory. It is very helpful for 
setting up lukemftpd, as it clarifies many abiguities in the man page. 
tnftpd uses the same configuration file as its predecesor, lukemftpd 
(which is the one included in the default distribution).

It is pretty mysterious why lukemftpd hangs around 7 years after it was 
obsoleted by its successor tnftpd, which is maintained (by the author of 
lukemftpd) and is currently available at:

   http://freshmeat.net/projects/tnftpd

Daniel Feenberg