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.1-nxloadconfig.patch
Date: Mon, 26 Nov 2007 12:50:31
Message-Id: E1IwdPu-0002n2-9g@stork.gentoo.org
1 voyageur 07/11/26 12:50:26
2
3 Modified: nxserver-freenx-0.7.1-nxloadconfig.patch
4 Log:
5 Fix nxloadconfig patch, bug #198927
6 (Portage version: 2.1.4_rc3)
7
8 Revision Changes Path
9 1.2 net-misc/nxserver-freenx/files/nxserver-freenx-0.7.1-nxloadconfig.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/nxserver-freenx/files/nxserver-freenx-0.7.1-nxloadconfig.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/nxserver-freenx/files/nxserver-freenx-0.7.1-nxloadconfig.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/nxserver-freenx/files/nxserver-freenx-0.7.1-nxloadconfig.patch?r1=1.1&r2=1.2
14
15 Index: nxserver-freenx-0.7.1-nxloadconfig.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/nxserver-freenx/files/nxserver-freenx-0.7.1-nxloadconfig.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- nxserver-freenx-0.7.1-nxloadconfig.patch 31 Oct 2007 19:49:55 -0000 1.1
22 +++ nxserver-freenx-0.7.1-nxloadconfig.patch 26 Nov 2007 12:50:25 -0000 1.2
23 @@ -28,6 +28,15 @@
24 if [ -z "$ENABLE_2_0_0_BACKEND" ]
25 then
26 ENABLE_2_0_0_BACKEND="1"
27 +@@ -301,7 +301,7 @@
28 + if [ -z "$ENABLE_2_0_0_BACKEND" ]
29 + then
30 + ENABLE_2_0_0_BACKEND="1"
31 +- [ -z "$(strings $PATH_BIN/nxagent | egrep 'NXAGENT - Version 2.[01].0|NXAGENT - Version 3.0.0')" ] && ENABLE_2_0_0_BACKEND="0"
32 ++ [ -z "$(strings $REAL_PATH_BIN/nxagent | egrep 'NXAGENT - Version 2.[01].0|NXAGENT - Version 3.0.0')" ] && ENABLE_2_0_0_BACKEND="0"
33 + fi
34 +
35 + if [ "$ENABLE_KDE_CUPS" = "1" ]
36 @@ -326,7 +327,7 @@
37 ERROR="yes" && echo "Error: Invalid value \"PATH_BIN=$PATH_BIN\""
38 # Check for NX agents ...
39
40
41
42 --
43 gentoo-commits@g.o mailing list