From owner-cvs-all Thu Oct 24 14:54:11 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8AEF137B401; Thu, 24 Oct 2002 14:54:10 -0700 (PDT) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FEC443E65; Thu, 24 Oct 2002 14:54:10 -0700 (PDT) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id AC22524339; Thu, 24 Oct 2002 14:52:30 -0700 (PDT) Date: Thu, 24 Oct 2002 14:52:30 -0700 From: Will Andrews To: Doug Barton Cc: Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: CVSROOT modules Message-ID: <20021024215230.GF82303@procyon.firepipe.net> Mail-Followup-To: Doug Barton , Will Andrews , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200210241744.g9OHibtw015171@repoman.freebsd.org> <20021024185943.GD82303@procyon.firepipe.net> <3DB867D0.A805E876@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DB867D0.A805E876@FreeBSD.org> User-Agent: Mutt/1.4i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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