cvs.csh (5) - Linux Manuals
cvs.csh: C shell log-in script for CVS users
NAME
cvs.sh - C shell log-in script for CVS usersSYNOPSIS
/etc/profile.d/cvs.cshDESCRIPTION
The cvs.csh script is sourced when a user of a C log-in shell is logged in. The purpose is to set CVS_RSH environment variable, so that a cvs user connecting to a remote CVS server utilizes SSH-secured connection by default.EXAMPLE
if ( "$?CVS_RSH" == 0 ) setenv CVS_RSH ssh
FILES
- /etc/profile.d/cvs.csh