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] add /sbin to the $PATH and use ldconfig -

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] add /sbin to the $PATH and use ldconfig -p instead of ldconfig -v
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 20 Feb 2007 14:10:08 -0800
Delivery-date: Tue, 20 Feb 2007 14:10:22 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Vincent Hanquez <vincent@xxxxxxxxxxxxx>
# Date 1171980732 0
# Node ID 75697d623a2bad13f204f67ffb55178d87904845
# Parent  e4ddec3dffb0b0dbd1fdc4dc51e1aafcba05bfb7
add /sbin to the $PATH and use ldconfig -p instead of ldconfig -v
---
 tools/check/check_crypto_lib |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)

diff -r e4ddec3dffb0 -r 75697d623a2b tools/check/check_crypto_lib
--- a/tools/check/check_crypto_lib      Tue Feb 20 13:57:26 2007 +0000
+++ b/tools/check/check_crypto_lib      Tue Feb 20 14:12:12 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>
  • [Xen-changelog] [xen-unstable] add /sbin to the $PATH and use ldconfig -p instead of ldconfig -v, Xen patchbot-unstable <=