From owner-freebsd-current@FreeBSD.ORG Fri Jul 16 14:25:23 2010 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D6761065689 for ; Fri, 16 Jul 2010 14:25:23 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.mypc.hu (server.mypc.hu [87.229.73.95]) by mx1.freebsd.org (Postfix) with ESMTP id BA1388FC1E for ; Fri, 16 Jul 2010 14:25:22 +0000 (UTC) Received: from server.mypc.hu (localhost [127.0.0.1]) by server.mypc.hu (Postfix) with ESMTP id C9A9F14D90BD; Fri, 16 Jul 2010 16:25:21 +0200 (CEST) X-Virus-Scanned: amavisd-new at server.mypc.hu Received: from server.mypc.hu ([127.0.0.1]) by server.mypc.hu (server.mypc.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id M60JawtIPB58; Fri, 16 Jul 2010 16:25:19 +0200 (CEST) Received: from [192.168.1.105] (catv-80-99-92-167.catv.broadband.hu [80.99.92.167]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by server.mypc.hu (Postfix) with ESMTPSA id 6ECCB14D8ADE; Fri, 16 Jul 2010 16:25:19 +0200 (CEST) Message-ID: <4C406BCD.6000204@FreeBSD.org> Date: Fri, 16 Jul 2010 16:25:17 +0200 From: Gabor Kovesdan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-PT; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: Jilles Tjoelker References: <4C406589.7030705@FreeBSD.org> <20100716141527.GA83410@stack.nl> In-Reply-To: <20100716141527.GA83410@stack.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@FreeBSD.org Subject: Re: periodic script in base system to run csup X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2010 14:25:23 -0000 Em 2010.07.16. 16:15, Jilles Tjoelker escreveu: > Hmm, /usr/src/Makefile has an 'update' target that can run csup and > other updating tools. Perhaps it should call that instead? > It is not just for updating your src tree but your ports tree, doc tree or eventually your local CVS repo. That's why you can specify multiple supfiles. Gabor