From owner-freebsd-questions@FreeBSD.ORG Tue Aug 7 21:56:37 2007 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 0D42916A419 for ; Tue, 7 Aug 2007 21:56:37 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.freebsd.org (Postfix) with ESMTP id 9DF6E13C4A5 for ; Tue, 7 Aug 2007 21:56:36 +0000 (UTC) (envelope-from fatman.uk@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so148366uge for ; Tue, 07 Aug 2007 14:56:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=PMDAsp4MHoCsKGjxx9GLJAvPZxnxt/zdAgtasBPF7MdNbh15e7N1gfBB8yO9oBiTSFPh6S0v+Srx9IOtT8ZeJbs1D7vaG0Nc83UUk5SW8rjg/2Uh96bl/Kos27iLJzwPTzfEUE4E5Gs4zh2BADPjObPjn63ZzzUaybisjSzuj2c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:from; b=aAv/NlzuS5q0kBlcRzaugOv/2bBT1f7wcsD2pKM/AVeIlNSv55v2aWSBuE1iZkcwavDJE8IgAxzrU7IgRcpbcAz4i6mKJoVsYokXIKmuwmN0mT4fAVqDIOhbd6vBeMYIHTfJZ0wHH0WsS/AnCj048xhI/J1bZp+kLrGKPgZfeDQ= Received: by 10.78.159.7 with SMTP id h7mr1978564hue.1186523795202; Tue, 07 Aug 2007 14:56:35 -0700 (PDT) Received: from monju-bosatsu.dreamtrack.dnsalias.com ( [86.18.88.217]) by mx.google.com with ESMTPS id b30sm15393830ika.2007.08.07.14.56.32 (version=SSLv3 cipher=RC4-MD5); Tue, 07 Aug 2007 14:56:33 -0700 (PDT) Message-ID: <46B8EA90.1000305@crackmonkey.us> Date: Tue, 07 Aug 2007 22:56:32 +0100 User-Agent: Thunderbird 2.0.0.0 (X11/20070421) MIME-Version: 1.0 To: Rakhesh Sasidharan References: <46B5E0F8.7050405@att.net> <20070806083111.F74284@obelix.home.rakhesh.com> In-Reply-To: <20070806083111.F74284@obelix.home.rakhesh.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit From: Adam J Richardson Cc: "Arend P. van der Veen" , freebsd-questions@freebsd.org Subject: Re: portsdb and cvsup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2007 21:56:37 -0000 Rakhesh Sasidharan wrote: > During my first few days with FreeBSD, however, I used to run ''portsdb > -Fu''. My understanding is that that would fetch the INDEX-6 and update > INDEX-6.db (since I am on FreeBSD 6.x) but I don't see why I should do > this coz the INDEX files are updated when I update the ports tree > anyways! (If I have understood this incorrectly, someone please correct > me). Hi Rakhesh, What you say about the -F and -u flags sounds right. It's my understanding that "portsdb -Fu" is only required when the ports database gets a little bit messed up and the system prompts you. It's an easy one to remember, because as Dru said in that article, you may be thinking something similar at the time. ;) Regards, Adam J Richardson