[tigervnc/f13/master] Improve patch for #633645 (fix tcsh incompatibilities).

Adam Tkac atkac at fedoraproject.org
Tue Sep 21 08:29:12 UTC 2010


commit 7029aac70d945421b08bf2870feb834edecead99
Author: Adam Tkac <atkac at redhat.com>
Date:   Tue Sep 21 10:28:10 2010 +0200

    Improve patch for #633645 (fix tcsh incompatibilities).
    
    Signed-off-by: Adam Tkac <atkac at redhat.com>

 tigervnc.spec  |    5 ++++-
 vncserver.init |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/tigervnc.spec b/tigervnc.spec
index cedd1f5..dbd7538 100644
--- a/tigervnc.spec
+++ b/tigervnc.spec
@@ -2,7 +2,7 @@
 
 Name:		tigervnc
 Version:	1.0.90
-Release:	0.14.%{snap}%{?dist}
+Release:	0.15.%{snap}%{?dist}
 Summary:	A TigerVNC remote display system
 
 Group:		User Interface/Desktops
@@ -255,6 +255,9 @@ fi
 %endif
 
 %changelog
+* Tue Sep 21 2010 Adam Tkac <atkac redhat com> 1.0.90-0.15.20100420svn4030
+- improve patch for #633645 (fix tcsh incompatibilities)
+
 * Thu Sep 16 2010 Adam Tkac <atkac redhat com> 1.0.90-0.14.20100420svn4030
 - press fake modifiers correctly (#633931)
 - supress unneeded debug information emitted from initscript (#633645)
diff --git a/vncserver.init b/vncserver.init
index 5ca760b..4e420bd 100644
--- a/vncserver.init
+++ b/vncserver.init
@@ -51,7 +51,7 @@ start() {
 	USER="${display##*:}"
 	VNCUSERARGS="${VNCSERVERARGS[${DISP}]}"
         runuser -l ${USER} -c "cd ~${USER} && [ -r .vnc/passwd ] && \
-			       vncserver :${DISP} ${VNCUSERARGS} > /dev/null 2>&1 "
+			       vncserver :${DISP} ${VNCUSERARGS}" > /dev/null 2>&1
         RETVAL=$?
         [ "$RETVAL" -eq 0 ] || break
     done


More information about the scm-commits mailing list