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] [xen-unstable] Merge

# HG changeset patch
# User Tim Deegan <Tim.Deegan@xxxxxxxxxxxxx>
# Date 1171985848 0
# Node ID 92a4aafb8cbcea5e4ca0923f7def6066fb5d1a72
# Parent  6746873997b5441ed875ec17b626d2863dc5255c
# Parent  75697d623a2bad13f204f67ffb55178d87904845
Merge
---
 tools/check/check_crypto_lib |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

diff -r 6746873997b5 -r 92a4aafb8cbc tools/check/check_crypto_lib
--- a/tools/check/check_crypto_lib      Tue Feb 20 15:37:03 2007 +0000
+++ b/tools/check/check_crypto_lib      Tue Feb 20 15:37:28 2007 +0000
@@ -3,8 +3,9 @@
 
 RC=0
 
+PATH=/sbin:$PATH
 set -e
-ldconfig -v 2>&1 | grep -q libcrypto.so || RC=1
+ldconfig -p 2>&1 | grep -q libcrypto.so || RC=1
 
 if test ${RC} -ne 0; then
         echo

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

<Prev in Thread] Current Thread [Next in Thread>