speed-dreams-code/packaging/loki/bin/Linux/x86/sd-nfsperf

34 lines
1,002 B
Text
Raw Normal View History

#! /bin/bash
# @configure_input@
##############################################################################
#
# file : nfsperf.in
# created : Tue Aug 19 23:23:51 CEST 2003
# copyright : (C) 2003 by Eric Espie
# email : Eric.Espie@torcs.org
# version : $Id: nfsperf.in,v 1.1.2.1 2008/06/01 20:19:39 berniw Exp $
#
##############################################################################
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
##############################################################################
prefix=@prefix@
exec_prefix=${prefix}
BINDIR=${exec_prefix}
LIBDIR=${exec_prefix}/lib
DATADIR=${exec_prefix}/share
VARDIR=${exec_prefix}/var
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIBDIR/lib
$LIBDIR/nfsperf-bin $*
exit 0