Improve patch for #633645 (fix tcsh incompatibilities).

Conflicts:

	tigervnc.spec

Signed-off-by: Adam Tkac <atkac@redhat.com>
This commit is contained in:
Adam Tkac 2010-09-21 10:30:27 +02:00
parent c58b42afc2
commit 0678acdf67
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Name: tigervnc
Version: 1.0.90
Release: 0.20.%{snap}%{?dist}
Release: 0.21.%{snap}%{?dist}
Summary: A TigerVNC remote display system
Group: User Interface/Desktops
@ -305,6 +305,9 @@ fi
%doc LICENCE.TXT
%changelog
* Tue Sep 21 2010 Adam Tkac <atkac redhat com> 1.0.90-0.21.20100420svn4030
- improve patch for #633645 (fix tcsh incompatibilities)
* Thu Sep 16 2010 Adam Tkac <atkac redhat com> 1.0.90-0.20.20100813svn4123
- press fake modifiers correctly (#633931)
- supress unneeded debug information emitted from initscript (#633645)

View File

@ -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