s,/usr/dt,CDE_INSTALLATION_TOP,g in dtlogin/config

This commit is contained in:
Pascal Stumpf
2013-07-22 22:14:45 +02:00
committed by Jon Trulson
parent 5153c43c50
commit 57cfd2162d
11 changed files with 26 additions and 26 deletions

View File

@@ -16,7 +16,7 @@ XCOMM ##
XCOMM ####################################################################
DTDSPMSG=/usr/dt/bin/dtdspmsg
DTDSPMSG=CDE_INSTALLATION_TOP/bin/dtdspmsg
if [ -z "$SESSIONTYPE" ]
then
@@ -30,19 +30,19 @@ fi
if [ -z "$SDT_ALT_SESSION" ]
then
export SDT_ALT_SESSION="/usr/dt/config/Xsession.ow2"
export SDT_ALT_SESSION="CDE_INSTALLATION_TOP/config/Xsession.ow2"
fi
if [ -z "$SDT_ALT_HELLO" ]
then
if [ -x $DTDSPMSG ]; then
export SDT_ALT_HELLO="/usr/dt/bin/dthello -string '`$DTDSPMSG -s 37 /usr/dt/lib/nls/msg/$LANG/dthello.cat 1 'Starting the OpenWindows Desktop'`' &"
export SDT_ALT_HELLO="CDE_INSTALLATION_TOP/bin/dthello -string '`$DTDSPMSG -s 37 CDE_INSTALLATION_TOP/lib/nls/msg/$LANG/dthello.cat 1 'Starting the OpenWindows Desktop'`' &"
else
export SDT_ALT_HELLO="/usr/dt/bin/dthello -string 'Starting the OpenWindows Desktop' &"
export SDT_ALT_HELLO="CDE_INSTALLATION_TOP/bin/dthello -string 'Starting the OpenWindows Desktop' &"
fi
fi
export SDT_NO_DSDM=""
/usr/dt/bin/Xsession
CDE_INSTALLATION_TOP/bin/Xsession