From: meijia Date: Wed, 25 Jun 2003 05:09:24 +0000 (+0000) Subject: [liblustre]: add back the script X-Git-Tag: v1_7_100~1^91~100 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1b89a491d9b441a5474c664bb68637c5d012f285;p=fs%2Flustre-release.git [liblustre]: add back the script --- diff --git a/lustre/liblustre/lustrerun b/lustre/liblustre/lustrerun new file mode 100755 index 0000000..f44fb925 --- /dev/null +++ b/lustre/liblustre/lustrerun @@ -0,0 +1,12 @@ +#!/bin/sh + +#PORTALS_MYNID=${PORTALS_MYNID:-`hostname -i`} +PORTALS_MYNID=${PORTALS_MYNID:-"172.16.1.1"} +LUSTRE_MOUNT_POINT=${LUSTRE_MOUNT_POINT:-"/mnt/lustre"} +LD_PRELOAD=${LD_PRELOAD:-"/usr/lib/liblustre.so"} + +export PORTALS_MYNID +export LUSTRE_MOUNT_POINT +export LD_PRELOAD + +exec $@