1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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

@ -60,9 +60,9 @@ XCOMM ##########################################################################
HASH
if [ -z "$AB_CARDCATALOG" ]
then
export AB_CARDCATALOG=/usr/dt/share/answerbooks/$LANG/ab_cardcatalog
export AB_CARDCATALOG=CDE_INSTALLATION_TOP/share/answerbooks/$LANG/ab_cardcatalog
else
export AB_CARDCATALOG=/usr/dt/share/answerbooks/$LANG/ab_cardcatalog:$AB_CARDCATALOG
export AB_CARDCATALOG=CDE_INSTALLATION_TOP/share/answerbooks/$LANG/ab_cardcatalog:$AB_CARDCATALOG
fi
HASH

View file

@ -136,9 +136,9 @@ XCOMM
XCOMM Dtlogin*userPath: <path>
#if defined(linux)
Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:/usr/dt/bin
Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:CDE_INSTALLATION_TOP/bin
#elif defined(CSRG_BASED)
Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/dt/bin
Dtlogin*userPath: /bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:CDE_INSTALLATION_TOP/bin
#endif

View file

@ -18,5 +18,5 @@ Dtlogin*altDtsIncrement: True
Dtlogin*altDtName: %|nls-291-#OpenWindows#|
Dtlogin*altDtKey: /usr/openwin/bin/olwm
Dtlogin*altDtStart: /usr/dt/config/Xsession.ow
Dtlogin*altDtStart: CDE_INSTALLATION_TOP/config/Xsession.ow
Dtlogin*altDtLogo: OWlogo

View file

@ -185,7 +185,7 @@ Dtlogin*preeditType:
!! languages available on the login screen. The Dtlogin*languageList
!! resource takes precidence over this resource.
!!
Dtlogin*languageListCmd: /usr/dt/bin/dtlslocale
Dtlogin*languageListCmd: CDE_INSTALLATION_TOP/bin/dtlslocale
#undef C
XCOMM undef C

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

View file

@ -76,7 +76,7 @@ XCOMM ##########################################################################
# define cpp_XINITUSER "$HOME/.xinitrc"
# define cpp_XDMSYS "/etc/X11/Xsession"
# undef cpp_HELLO
# define cpp_HELLO "$DT_BINPATH/dthello -file /usr/dt/copyright &"
# define cpp_HELLO "$DT_BINPATH/dthello -file CDE_INSTALLATION_TOP/copyright &"
#endif
#ifdef __FreeBSD__
@ -84,7 +84,7 @@ XCOMM ##########################################################################
# define cpp_XINITUSER "$HOME/.xinitrc"
# define cpp_XDMSYS "/usr/local/lib/X11/xdm/Xsession"
# undef cpp_HELLO
# define cpp_HELLO "$DT_BINPATH/dthello -file /usr/dt/copyright &"
# define cpp_HELLO "$DT_BINPATH/dthello -file CDE_INSTALLATION_TOP/copyright &"
#endif
#ifdef __OpenBSD__
@ -92,7 +92,7 @@ XCOMM ##########################################################################
# define cpp_XINITUSER "$HOME/.xinitrc"
# define cpp_XDMSYS "/etc/X11/xdm/Xsession"
# undef cpp_HELLO
# define cpp_HELLO "$DT_BINPATH/dthello -file /usr/dt/copyright &"
# define cpp_HELLO "$DT_BINPATH/dthello -file CDE_INSTALLATION_TOP/copyright &"
#endif
@ -602,13 +602,13 @@ StartFirst()
sh | bash) $SHELL -c "$source_profile; \
unset DT; \
$dtdbcache; \
PATH=/usr/dt/bin:\$PATH $tooltalk; \
PATH=CDE_INSTALLATION_TOP/bin:\$PATH $tooltalk; \
$startup > $dtstart_sessionlogfile 2>&1" ;;
ksh | ksh93 | dtksh) $SHELL -c "$source_profile; \
unset DT; \
$dtdbcache; \
PATH=/usr/dt/bin:\$PATH $tooltalk;\
PATH=CDE_INSTALLATION_TOP/bin:\$PATH $tooltalk;\
$startup >| $dtstart_sessionlogfile 2>&1" ;;
csh | tcsh) $SHELL -c "unsetenv _ PWD; \

View file

@ -72,8 +72,8 @@ fi
#ifdef sun
if [ ! -f /etc/pam.conf ]; then
if [ -f /usr/dt/config/sys.pam.conf ]; then
/bin/cp /usr/dt/config/sys.pam.conf /etc/pam.conf
if [ -f CDE_INSTALLATION_TOP/config/sys.pam.conf ]; then
/bin/cp CDE_INSTALLATION_TOP/config/sys.pam.conf /etc/pam.conf
/bin/chmod 644 /etc/pam.conf
fi
fi

View file

@ -37,6 +37,6 @@
Dtlogin*altDtsIncrement: True
Dtlogin*altDtName: %|nls-2-#Current#|
Dtlogin*altDtKey: /usr/dt/bin/Xsession
Dtlogin*altDtStart: /usr/dt/bin/Xsession -session current
Dtlogin*altDtKey: CDE_INSTALLATION_TOP/bin/Xsession
Dtlogin*altDtStart: CDE_INSTALLATION_TOP/bin/Xsession -session current

View file

@ -37,5 +37,5 @@
Dtlogin*altDtsIncrement: True
Dtlogin*altDtName: %DisplayName%%|nls-2-#Current#|
Dtlogin*altDtKey: /usr/dt/bin/Xsession
Dtlogin*altDtStart: /usr/dt/bin/Xsession -session display-current
Dtlogin*altDtKey: CDE_INSTALLATION_TOP/bin/Xsession
Dtlogin*altDtStart: CDE_INSTALLATION_TOP/bin/Xsession -session display-current

View file

@ -37,5 +37,5 @@
Dtlogin*altDtsIncrement: True
Dtlogin*altDtName: %DisplayName%%|nls-1-#Home#|
Dtlogin*altDtKey: /usr/dt/bin/Xsession
Dtlogin*altDtStart: /usr/dt/bin/Xsession -session display-home
Dtlogin*altDtKey: CDE_INSTALLATION_TOP/bin/Xsession
Dtlogin*altDtStart: CDE_INSTALLATION_TOP/bin/Xsession -session display-home

View file

@ -37,5 +37,5 @@
Dtlogin*altDtsIncrement: True
Dtlogin*altDtName: %|nls-1-#Home#|
Dtlogin*altDtKey: /usr/dt/bin/Xsession
Dtlogin*altDtStart: /usr/dt/bin/Xsession -session home
Dtlogin*altDtKey: CDE_INSTALLATION_TOP/bin/Xsession
Dtlogin*altDtStart: CDE_INSTALLATION_TOP/bin/Xsession -session home