From: hackbard Date: Thu, 24 Mar 2005 23:53:29 +0000 (+0000) Subject: CVS_RSH defaults to ssh (etc/profile) X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-linux%2Fhdw-linux.git;a=commitdiff_plain;h=a0227875f7ffec2c22d717cffa1a65095e2a15d3 CVS_RSH defaults to ssh (etc/profile) --- 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