1CVS.CSH(5) File Formats Manual CVS.CSH(5)
23
4
NAME
6cvs.sh - C shell log-in script for CVS users
7
SYNOPSIS
9/etc/profile.d/cvs.csh
10
DESCRIPTION
12The cvs.csh script is sourced when a user of a C log-in shell is logged
13in. The purpose is to set CVS_RSH environment variable, so that a cvs
14user connecting to a remote CVS server utilizes SSH-secured connection
15by default.
16
EXAMPLE
18if ( "$?CVS_RSH" == 0 ) setenv CVS_RSH ssh
19
FILES
21/etc/profile.d/cvs.csh
22
SEE ALSO
24csh(1), cvs(1), bash(1).
2526
27
28
CVS.CSH(5)