From mint-bounce@lists.fishpool.fi Wed Feb 25 14:13:05 2009 Message-ID: <49A597B5.8000303@atari-source.org> Date: Wed, 25 Feb 2009 14:10:45 -0500 From: Mark Duckworth User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: David Brownlee CC: Keith Scroggins , mint Subject: Re: [MiNT] Defaulting CVS_RSH References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SA-Score: -1.4 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: mduckworth@atari-source.org Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: David Brownlee wrote: > On Wed, 25 Feb 2009, Keith Scroggins wrote: > >> On Wed, 25 Feb 2009, David Brownlee wrote: >> >>> Currently MiNT defaults CVS_RSH to rsh, which doesn't exist in >>> the default distrib. Most other systems have changed it to >>> default to ssh. Not a big issue as most people use other SCM >>> systems nowdays anyway, but is it worth someone fixing? >> >> I do not think this can be changed because not all MiNT systems have >> the ability to run ssh since a 68020+ CPU is required...... >> >> I could be wrong..... > > It can be overridden by setting CVS_RSH=rsh in the environment > (For my case I set CVS_RSH=ssh to get it to update over ssh), > I was just wondering if it made sense to adjust the default... > > ssh should run on a 68000, though you may need to adjust > ConnectTimeout or select Protocol 1 unless you have plenty > of patience. (NetBSD/sun2 runs on 68010 based sun2 machines > and includes ssh). > > I think the only reason it doesn't run is due to required FPU features which I think you can get just by using -lm in the linking in the 68000 version. Thanks, Mark