#!/bin/sh

# set -x

# This script is a part of FreeUSP - the UNIX Seismic Processing system.
#
# this routine is part of the media-changer software, which is 
# used for automated tape robot operation. (ie. DLT, 8mm, etc.)
#

PATH=/bin:/usr/bin:/sbin:/usr/sbin:${PATH}

APP_PATH=`dirname $0` ; test "${APP_PATH}" = "." && APP_PATH=`pwd`
APP_PATH=`echo ${APP_PATH} | /bin/sed 's/[/]tmp_mnt//'`

PATH=${PATH}:${APP_PATH}

DIST_PRODUCT="chd"

. usp-set-path 

XKEYSYMDB=${APPDIR}/etc/X11R6/XKeysymDB
XLOCALEDIR=${APPDIR}/etc/X11R6/locale

export PATH XKEYSYMDB XNLSPATH XLOCALEDIR

exec usp feedback ${APP} ${1:+"$@"}
