From owner-freebsd-newbies@FreeBSD.ORG Sun Nov 14 14:34:46 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 9BDD316A4CE for ; Sun, 14 Nov 2004 14:34:46 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F14043D5C for ; Sun, 14 Nov 2004 14:34:46 +0000 (GMT) (envelope-from shiretu@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so116198wra for ; Sun, 14 Nov 2004 06:34:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=EFPWDRKCLFMyVE9JB5Hxwbf8tHk6nNr+idhRI4YZkEF2sK/IJ6au4YTwrM45zyazvVG+iINv3PAuHbBl+EJpwkSjf1xDwInpTMLeGLkU9L7hqRMQijnfbMoz431EkTEN/yHpC8SmOKBmXNsq2oM66mYjnEHjQMhpeThDmMiJQLM= Received: by 10.54.18.27 with SMTP id 27mr342418wrr; Sun, 14 Nov 2004 06:34:45 -0800 (PST) Received: by 10.54.5.25 with HTTP; Sun, 14 Nov 2004 06:34:45 -0800 (PST) Message-ID: Date: Sun, 14 Nov 2004 14:34:45 +0000 From: Eugen-Andrei Gavriloaie To: ohoyer@ohoyer.de In-Reply-To: <20041114120103.D3DC316A4D0@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041114120103.D3DC316A4D0@hub.freebsd.org> cc: freebsd-newbies@freebsd.org Subject: Re: freebsd-newbies Digest, Vol 86, Issue 7 X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eugen-Andrei Gavriloaie 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 14:34:46 -0000 > > 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? > > No, as ports deal only with extra programs, and not with part of the > base system itself. System within the base are installes from CD, or > when you upgrade the system using cvs(up), then they reside underneath > /usr/src > > HTH > Olaf > > -- > Olaf Hoyer ohoyer@ohoyer.de > Fuerchterliche Erlebniss geben zu raten, > ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist. > (Nietzsche, Jenseits von Gut und Boese) I will try this sollution. It is the best IMHO