Gentoo Archives: gentoo-dev

From: Ulrich Mueller <ulm@g.o>
To: "Haelwenn (lanodan) Monnier" <contact@×××××××××.me>
Cc: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH] cvs.eclass: Fix CVS_RSH for app-shells/mksh
Date: Mon, 05 Jul 2021 11:43:39
Message-Id: u4kd90yw0@gentoo.org
In Reply to: [gentoo-dev] [PATCH] cvs.eclass: Fix CVS_RSH for app-shells/mksh by "Haelwenn (lanodan) Monnier"
1 >>>>> On Mon, 05 Jul 2021, Haelwenn (lanodan) Monnier wrote:
2
3 > if [[ ${ECVS_AUTH} == "ext" ]] ; then
4 > - #default to ssh
5 > - [[ -z ${CVS_RSH} ]] && export CVS_RSH="ssh"
6 > - if [[ ${CVS_RSH} != "ssh" ]] ; then
7 > - die "Support for ext auth with clients other than ssh has not been implemented yet"
8 > - fi
9 > DEPEND+=" net-misc/openssh"
10 > fi
11
12 Also, the eclass should set PROPERTIES+=" interactive" in the "ext"
13 case, because IIUC it will interactively call SSH_ASKPASS.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] [PATCH] cvs.eclass: Fix CVS_RSH for app-shells/mksh "Haelwenn (lanodan) Monnier" <contact@×××××××××.me>