Am looking to find out what package adds the wsname feature to solaris 7 so
i can run the following code below dose anyone have any ideas thanks
if /local/bin/wsname 2>/dev/null; then
mpath_base="`/local/bin/wsname`"
export mpath_base
fi
if [ -z "${mpath_base}" ]; then
/local/bin/wsname
exit 1
fi
WSNAME="$mpath_base"/src
Yours
Simon Lewis