Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/nxserver-freenx/files: nxserver-freenx-0.7.3_p104-pam_ssh.patch
Date: Mon, 20 Apr 2009 15:21:17
Message-Id: E1LvvJ5-0004rg-Fx@stork.gentoo.org
1 voyageur 09/04/20 15:21:15
2
3 Added: nxserver-freenx-0.7.3_p104-pam_ssh.patch
4 Log:
5 Version bump, with some ebuild changes: dropped arts/cups/esd USE flags, better to manually enable them in configuration if needed; change recommanded nxsetup line, warn users without PAM that they need to unlock the nx account (bug #262496); add patch to support pam_ssh (i.e pambase with USE=ssh), bugs #142694 and #266572
6 (Portage version: 2.2_rc30/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 net-misc/nxserver-freenx/files/nxserver-freenx-0.7.3_p104-pam_ssh.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/nxserver-freenx/files/nxserver-freenx-0.7.3_p104-pam_ssh.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/nxserver-freenx/files/nxserver-freenx-0.7.3_p104-pam_ssh.patch?rev=1.1&content-type=text/plain
13
14 Index: nxserver-freenx-0.7.3_p104-pam_ssh.patch
15 ===================================================================
16 --- ./nxnode-login 2009-04-20 16:54:24.000000000 +0200
17 +++ /usr/bin/nxnode-login 2009-04-20 16:54:27.000000000 +0200
18 @@ -73,6 +73,7 @@
19 expect {
20 "Are you sure you want to continue connecting (yes/no)?" { send "yes\r" }
21 "assword*:" { sleep 0.3; send "$password\r" }
22 + "SSH passphrase:" { sleep 0.3; send "$password\r" }
23 "Permission denied*" { exit 1 }
24 "su: Authentication failure" { exit 1 }
25 "NX> 1000 NXNODE - Version" {