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-freeedition/files: nxserver-3.3.0-dontupdatekeys.patch
Date: Mon, 24 Nov 2008 09:49:41
Message-Id: E1L4Y4a-0007RV-5s@stork.gentoo.org
1 voyageur 08/11/24 09:49:40
2
3 Added: nxserver-3.3.0-dontupdatekeys.patch
4 Log:
5 Prevent update script from failing and removing default ssh key, bug #248049
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.26-gentoo x86_64)
7
8 Revision Changes Path
9 1.1 net-misc/nxserver-freeedition/files/nxserver-3.3.0-dontupdatekeys.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/nxserver-freeedition/files/nxserver-3.3.0-dontupdatekeys.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/nxserver-freeedition/files/nxserver-3.3.0-dontupdatekeys.patch?rev=1.1&content-type=text/plain
13
14 Index: nxserver-3.3.0-dontupdatekeys.patch
15 ===================================================================
16 --- scripts/setup/nxserver.orig 2008-11-24 10:24:26.000000000 +0100
17 +++ scripts/setup/nxserver 2008-11-24 10:27:38.000000000 +0100
18 @@ -3149,8 +3149,6 @@
19 # addNXinit
20 startNXStat
21
22 - updateAutorizedKey
23 -
24 checkStr=`$NXSHELL --upgradecheck 2>&1`
25 result=`echo "$checkStr" | grep -c "expired" 2>&1`
26 if [ "$result" != "0" ];