From owner-freebsd-questions@FreeBSD.ORG Sat Oct 1 22:57:31 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70A8F16A41F for ; Sat, 1 Oct 2005 22:57:31 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from mail.vivodinet.gr (mail3.vivodinet.gr [80.76.39.13]) by mx1.FreeBSD.org (Postfix) with SMTP id 138D243D48 for ; Sat, 1 Oct 2005 22:57:22 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 7186 invoked from network); 1 Oct 2005 22:57:17 -0000 Received: from dslcustomer-222-89.vivodi.gr (HELO flame.pc) (83.171.222.89) by 0 with SMTP; 1 Oct 2005 22:57:17 -0000 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j91MtqIG001236; Sun, 2 Oct 2005 01:55:52 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j91Mtq57001235; Sun, 2 Oct 2005 01:55:52 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 2 Oct 2005 01:55:52 +0300 From: Giorgos Keramidas To: Ruslan Ermilov Message-ID: <20051001225552.GA1192@flame.pc> References: <20051001061241.E225.GERARD@seibercom.net> <20051001105119.GA2921@flame.pc> <20051001182239.GA19925@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051001182239.GA19925@ip.net.ua> Cc: freebsd-questions@freebsd.org, Anton Berezin Subject: Re: Periodic Weekly Report X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 22:57:31 -0000 On 2005-10-01 21:22, Ruslan Ermilov wrote: > On Sat, Oct 01, 2005 at 01:51:19PM +0300, Giorgos Keramidas wrote: > > On 2005-10-01 06:18, Gerard Seibert wrote: > > > I received this report after 'periodic weekly' had completed its run. > > > > > > Cleaning up kernel database files: > > > > > > Rebuilding locate database: > > > > > > Rebuilding whatis database: > > > > > > Reformatting manual pages: > > > Usage: .Ft function_type ... (#284) > > > Usage: .Ft function_type ... (#348) > > This is a markup bug in some manpage. I think I know where: # flame:/usr/src$ find . -type f | egrep -e '\.(man|[0-9]+)$' | xargs grep '\.Ft[[:space:]]*$' # ./crypto/heimdal/lib/gssapi/gss_acquire_cred.3:.Ft # ./crypto/heimdal/lib/gssapi/gss_acquire_cred.3:.Ft # flame:/usr/src$ > > > mdoc warning: .Fx: Unknown FreeBSD version `5.4' (#94) > > > mdoc warning: .Fx: Unknown FreeBSD version `5.4' (#94) > > This is a result of FreeBSD 5.4 being mistakenly remove from > mdoc-local. I've re-added it to the RELENG_5 now, so it > should be fixed if oyu're tracking RELENG_5. Great! Thanks :))) > > > catman: /usr/local/lib/perl5/5.8.7/man/cat3: mkdir: Permission denied > > > catman: /usr/local/lib/perl5/5.8.7/perl/man/cat3: mkdir: Permission denied > > This is a bug in the use.perl script: it should also create the > "cat3" directory mentioned above, with "man:wheel" ownership. Ah! I see now.