Date: Tue, 13 Mar 2001 16:21:07 -0800 From: "David O'Brien" <obrien@FreeBSD.org> To: Maxim Sobolev <sobomax@FreeBSD.org> 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> In-Reply-To: <200103140010.f2E0Abj15218@vic.sabbo.net>; from sobomax@FreeBSD.org on Wed, Mar 14, 2001 at 02:10:37AM %2B0200 References: <20010313155536.A85345@dragon.nuxi.com> <200103140010.f2E0Abj15218@vic.sabbo.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010313162107.C86088>