1CVS.CSH(5)                    File Formats Manual                   CVS.CSH(5)
2
3
4

NAME

6       cvs.sh - C shell log-in script for CVS users
7

SYNOPSIS

9       /etc/profile.d/cvs.csh
10

DESCRIPTION

12       The cvs.csh script is sourced when a user of a C log-in shell is logged
13       in. The purpose is to set CVS_RSH environment variable, so that  a  cvs
14       user  connecting to a remote CVS server utilizes SSH-secured connection
15       by default.
16

EXAMPLE

18       if ( "$?CVS_RSH" == 0 ) setenv CVS_RSH ssh
19

FILES

21       /etc/profile.d/cvs.csh
22

SEE ALSO

24       csh(1), cvs(1), bash(1).
25
26
27
28                                                                    CVS.CSH(5)
Impressum