Blame SOURCES/cvs.csh.5

814382
.TH CVS.CSH 5
814382
.SH NAME
814382
cvs.sh \- C shell log-in script for CVS users
814382
.SH SYNOPSIS
814382
.B /etc/profile.d/cvs.csh
814382
.SH DESCRIPTION
814382
The
814382
.B cvs.csh
814382
script is sourced when a user of a C log-in shell is logged in. The
814382
purpose is to set
814382
.B CVS_RSH
814382
environment variable, so that a cvs user connecting to a remote CVS server
814382
utilizes SSH-secured connection by default.
814382
.SH EXAMPLE
814382
.PP
814382
if ( "$?CVS_RSH" == 0 ) setenv CVS_RSH ssh
814382
.SH FILES
814382
.PD 0
814382
.TP 20
814382
.B /etc/profile.d/cvs.csh
814382
.PD
814382
.SH SEE ALSO
814382
.BR csh (1),
814382
.BR cvs (1),
814382
.BR bash (1).