tsoljds-migration revision 8293
#
# The contents are ported from /usr/dt/bin/Xtsolusersession.
# Migrate Trusted CDE to Trusted JDS.
#
for i in $DT_CONFIG_PATH
do
if [ -d $i/$DT_XSESSION_DIR ]; then
if [ -x $i/$DT_XSESSION_DIR/$SCRIPT -a \
\( ! -d $i/$DT_XSESSION_DIR/$SCRIPT \) ]; then
fi
done
fi
done