[rescue] were can i find the wsname cmd?

Simon Lewis simon at mplayer.biz
Thu May 22 17:19:17 CDT 2014


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 


More information about the rescue mailing list