Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 73482 | Differences between
and this patch

Collapse All | Expand All

(-)cvs.eclass (+5 lines)
Lines 393-398 Link Here
393
			echo "newarglist.insert(1, '-oUserKnownHostsFile=${CVS_ECLASS_KNOWN_HOSTS}')" \
393
			echo "newarglist.insert(1, '-oUserKnownHostsFile=${CVS_ECLASS_KNOWN_HOSTS}')" \
394
				>> "${CVS_RSH}"
394
				>> "${CVS_RSH}"
395
395
396
			# disable X11 forwarding which causes .xauth access violations
397
			# - 20041205 Armando Di Cianno <fafhrd@gentoo.org>
398
			echo "newarglist.insert(1, '-oForwardX11=no')" \
399
				>> "${CVS_RSH}"
400
396
			if [ -z "${ECVS_SSH_HOST_KEY}" ]; then
401
			if [ -z "${ECVS_SSH_HOST_KEY}" ]; then
397
				ewarn "Warning: The SSH host key of the remote server will not be verified."
402
				ewarn "Warning: The SSH host key of the remote server will not be verified."
398
				einfo "A temporary known hosts list will be used."
403
				einfo "A temporary known hosts list will be used."

Return to bug 73482