WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [PATCH] xen.vncserver-quiet-configure.patch

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [PATCH] xen.vncserver-quiet-configure.patch
From: BitKeeper Bot <riel@xxxxxxxxxxx>
Date: Tue, 24 May 2005 21:37:03 +0000
Delivery-date: Tue, 24 May 2005 22:01:44 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: Xen Development List <xen-devel@xxxxxxxxxxxxxxxxxxx>
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
ChangeSet 1.1540, 2005/05/24 22:37:03+01:00, arun.sharma@xxxxxxxxx

        [PATCH] xen.vncserver-quiet-configure.patch
        
        When configure looks for VNC Server library installation by
        executing libvncserver-config, make sure we don't print messages to
        the console if we cannot find the libvncserver-config program.
        
        Signed-off-by: Inaky Perez-Gonzalez <inaky@xxxxxxxxxxxxxxx>
        Signed-off-by: Arun Sharma <arun.sharma@xxxxxxxxx>



 configure |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/tools/ioemu/configure b/tools/ioemu/configure
--- a/tools/ioemu/configure     2005-05-24 18:02:29 -04:00
+++ b/tools/ioemu/configure     2005-05-24 18:02:29 -04:00
@@ -230,7 +230,7 @@
 
 if test -z "$vnc"; then
 
-if libvncserver-config --version > /dev/null; then
+if libvncserver-config --version >& /dev/null; then
     vnc=yes
 else
     vnc=no

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [PATCH] xen.vncserver-quiet-configure.patch, BitKeeper Bot <=