From owner-cvs-all Tue Mar 13 16:23:55 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 251A537B71A; Tue, 13 Mar 2001 16:23:51 -0800 (PST) (envelope-from obrien@NUXI.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.3/8.11.1) id f2E0MTX86201; Tue, 13 Mar 2001 16:22:29 -0800 (PST) (envelope-from obrien) Date: Tue, 13 Mar 2001 16:21:07 -0800 From: "David O'Brien" To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_output.c Message-ID: <20010313162107.C86088@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20010313155536.A85345@dragon.nuxi.com> <200103140010.f2E0Abj15218@vic.sabbo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200103140010.f2E0Abj15218@vic.sabbo.net>; from sobomax@FreeBSD.org on Wed, Mar 14, 2001 at 02:10:37AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Mar 14, 2001 at 02:10:37AM +0200, Maxim Sobolev wrote: > I believe he meant the situation when you have to deploy the same software > on many machines. In this case you can do: > master# cd /usr/ports/www/mozilla > master# make package clean > > slave0# pkg_add /usr/ports/packages/www/mozilla-x.y.tgz > slave1# pkg_add /usr/ports/packages/www/mozilla-x.y.tgz > ... > slaveN# pkg_add /usr/ports/packages/www/mozilla-x.y.tgz > > And save N * (time to compile huge mozilla) for something more productive. It is faster to download the pre-compiled binary package from ftp*.freebsd.org than doing the `make package clean' step. Also saves diskspace. So I don't see where the above is any better. -- -- David (obrien@FreeBSD.org) GNU is Not Unix / Linux Is Not UniX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message