Whamcloud - gitweb
[liblustre]: add back the script
authormeijia <meijia>
Wed, 25 Jun 2003 05:09:24 +0000 (05:09 +0000)
committermeijia <meijia>
Wed, 25 Jun 2003 05:09:24 +0000 (05:09 +0000)
lustre/liblustre/lustrerun [new file with mode: 0755]

diff --git a/lustre/liblustre/lustrerun b/lustre/liblustre/lustrerun
new file mode 100755 (executable)
index 0000000..f44fb92
--- /dev/null
@@ -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 $@