Sponsor:

Your company here, and a link to your site. Click to find out more.

cvs.csh - Man Page

C shell log-in script for CVS users

Synopsis

/etc/profile.d/cvs.csh

Description

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

See Also

csh(1), cvs(1), bash(1).