From 8be475b4ac8030e61af782fa87b294e54a6a912d Mon Sep 17 00:00:00 2001 From: Vadim Kurland Date: Thu, 7 Feb 2008 05:57:41 +0000 Subject: [PATCH] forward-porting patches from 2.1.17 --- doc/ChangeLog | 4 +++ src/gui/RCS.cpp | 4 ++- test/pf/objects-for-regression-tests.fwb | 34 ++++++++++++++---------- 3 files changed, 27 insertions(+), 15 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index e524cb236..0d4a86447 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,9 @@ 2008-02-06 + * RCS.cpp (RCSEnvFix::RCSEnvFix): fixed bug #1849392: "RCS using + windows 2003 without administrator rights". Pass TMP and TEMP + environment variables to RCS tools + * pix_os.xml.in: more for the bug #1816798: "Installing policy on PIX 501 fails". The fix that was made for v2.1.16 did not cover test-mode install, which is now fixed too. Command "terminal pager diff --git a/src/gui/RCS.cpp b/src/gui/RCS.cpp index 2312370ee..ac1a27bd1 100644 --- a/src/gui/RCS.cpp +++ b/src/gui/RCS.cpp @@ -6,7 +6,7 @@ Author: Vadim Kurland vadim@fwbuilder.org - $Id: RCS.cpp,v 1.62 2006/10/21 06:53:25 vkurland Exp $ + $Id: RCS.cpp,v 1.63 2008/02/07 05:20:59 vkurland Exp $ This program is free software which we release under the GNU General Public License. You may redistribute and/or modify this program under the terms @@ -219,6 +219,8 @@ RCSEnvFix::RCSEnvFix() env.push_back( QString("USER=")+uname); env.push_back( QString("LOGNAME=")+uname); + env.push_back( QString("TMP=") + getenv("TMP")); + env.push_back( QString("TEMP=") + getenv("TEMP")); } QStringList* RCSEnvFix::getEnv() diff --git a/test/pf/objects-for-regression-tests.fwb b/test/pf/objects-for-regression-tests.fwb index d64bfa299..d69860ef6 100644 --- a/test/pf/objects-for-regression-tests.fwb +++ b/test/pf/objects-for-regression-tests.fwb @@ -1,6 +1,6 @@ - + @@ -498,7 +498,7 @@ - + @@ -1192,7 +1192,7 @@ - + @@ -2244,7 +2244,7 @@ - + @@ -3265,8 +3265,8 @@ - - + + @@ -3277,14 +3277,20 @@ + + + + + + @@ -3340,7 +3346,7 @@ - + @@ -3748,7 +3754,7 @@ - + @@ -3929,7 +3935,7 @@ - + @@ -4056,7 +4062,7 @@ - + @@ -4184,7 +4190,7 @@ - + @@ -4546,7 +4552,7 @@ - + @@ -6079,7 +6085,7 @@ - + @@ -7362,7 +7368,7 @@ - +