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

Log Message:
-----------
tightvnc: suppressing grep's output

Modified Paths:
--------------
    csw/mgar/pkg/tightvnc/trunk/files/vncserver-wrapper.sh

Modified: csw/mgar/pkg/tightvnc/trunk/files/vncserver-wrapper.sh
===================================================================
--- csw/mgar/pkg/tightvnc/trunk/files/vncserver-wrapper.sh      2009-11-18 
23:04:18 UTC (rev 7347)
+++ csw/mgar/pkg/tightvnc/trunk/files/vncserver-wrapper.sh      2009-11-18 
23:51:48 UTC (rev 7348)
@@ -31,7 +31,7 @@
                   -a \
               -perm -u+w \
           \) \
-      \) | grep "$1"
+      \) | grep "$1" > /dev/null
 }
 
 if writable "${test_dir}"; then


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to