Date: Thu, 24 Oct 2002 14:52:30 -0700 From: Will Andrews <will@csociety.org> To: Doug Barton <DougB@FreeBSD.org> Cc: Will Andrews <will@csociety.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules Message-ID: <20021024215230.GF82303@procyon.firepipe.net> In-Reply-To: <3DB867D0.A805E876@FreeBSD.org> References: <200210241744.g9OHibtw015171@repoman.freebsd.org> <20021024185943.GD82303@procyon.firepipe.net> <3DB867D0.A805E876@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 24, 2002 at 02:36:16PM -0700, Doug Barton wrote: > I think the issue could be resolved with the following patch, but I > didn't have a chance to test it since the second port I planned to add > isn't quite ready: > > --- /usr/local/bin/addport Mon Oct 14 01:51:21 2002 > +++ addport Thu Oct 24 10:42:48 2002 > @@ -97,7 +97,7 @@ > $tmp = $tmp2 = $offset = 0; > > chomp(my $myhost = lc(hostname())); > -$moduleshost = "freefall.freebsd.org" if ($moduleshost eq ""); > +$moduleshost = "$h" if ($moduleshost eq ""); > > # SSH is always required nowadays... ncvs.FreeBSD.org isn't shell > accessible. Did you read this comment right here? :-) > I was going to mail you about this after I had a chance to test it, but > thanks for being on top of the commit mail. :) Of course. Regards, -- wca 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?20021024215230.GF82303>