From owner-freebsd-questions@FreeBSD.ORG Tue Mar 3 12:18:15 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 850571065676 for ; Tue, 3 Mar 2009 12:18:15 +0000 (UTC) (envelope-from ricardo.meb.jesus@gmail.com) Received: from gate.criticalsoftware.com (gate.criticalsoftware.com [212.13.37.242]) by mx1.freebsd.org (Postfix) with ESMTP id 0FD6C8FC22 for ; Tue, 3 Mar 2009 12:18:14 +0000 (UTC) (envelope-from ricardo.meb.jesus@gmail.com) Received: from [192.168.1.195] (pc-fa-vieira.critical.pt [192.168.1.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gate.criticalsoftware.com (Postfix) with ESMTP id 103602283D3; Tue, 3 Mar 2009 12:18:14 +0000 (WET) Message-ID: <49AD2005.5010601@gmail.com> Date: Tue, 03 Mar 2009 12:18:13 +0000 From: Ricardo Jesus User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Da Rock References: <200902281949.16966.frank.wissmann41@web.de> <200902282208.45359.frank.wissmann41@web.de> <20090228213926.GA16933@slackbox.xs4all.nl> <200902282333.01134.frank.wissmann41@web.de> <1236080471.99160.1.camel@laptop1.herveybayaustralia.com.au> In-Reply-To: <1236080471.99160.1.camel@laptop1.herveybayaustralia.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: How to use portmanager/portmaster? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ricardo.m.jesus@criticalsoftware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Mar 2009 12:18:16 -0000 Da Rock wrote: > On Sat, 2009-02-28 at 23:33 +0100, Frank Wi=DFmann wrote: >> Am Samstag 28 Februar 2009 22:39:26 schrieb Roland Smith: >>> On Sat, Feb 28, 2009 at 10:08:45PM +0100, Frank Wi=DFmann wrote: >>>> Am Samstag 28 Februar 2009 21:42:35 schrieb Roland Smith: >>>>> On Sat, Feb 28, 2009 at 07:49:16PM +0100, Frank Wi=DFmann wrote: >>>>>> Hi, list! >>>>>> I have a problem using the above mentioned programs because >>>>>> there doesn't seem to be a manpage installed. Can anybody give >>>>>> me a clue on how to get help? >>>>> Both do have manpages. What kind of error do you get when you try >>>>> e.g. 'man portmaster'? It might be that your manual pages setup >>>>> is broken. >>>> I get the message "No manual entry for portmaster", but using your >>>> command I can read it. "man man" e. g. works perfectly. >>> That sounds to me that the configuration for the man command is >>> broken. If you give the 'manpath' command, does the output include >>> /usr/local/man? If not, add the following lines to >>> /etc/manpath.config: >>> >>> OPTIONAL_MANPATH /usr/local/man >>> MANPATH_MAP /usr/local/bin /usr/local/man >>> >>> Roland >> "manpath" does show correct settings AFAIK meaning that the answer to=20 >> your question is "yes". >> >> Frank >> >=20 > Try a rehash. >=20 > $ rehash >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd= .org" >=20 Do a Da Rock said. Do notice that both portmaster and portmanager are third party=20 applications and need to be installed. cd /usr/ports/ports-mgmt/portmaster/; make install clean; rehash cd /usr/ports/ports-mgmt/portmanager/; make install clean; rehash