Date: Wed, 14 Mar 2001 02:10:37 +0200 (EET) From: Maxim Sobolev <sobomax@FreeBSD.org> To: obrien@FreeBSD.org Cc: paul@originative.co.uk (Paul Richards), cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet ip_output.c Message-ID: <200103140010.f2E0Abj15218@vic.sabbo.net> In-Reply-To: <20010313155536.A85345@dragon.nuxi.com> from "David O'Brien" at Mar 13, 2001 03:55:36 PM
next in thread | previous in thread | raw e-mail | index | archive | help
> > On Tue, Mar 13, 2001 at 11:46:31PM +0000, Paul Richards wrote: > > Any good sysadmin will want to roll their own binaries/packages. > > Oh bull hocky! Sysadmins want to do things that save time and hassle. > > cd /usr/ports/ > cvs up > cd mozila > make install clean > > -vs- > pkg_add -r mozila > > > Unless one is setting tweakable knobs, there is no need other than > machoism to roll one's own binaries. If what you say is totally true, > then why do we even have /usr/ports? 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. -Maxim 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?200103140010.f2E0Abj15218>