[csw-devel] SF.net SVN: gar:[7219] csw/mgar/pkg/tightvnc/trunk/files/cswvncserver

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Nov 11 11:48:58 CET 2009


Revision: 7219
          http://gar.svn.sourceforge.net/gar/?rev=7219&view=rev
Author:   wahwah
Date:     2009-11-11 10:48:57 +0000 (Wed, 11 Nov 2009)

Log Message:
-----------
tightvnc: Adjusting the vncservers path

Modified Paths:
--------------
    csw/mgar/pkg/tightvnc/trunk/files/cswvncserver

Modified: csw/mgar/pkg/tightvnc/trunk/files/cswvncserver
===================================================================
--- csw/mgar/pkg/tightvnc/trunk/files/cswvncserver	2009-11-11 10:47:49 UTC (rev 7218)
+++ csw/mgar/pkg/tightvnc/trunk/files/cswvncserver	2009-11-11 10:48:57 UTC (rev 7219)
@@ -7,8 +7,9 @@
 
 VNCSERVERS=""
 ARGS=""
-if [ -f /etc/opt/csw/vncservers ] ; then
-   . /etc/opt/csw/vncservers
+VNCSERVERS_CONF="/etc/opt/csw/vncservers/vncservers"
+if [ -f "${VNCSERVERS_CONF}" ] ; then
+   . "${VNCSERVERS_CONF}"
 fi
 
 prog="VNC server"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list