CVS_RSH defaults to ssh (etc/profile)
authorhackbard <hackbard>
Thu, 24 Mar 2005 23:53:29 +0000 (23:53 +0000)
committerhackbard <hackbard>
Thu, 24 Mar 2005 23:53:29 +0000 (23:53 +0000)
doc/CHANGELOG
misc/sysfiles/etc/profile

index 2a65278..154af9d 100644 (file)
@@ -1,3 +1,7 @@
+*) 2005-03-25
+
+- added CVS_RSH=ssh export to /etc/profile
+
 *) 2005-02-27
 
 - added transfig package
index d60a22a..689040e 100644 (file)
@@ -38,6 +38,7 @@ fi
 export EDITOR="vi"
 export PAGER="less"
 export BLOCKSIZE=K
+export CVS_RSH="ssh"
 
 # set the MANPATH variable