From owner-freebsd-doc@FreeBSD.ORG Tue Aug 26 09:02:26 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B26616A4BF; Tue, 26 Aug 2003 09:02:26 -0700 (PDT) Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id F335143F85; Tue, 26 Aug 2003 09:02:22 -0700 (PDT) (envelope-from eyurtese@bessel.tekniikka.turkuamk.fi) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id TAA26930; Tue, 26 Aug 2003 19:02:21 +0300 Date: Tue, 26 Aug 2003 19:02:21 +0300 (WET) From: Evren Yurtesen To: "Simon L. Nielsen" In-Reply-To: <20030826154240.GD403@FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-docs@FreeBSD.org Subject: Re: ftpd man page is little bit wrong X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2003 16:02:26 -0000 Isnt there a web interfac for this? send-pr? I remember such thing was existing but couldnt find? Evren On Tue, 26 Aug 2003, Simon L. Nielsen wrote: > On 2003.08.26 06:24:49 +0300, Evren Yurtesen wrote: > > I tried to use -u option of ftpd without any success for 2 hours! > > Then I thought lets see whats going on inside the sources... > > Voila, the -u option is overridden by login.conf > > > > /* May be overridden by login.conf */ > > (void) umask(defumask); > > > > Cant anybody put this into the man page of ftpd so that people will know > > why their -u option doesnt work? :) I was really mad at ftpd > > I have actually had this on my TODO list for some time, but I haven't > gotten around to looking at it yet. If you want to get this fixed > faster, the best way is to send a PR (with send-pr) about the problem, > and even better included a patch to update the manual page. > > -- > Simon L. Nielsen > FreeBSD Documentation Team >