From owner-freebsd-questions@FreeBSD.ORG Sat Sep 1 11:03:26 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 82C4F16A419 for ; Sat, 1 Sep 2007 11:03:26 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (66-230-99-27-cdsl-rb1.nwc.acsalaska.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 5A2E113C45B for ; Sat, 1 Sep 2007 11:03:26 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id D92A71CC38 for ; Sat, 1 Sep 2007 03:03:04 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Sat, 1 Sep 2007 13:03:02 +0200 User-Agent: KMail/1.9.7 References: <00a601c7ec83$445599c0$6501a8c0@GRANT> In-Reply-To: <00a601c7ec83$445599c0$6501a8c0@GRANT> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709011303.03424.fbsd.questions@rachie.is-a-geek.net> Subject: Re: 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: Sat, 01 Sep 2007 11:03:26 -0000 On Saturday 01 September 2007 12:31:33 Grant Peel wrote: > Hi all, > > Can I use > > src-all and ports-all in the same supfile? > Nope. But you can update them at the same time if you don't mind the IO and network traffic: csup /path/to/ports-supfile & csup /path/to/src-supfile -- Mel