From a0227875f7ffec2c22d717cffa1a65095e2a15d3 Mon Sep 17 00:00:00 2001 From: hackbard Date: Thu, 24 Mar 2005 23:53:29 +0000 Subject: [PATCH] CVS_RSH defaults to ssh (etc/profile) --- doc/CHANGELOG | 4 ++++ misc/sysfiles/etc/profile | 1 + 2 files changed, 5 insertions(+) diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 2a65278..154af9d 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,3 +1,7 @@ +*) 2005-03-25 + +- added CVS_RSH=ssh export to /etc/profile + *) 2005-02-27 - added transfig package diff --git a/misc/sysfiles/etc/profile b/misc/sysfiles/etc/profile index d60a22a..689040e 100644 --- a/misc/sysfiles/etc/profile +++ b/misc/sysfiles/etc/profile @@ -38,6 +38,7 @@ fi export EDITOR="vi" export PAGER="less" export BLOCKSIZE=K +export CVS_RSH="ssh" # set the MANPATH variable -- 2.20.1