Author: adamg Date: Sat Nov 3 20:33:18 2007 GMT Module: SOURCES Tag: XEN_3_0_2 ---- Log message: - new
---- Files affected: SOURCES: xen-libvncserver-detect-fix.patch (NONE -> 1.1.2.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/xen-libvncserver-detect-fix.patch diff -u /dev/null SOURCES/xen-libvncserver-detect-fix.patch:1.1.2.1 --- /dev/null Sat Nov 3 21:33:19 2007 +++ SOURCES/xen-libvncserver-detect-fix.patch Sat Nov 3 21:33:13 2007 @@ -0,0 +1,11 @@ +--- xen-3.0.2/tools/ioemu/configure~ 2006-04-10 00:05:53.000000000 +0200 ++++ xen-3.0.2/tools/ioemu/configure 2007-11-03 20:37:16.657753155 +0100 +@@ -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 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
