rpms/tightvnc/devel tightvnc-rh212985.patch,1.1,1.2

Adam Tkac atkac at fedoraproject.org
Mon Dec 15 12:04:07 UTC 2008


Author: atkac

Update of /cvs/pkgs/rpms/tightvnc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv780

Modified Files:
	tightvnc-rh212985.patch 
Log Message:
- minor correction of tightvnc-rh212985.patch: return nonzero value if Xvnc
fails to start


tightvnc-rh212985.patch:

Index: tightvnc-rh212985.patch
===================================================================
RCS file: /cvs/pkgs/rpms/tightvnc/devel/tightvnc-rh212985.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tightvnc-rh212985.patch	23 Oct 2008 11:36:22 -0000	1.1
+++ tightvnc-rh212985.patch	15 Dec 2008 12:03:36 -0000	1.2
@@ -26,7 +26,7 @@
 -sleep(3); 
 +if (!(-e "$pidFile")) {
 +    warn "Unable to start Xvnc, exiting\n";
-+    exit;
++    exit 2;
 +}
  
  warn "\nNew '$desktopName' desktop is $host:$displayNumber\n\n";




More information about the fedora-extras-commits mailing list