From owner-freebsd-doc@FreeBSD.ORG Mon Dec 26 06:22:45 2005 Return-Path: X-Original-To: doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C29716A41F for ; Mon, 26 Dec 2005 06:22:45 +0000 (GMT) (envelope-from plageotakes@earthlink.net) Received: from smtpauth04.mail.atl.earthlink.net (smtpauth04.mail.atl.earthlink.net [209.86.89.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC88B43D53 for ; Mon, 26 Dec 2005 06:22:44 +0000 (GMT) (envelope-from plageotakes@earthlink.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=DXj3qCmBuzuLM6zvJTbHFNfQBn280Ivwz/XynWzLuKauigjGq9W3y3JxmEVl6bKU; h=Received:Message-ID:Date:From:User-Agent:X-Accept-Language:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [72.245.95.156] (helo=[192.168.0.2]) by smtpauth04.mail.atl.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1Eqlkq-0001fr-9Y for doc@FreeBSD.org; Mon, 26 Dec 2005 01:22:44 -0500 Message-ID: <43AF8C32.6070601@earthlink.net> Date: Mon, 26 Dec 2005 00:22:42 -0600 From: Peter Lageotakes User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: doc@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: bc0555a2f1ebb637e1d0427b0ddc67599ef193a6bfc3dd48ae63d54dd533d4d746912cf9841b4ac3667c3043c0873f7e350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 72.245.95.156 Cc: Subject: Ports and Index 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: Mon, 26 Dec 2005 06:22:45 -0000 Hello, I am writing this email in regards to the following web page: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html The specific section would be: "Now create a database with the pkgdb -F command. This will read the list of installed ports and create a database file in the /var/db/pkg directory. Now when you run portupgrade -a, it will read this and the ports INDEX file. Finally, portupgrade will begin to download, build, backup, install, and clean the ports which have been updated. portupgrade comes with a lot of options for different use cases, the most important ones will be presented below." If I am not mistaken (I could very well be mistaken); the index file isn't download when CVS's is run. Either "make fetchindex" or "make index" will create the index (I believe). Should a step be added to the handbook? I may have misinterpreted the document; perhaps I should have double checked with the mailing list. My apologies if I have used the incorrect procedure. Best regards, Pete