From shammer@daemon.li  Tue Aug 26 14:18:24 2003
Return-Path: <shammer@daemon.li>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AE04716A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Aug 2003 14:18:24 -0700 (PDT)
Received: from mail.ac-net.at (secure.ac-net.at [212.24.125.8])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EF79F43F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Aug 2003 14:18:23 -0700 (PDT)
	(envelope-from shammer@daemon.li)
Received: from localhost (server.ac-net.at [127.0.0.1])
	by mail.ac-net.at (AC-net Mailserver v1.3a) with ESMTP id DCD373FFD
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Aug 2003 23:18:11 +0200 (CEST)
Received: from daemon.li (dsl-237-228.utaonline.at [212.152.237.228])
	by mail.ac-net.at (AC-net Mailserver v1.3a) with SMTP id 153203FFA
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Aug 2003 21:18:10 +0000 (UTC)
Received: (qmail 2600 invoked from network); 26 Aug 2003 21:20:41 -0000
Received: from localhost (HELO daemon.li) (127.0.0.1)
  by localhost with SMTP; 26 Aug 2003 21:20:41 -0000
Received: (from root@localhost)
	by daemon.li (8.12.6/8.12.7/Submit) id h7QLKevr002598;
	Tue, 26 Aug 2003 23:20:40 +0200 (CEST)
	(envelope-from shammer)
Message-Id: <200308262120.h7QLKevr002598@daemon.li>
Date: Tue, 26 Aug 2003 23:20:40 +0200 (CEST)
From: Josef El-Rayes <j.el-rayes@daemon.li>
Reply-To: Josef El-Rayes <j.el-rayes@daemon.li>
To: FreeBSD-gnats-submit@freebsd.org
Cc: eyurtese@tekniikka.turkuamk.fi
Subject: [patch] ftpd(8): add hint to -u flag
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56017
>Category:       docs
>Synopsis:       [patch] ftpd(8): add hint to -u flag
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ceri
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 26 14:20:10 PDT 2003
>Closed-Date:    Fri Sep 05 11:35:22 PDT 2003
>Last-Modified:  Fri Sep 05 11:35:22 PDT 2003
>Originator:     Josef El-Rayes
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD daemon.li 4.8-STABLE FreeBSD 4.8-STABLE #8: Tue Jul 22 18:16:23 CEST 2003 root@daemon.li:/usr/obj/usr/src/sys/CUSTOM i386


	
>Description:
		/usr/src/libexec/ftpd/ftpd.8:
		this patch adds a hint to the -u flag
		the request of this pr comes from evren yurtesen,
		i did the patch against the manual page source file
		and filed it for him due to his request.
		this is my first manual pages patch, i hope it
		does not break anything.
	
>How-To-Repeat:
	
>Fix:

	

--- ftpd.8.diff begins here ---
--- ftpd.8.orig	Tue Aug 26 23:08:19 2003
+++ ftpd.8	Tue Aug 26 23:14:48 2003
@@ -192,7 +192,7 @@
 which is expected to be an octal numeric value.
 Refer to
 .Xr umask 2
-for details.
+for details. This option may be overridden by login.conf.
 .It Fl U
 In previous versions of
 .Nm ,
--- ftpd.8.diff ends here ---


>Release-Note:
>Audit-Trail:

From: Ceri Davies <ceri@FreeBSD.org>
To: Josef El-Rayes <j.el-rayes@daemon.li>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: docs/56017: [patch] ftpd(8): add hint to -u flag
Date: Wed, 27 Aug 2003 00:14:10 +0100

 On Tue, Aug 26, 2003 at 11:20:40PM +0200, Josef El-Rayes wrote:
 
 Hi Josef,
 
 Since this is your first mdoc(7) patch, here's the hint:
 
 > --- ftpd.8.diff begins here ---
 > --- ftpd.8.orig	Tue Aug 26 23:08:19 2003
 > +++ ftpd.8	Tue Aug 26 23:14:48 2003
 > @@ -192,7 +192,7 @@
 >  which is expected to be an octal numeric value.
 >  Refer to
 >  .Xr umask 2
 > -for details.
 > +for details. This option may be overridden by login.conf.
 
 New sentences should begin on a newline, i.e. the patch should become
 
  for details.
 +This option may be overridden by login.conf.
 
 Cheers,
 
 Ceri
 -- 
 User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
 Iniaes: Sure, I can accept all forms of payment.
                                            -- www.chatterboxchallenge.com

