From owner-freebsd-newbies@FreeBSD.ORG Sun Nov 14 02:32:23 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D5E8416A4CE for ; Sun, 14 Nov 2004 02:32:23 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F5BF43D3F for ; Sun, 14 Nov 2004 02:32:23 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Sat, 13 Nov 2004 20:28:48 -0600 Message-ID: <4196C3BB.2000209@daleco.biz> Date: Sat, 13 Nov 2004 20:32:27 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eugen-Andrei Gavriloaie References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Nov 2004 02:28:48.0640 (UTC) FILETIME=[AC30D800:01C4C9F1] cc: freebsd-newbies@freebsd.org Subject: Re: Installing the man pages X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2004 02:32:23 -0000 Eugen-Andrei Gavriloaie wrote: >Hi, >Have one question... > >I recently installed freebsd. The installation was minimal except i >added the ports collection. Done that because I wanted to be able to >cvsupdate and after that be able to install software of my choice. The >problem is i didn't install man pages, so if i issue "man ls" for >example it won't work. A quick solution is to install man pages from >the CD. But i wonder... Is it possible to install the man pages using >the port collection? > >Tx > > You will have to either: a. grab the full sources via CVS, Cvsup, or CTM, then buildworld, etc. This is covered in much detail in the handbook; IIRC, the chapter is called "The Cutting Edge" .... In this instance, buildworld and installworld would suffice to install the man pages, but unless you are quite sure what you are doing, it would be best to do the whole routine. If by some chance you got source that wasn't the same as your installed system, then installing "world" with a kernel built from different sources could cause some problems. b. as root, while connected to the Internet, use sysinstall(8) as follows: choose 'Configure' choose 'Distributions' choose 'man' Hit "OK" ... Probably the second choice would be easier to accomplish. HTH, Kevin Kinsey DaleCo, S.P.