Blame SOURCES/cvs.sh.5

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