From owner-freebsd-doc@FreeBSD.ORG Fri Jun 8 08:21:25 2007 Return-Path: X-Original-To: doc@freebsd.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE71016A46C for ; Fri, 8 Jun 2007 08:21:25 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 403E113C44C for ; Fri, 8 Jun 2007 08:21:25 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so1010852uge for ; Fri, 08 Jun 2007 01:21:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lbaFD8f+UKoHG6SftFvNmuFNMBW3EufSDdLE5qKgRcpdDAJadvgQt5XyBQI32TB0eS2t+bHH0eWo1lLKoiwrvKJeYnCXgrg0CIYX9AEOM6L3d/ASLydJIOQM6AD77C5awE8kg6Lna8OcdsZtQb8NA+4g0iiRV/VdjI4HSzoeyYw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IRAFQ5LY+NQhlbe1KU8eoAZFSjdkYW7rbBwARVntp2hL8aDFv/tnFJn/nDfltqxudRGjhXuxfCDqIeKkqVoEFD0Dja+/eQmymX1quzLSXmZ1iDzuuNUBwSSciGsGOFkHrUcZk3LJEFS5LBv4UKtLSbABV70T6UqeKO0iXznenBI= Received: by 10.78.146.11 with SMTP id t11mr1070113hud.1181289358925; Fri, 08 Jun 2007 00:55:58 -0700 (PDT) Received: by 10.78.31.16 with HTTP; Fri, 8 Jun 2007 00:55:58 -0700 (PDT) Message-ID: Date: Fri, 8 Jun 2007 09:55:58 +0200 From: "Niclas Zeising" To: Marcin In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: doc@freebsd.org Subject: Re: Some mistakes in Handbook (?) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2007 08:21:25 -0000 On 6/8/07, Marcin wrote: > Hi > > When I have read a FreeBSD handbook today morning I have found some > mistakes. In the chapter... > > 4.5 Using the Ports Collectio -> 4.5.4 Upgrading Ports -> 4.5.4.2 & 4.5.4.3 > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html > > ... paths aren't correct. > > I can't go to the directories "/usr/ports/ports-mgmt/portupgrade" and > "/usr/ports/ports-mgmt/portmanager" because there aren't them. I have > ports collection on installed FreeBSD 6.2 version. > > Best regards, > -- > Marcin > http://marcink.octet.pl/ > The paths are correct. They were changed in the ports tree sometime earlier this year. You probably want to update your ports tree so you get the latest versions of the ports. You can update your portstree with csup or portsnap. Have a look in the handbook for help on how to do that. HTH! //Niclas --