From nobody@FreeBSD.org  Fri Mar 17 06:07:42 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7E2A616A401
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 17 Mar 2006 06:07:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4DCC043D48
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 17 Mar 2006 06:07:42 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k2H67gcX010897
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 17 Mar 2006 06:07:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k2H67fZx010896;
	Fri, 17 Mar 2006 06:07:42 GMT
	(envelope-from nobody)
Message-Id: <200603170607.k2H67fZx010896@www.freebsd.org>
Date: Fri, 17 Mar 2006 06:07:42 GMT
From: Martin Nilsson <martin@gneto.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Error in ftpusers(5) manpage
X-Send-Pr-Version: www-2.3

>Number:         94587
>Category:       docs
>Synopsis:       Error in ftpusers(5) manpage
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 17 06:10:13 GMT 2006
>Closed-Date:    Sat Apr 15 10:38:54 GMT 2006
>Last-Modified:  Sat Apr 15 10:38:54 GMT 2006
>Originator:     Martin Nilsson
>Release:        6.1
>Organization:
>Environment:
FreeBSD mailbox.gneto.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Tue Mar 14 08:46:13 CET 2006     root@mailbox.gneto.com:/usr/obj/home/FreeBSD/RELENG_6/src/sys/DCORE  amd64

>Description:
---
FILES
     /etc/ftpchroot                     List of normal users who should have
                                        their ftp session's root directory
                                        changed by using chroot(2).
     /etc/ftpusers                      This file.
     /usr/share/examples/ftpd/ftpusers  A sample ftpusers file.
---

The sample ftpusers file is really in:
/usr/share/examples/etc/ftpusers 

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:

From: Daniel Gerzo <danger@rulez.sk>
To: bug-followup@FreeBSD.org, martin@gneto.com
Cc:  
Subject: Re: docs/94587: Error in ftpusers(5) manpage
Date: Fri, 17 Mar 2006 10:12:06 +0100

 --mYCpIKhGyMATD0i+
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hello,
 
    The diff is included, thank you for your report!
 
 -- 
 Sincerely,
    Daniel Gerzo
 
 --mYCpIKhGyMATD0i+
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="ftpusers.diff"
 
 --- ftpusers.5~	Fri Mar 17 10:06:11 2006
 +++ ftpusers.5	Fri Mar 17 10:08:57 2006
 @@ -174,7 +174,7 @@
  .Xr chroot 2 .
  .It Pa /etc/ftpusers
  This file.
 -.It Pa /usr/share/examples/ftpd/ftpusers
 +.It Pa /usr/share/examples/etc/ftpusers
  A sample
  .Nm
  file.
 
 --mYCpIKhGyMATD0i+--

From: Martin Nilsson <martin@gneto.com>
To: Daniel Gerzo <danger@rulez.sk>
Cc: bug-followup@FreeBSD.org, martin@gneto.com
Subject: Re: docs/94587: Error in ftpusers(5) manpage
Date: Fri, 17 Mar 2006 10:23:49 +0100

 Daniel Gerzo skrev:
  > Hello,
  >
  >    The diff is included, thank you for your report!
 
 There is another one in: man 5 ftpd.conf
 
 FILES
       /etc/ftpd.conf                      This file.
       /usr/share/examples/ftpd/ftpd.conf  A sample ftpd.conf file.
 
 The sample file is completely missing, it's not even present in the source.
 
 /Martin
 
  >
  >
  >
  > ------------------------------------------------------------------------
  >
  > --- ftpusers.5~	Fri Mar 17 10:06:11 2006
  > +++ ftpusers.5	Fri Mar 17 10:08:57 2006
  > @@ -174,7 +174,7 @@
  >  .Xr chroot 2 .
  >  .It Pa /etc/ftpusers
  >  This file.
  > -.It Pa /usr/share/examples/ftpd/ftpusers
  > +.It Pa /usr/share/examples/etc/ftpusers
  >  A sample
  >  .Nm
  >  file.

