From owner-freebsd-questions@FreeBSD.ORG Mon Dec 12 05:10:31 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EBA9106566B for ; Mon, 12 Dec 2011 05:10:31 +0000 (UTC) (envelope-from kevin@rootbsd.daleco.biz) Received: from rootbsd.daleco.biz (fi9u.x.rootbsd.net [199.48.129.182]) by mx1.freebsd.org (Postfix) with ESMTP id E007F8FC08 for ; Mon, 12 Dec 2011 05:10:29 +0000 (UTC) Received: from rootbsd.daleco.biz (localhost [127.0.0.1]) by rootbsd.daleco.biz (8.14.4/8.14.4) with ESMTP id pBC4k75D041156; Sun, 11 Dec 2011 22:46:07 -0600 (CST) (envelope-from kevin@rootbsd.daleco.biz) Received: (from kevin@localhost) by rootbsd.daleco.biz (8.14.4/8.14.4/Submit) id pBC4k7w1041155; Sun, 11 Dec 2011 22:46:07 -0600 (CST) (envelope-from kevin) Date: Sun, 11 Dec 2011 22:46:07 -0600 From: Kevin Kinsey To: Foo JH Message-ID: <20111212044607.GA36872@rootbsd.daleco.biz> References: <4EE55ED1.3090305@extracktor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4EE55ED1.3090305@extracktor.com> User-Agent: Mutt/1.4.2.3i Cc: questions@freebsd.org Subject: Re: difference between cvsup and csup? 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: Mon, 12 Dec 2011 05:10:31 -0000 On Mon, Dec 12, 2011 at 09:54:25AM +0800, Foo JH wrote: > Hello guys, > > I notice FreeBSD is now using (and probably has been for a while) csup > instead of cvsup. The parameters looking identical - at least from the > no-gui perspective. > > Can anyone advise what the difference is, and perhaps educate me on how > this came to be? csup is a re-write of cvsup that's written in C, so it can be included in the "base system" without requiring installation of Modula3 (the language cvsup was written in). There may also be licensing diffs (I'm not sure about that off the top of my head). Hope this helps. Kevin Kinsey