From: Ceri Davies <ceri@FreeBSD.org>
To: FreeBSD Gnats Submit <freebsd-gnats-submit@FreeBSD.org>
Cc:  
Subject: Re: docs/56017: [patch] ftpd(8): add hint to -u flag
Date: Wed, 27 Aug 2003 00:25:41 +0100

 On Tue, Aug 26, 2003 at 04:20:20PM -0700, Ceri Davies wrote:
 >  
 >  New sentences should begin on a newline, i.e. the patch should become
 >  
 >   for details.
 >  +This option may be overridden by login.conf.
 
 I tell a lie; it should actually become:
 
 --- /usr/src/libexec/ftpd/ftpd.8	Tue Feb 11 14:28:28 2003
 +++ /tmp/a	Wed Aug 27 00:23:57 2003
 @@ -193,6 +193,8 @@
  Refer to
  .Xr umask 2
  for details.
 +This option may be overridden by
 +.Xr login.conf 5 .
  .It Fl U
  In previous versions of
  .Nm ,
 
 Ceri
 -- 
 User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
 Iniaes: Sure, I can accept all forms of payment.
                                            -- www.chatterboxchallenge.com

From: "Simon L. Nielsen" <simon@FreeBSD.org>
To: Ceri Davies <ceri@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: docs/56017: [patch] ftpd(8): add hint to -u flag
Date: Thu, 28 Aug 2003 23:09:50 +0200

 --ibTvN161/egqYuK8
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On 2003.08.26 16:30:20 -0700, Ceri Davies wrote:
 
 >  I tell a lie; it should actually become:
 > =20
 >  --- /usr/src/libexec/ftpd/ftpd.8	Tue Feb 11 14:28:28 2003
 >  +++ /tmp/a	Wed Aug 27 00:23:57 2003
 >  @@ -193,6 +193,8 @@
 >   Refer to
 >   .Xr umask 2
 >   for details.
 >  +This option may be overridden by
 >  +.Xr login.conf 5 .
 >   .It Fl U
 >   In previous versions of
 >   .Nm ,
 
 I think this is good and should be committed.  Will you do it?
 
 --=20
 Simon L. Nielsen
 FreeBSD Documentation Team
 
 --ibTvN161/egqYuK8
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.3 (FreeBSD)
 
 iD8DBQE/Tm+ch9pcDSc1mlERAmaTAKCegsguCB67WKoxlXKTkcbE2OzK3gCZAWmN
 FaGK7LIOcjeteWCvzek7AFQ=
 =jbQM
 -----END PGP SIGNATURE-----
 
 --ibTvN161/egqYuK8--
State-Changed-From-To: open->patched 
State-Changed-By: ceri 
State-Changed-When: Sun Aug 31 00:46:11 PDT 2003 
State-Changed-Why:  
I committed the change to -HEAD; thanks to Simon for the reminder. 
I will try and get this MFCd before 4.9-RELEASE. 
Thanks to simon for reminding me to commit this. 


Responsible-Changed-From-To: freebsd-doc->ceri-doc 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Sun Aug 31 00:46:11 PDT 2003 
Responsible-Changed-Why:  
My MFC reminder. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56017 
Responsible-Changed-From-To: ceri-doc->ceri 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Sun Aug 31 04:59:38 PDT 2003 
Responsible-Changed-Why:  
Write out one hundred times: '-' is not a word character. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=56017 
State-Changed-From-To: patched->closed 
State-Changed-By: ceri 
State-Changed-When: Fri Sep 5 11:33:45 PDT 2003 
State-Changed-Why:  
This has been MFC'd.  Thanks. 

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