From: Daniel Gerzo <danger@rulez.sk>
To: Martin Nilsson <martin@gneto.com>
Cc: bug-followup@FreeBSD.org
Subject: Re[2]: docs/94587: Error in ftpusers(5) manpage
Date: Fri, 17 Mar 2006 11:13:31 +0100

 Hello Martin,
 
 Friday, March 17, 2006, 10:30:27 AM, you wrote:
 
 > The following reply was made to PR docs/94587; it has been noted by GNATS.
 
 
 >   > Hello,
 >   >
 >   >    The diff is included, thank you for your report!
 >  
 >  There is another one in: man 5 ftpd.conf
 >  
 >  FILES
 >        /etc/ftpd.conf                      This file.
 >        /usr/share/examples/ftpd/ftpd.conf  A sample ftpd.conf file.
 >  
 >  The sample file is completely missing, it's not even present in the source.
 
 I would say, it's because the ftpd.conf is not part of our native
 ftpd(8) implementation and is part of lukemftpd from NetBSD which is
 contributed software. That software doesn't include the sample config
 file and that's why it isn't there. Also, we don't update manual pages
 from contrib/ directory. You should probably go to NetBSD maintainers
 and ask them to fix it, so it will be fixed in our tree on next
 import.
 
 >  
 >  /Martin
 
 -- 
 Best regards,
  Daniel Gerzo                          mailto:danger@rulez.sk
 

From: Ceri Davies <ceri@submonkey.net>
To: Daniel Gerzo <danger@rulez.sk>,
	<freebsd-doc@FreeBSD.org>
Cc:  
Subject: Re: docs/94587: Error in ftpusers(5) manpage
Date: Sun, 19 Mar 2006 18:29:17 +0000

 On 17/3/06 09:20, "Daniel Gerzo" <danger@rulez.sk> wrote:
 
 > The following reply was made to PR docs/94587; it has been noted by GNATS.
 > 
 > From: Daniel Gerzo <danger@rulez.sk>
 > To: bug-followup@FreeBSD.org, martin@gneto.com
 > Cc:  
 > Subject: Re: docs/94587: Error in ftpusers(5) manpage
 > Date: Fri, 17 Mar 2006 10:12:06 +0100
 > 
 >  --mYCpIKhGyMATD0i+
 >  Content-Type: text/plain; charset=us-ascii
 >  Content-Disposition: inline
 >  
 >  Hello,
 >  
 >     The diff is included, thank you for your report!
 
 >  --- ftpusers.5~ Fri Mar 17 10:06:11 2006
 >  +++ ftpusers.5 Fri Mar 17 10:08:57 2006
 >  @@ -174,7 +174,7 @@
 >   .Xr chroot 2 .
 >   .It Pa /etc/ftpusers
 >   This file.
 >  -.It Pa /usr/share/examples/ftpd/ftpusers
 >  +.It Pa /usr/share/examples/etc/ftpusers
 >   A sample
 >   .Nm
 >   file.
 
 No.  /usr/share/examples/etc/ftpusers contains a list of users who should
 not be allowed to log in.  The ftpusers referred to above (and indeed
 ftp.conf.5 and this man page) contains a list of users who should be allowed
 to log in.  There is a very important difference.
 
 All of the man pages belonging to NetBSD's FTP daemon should be renamed so
 that they don't conflict, because this is too confusing.  I recommend that
 this PR get assigned to whoever does the import of the lukemftpd stuff.
 
 Ceri
 -- 
 That must be wonderful!  I don't understand it at all.
                                       -- Moliere
 
 
 
 _______________________________________________
 freebsd-doc@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-doc
 To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"
 
 
 

From: Ceri Davies <ceri@submonkey.net>
To: FreeBSD Questions <freebsd-questions@freebsd.org>
Cc:  
Subject: Re: docs/94587: Error in ftpusers(5) manpage
Date: Sun, 19 Mar 2006 19:43:32 +0000

 On 19/3/06 18:40, "Ceri Davies" <ceri@submonkey.net> wrote:
 
 >  All of the man pages belonging to NetBSD's FTP daemon should be renamed so
 >  that they don't conflict, because this is too confusing.  I recommend that
 >  this PR get assigned to whoever does the import of the lukemftpd stuff.
 
 Turns out I raised a PR for this 3.5 years ago: docs/44519.
 
 Ceri
 -- 
 That must be wonderful!  I don't understand it at all.
                                       -- Moliere
 
 
 
 _______________________________________________
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
 
 
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Sat Apr 15 10:36:16 UTC 2006 
State-Changed-Why:  
We have tree practically identical doc PRs (44519, 93785 and this one) 
about ftpd(8) vs likemftpd(8) man pages.  Close this one. 

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