cvs.sh (5) - Linux Manuals
cvs.sh: Bourne shell log-in script for CVS users
Command to display cvs.sh
manual in Linux: $ man 5 cvs.sh
NAME
cvs.sh - Bourne shell log-in script for CVS users
SYNOPSIS
/etc/profile.d/cvs.sh
DESCRIPTION
The
cvs.sh
script is sourced when a user of a Bourne 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
export CVS_RSH=${CVS_RSH-ssh}
FILES
- /etc/profile.d/cvs.sh
-