From owner-freebsd-current@FreeBSD.ORG Sun Nov 4 13:49:51 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F50616A417; Sun, 4 Nov 2007 13:49:51 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id C7EE413C4BA; Sun, 4 Nov 2007 13:49:50 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup46.ach.sch.gr [81.186.70.46]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lA4Dn7lA025518 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 4 Nov 2007 15:49:18 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id lA4Dn6L8005930; Sun, 4 Nov 2007 15:49:06 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id lA4Dn6Go005929; Sun, 4 Nov 2007 15:49:06 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 4 Nov 2007 15:49:06 +0200 From: Giorgos Keramidas To: Jeremy Chadwick Message-ID: <20071104134906.GA5880@kobe.laptop> References: <20071104121040.GA12743@ravenloft.kiev.ua> <20071104130304.GA11395@eos.sc1.parodius.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071104130304.GA11395@eos.sc1.parodius.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.931, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.47, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Andrew Lankford , Alex Kozlov , current@freebsd.org Subject: Re: /usr/share/man/man8/MAKEDEV.8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2007 13:49:51 -0000 On 2007-11-04 05:03, Jeremy Chadwick wrote: > On Sun, Nov 04, 2007 at 02:10:40PM +0200, Alex Kozlov wrote: > > On Sat, Nov 03, 2007 at 01:48:54PM -0400, Andrew Lankford wrote: > > > 2) getting rid of catman and forcing man to generate a new one from > > > scratch each time instead of filling up /usr/share/man/cat* with stale > > > files. Is this going to be a big drain on a p4-era pc compared to > > > something like another periodic.conf script? > > > > > > or > > > > > > 3) A compile or run-time option that disables catman as described above. > > > If I knew of one, I'd enable it without a second thought on my cutting > > > edge p3 desktop :) > > Put weekly_catman_enable="NO" in your /etc/periodic.conf > > It defaults to "no". > > Regardless, I think you miss Andrew's point. AFAIK, there isn't any way > to disable automatic creation of catman pages when "man" is run as root. > Being able to disable that feature would ultimately solve this issue > for those of us who don't want it (this thread has already mentioned > the problems with it). I think this is worth more investigation. The source of man(1) is contributed GNU-licensed code, but I'll see how hard it is to implement an option like: MK_MAN_CATMAN_SUPPORT = "no" which when turned on disables the related feature of man(1).