Gentoo Archives: gentoo-dev

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

Replies