From 7029aac70d945421b08bf2870feb834edecead99 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Sep 21 2010 08:28:10 +0000 Subject: Improve patch for #633645 (fix tcsh incompatibilities). Signed-off-by: Adam Tkac --- 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 1.0.90-0.15.20100420svn4030 +- improve patch for #633645 (fix tcsh incompatibilities) + * Thu Sep 16 2010 Adam Tkac 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