From owner-freebsd-questions@FreeBSD.ORG Wed Mar 30 15:12:03 2005 Return-Path: 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 74B4616A4CE for ; Wed, 30 Mar 2005 15:12:03 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FF5543D54 for ; Wed, 30 Mar 2005 15:12:01 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j2UFBEii005490; Wed, 30 Mar 2005 18:11:14 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) j2UFBxTA046927; Wed, 30 Mar 2005 18:11:59 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost)j2UFBwrF046926; Wed, 30 Mar 2005 18:11:58 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 30 Mar 2005 18:11:58 +0300 From: Giorgos Keramidas To: Lord Raiden Message-ID: <20050330151158.GA46881@orion.daedalusnetworks.priv> References: <5.2.0.9.2.20050329163344.00a5a4d0@raiden.net> <5.2.0.9.2.20050329152205.01d49120@192.168.0.25> <5.2.0.9.2.20050329152205.01d49120@192.168.0.25> <5.2.0.9.2.20050329163344.00a5a4d0@raiden.net> <5.2.0.9.2.20050330091113.009d2800@192.168.0.25> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.2.20050330091113.009d2800@192.168.0.25> cc: freebsd-questions@freebsd.org Subject: Re: Problems with man X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2005 15:12:03 -0000 On 2005-03-30 09:12, Lord Raiden wrote: > At 02:06 PM 3/30/05 +0300, Giorgos Keramidas wrote: > >I don't know what you updated and how, so can you please give us more > >details. Then we'll probably be able to help you with the /etc files > >that seem to have problems. > > Well, the only etc file I appear to have issues with is the > /etc/manpath.config file because it won't let me use man until it > finds it and yet the file is there. Please don't top-post :-/ If manpath.config is the only file you are missing from /etc, you can restore it by running as root: # install -o root -g wheel -m 644 \ /usr/src/gnu/usr.bin/man/manpath/manpath.config \ /etc/manpath.config If you see anything else missing from /etc, let us know. - Giorgos