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:
parent
5153c43c50
commit
57cfd2162d
11 changed files with 26 additions and 26 deletions
|
@ -60,9 +60,9 @@ XCOMM ##########################################################################
|
||||||
HASH
|
HASH
|
||||||
if [ -z "$AB_CARDCATALOG" ]
|
if [ -z "$AB_CARDCATALOG" ]
|
||||||
then
|
then
|
||||||
export AB_CARDCATALOG=/usr/dt/share/answerbooks/$LANG/ab_cardcatalog
|
export AB_CARDCATALOG=CDE_INSTALLATION_TOP/share/answerbooks/$LANG/ab_cardcatalog
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
HASH
|
HASH
|
||||||
|
|
|
@ -136,9 +136,9 @@ XCOMM
|
||||||
XCOMM Dtlogin*userPath: <path>
|
XCOMM Dtlogin*userPath: <path>
|
||||||
|
|
||||||
#if defined(linux)
|
#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)
|
#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
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -18,5 +18,5 @@ Dtlogin*altDtsIncrement: True
|
||||||
|
|
||||||
Dtlogin*altDtName: %|nls-291-#OpenWindows#|
|
Dtlogin*altDtName: %|nls-291-#OpenWindows#|
|
||||||
Dtlogin*altDtKey: /usr/openwin/bin/olwm
|
Dtlogin*altDtKey: /usr/openwin/bin/olwm
|
||||||
Dtlogin*altDtStart: /usr/dt/config/Xsession.ow
|
Dtlogin*altDtStart: CDE_INSTALLATION_TOP/config/Xsession.ow
|
||||||
Dtlogin*altDtLogo: OWlogo
|
Dtlogin*altDtLogo: OWlogo
|
||||||
|
|
|
@ -185,7 +185,7 @@ Dtlogin*preeditType:
|
||||||
!! languages available on the login screen. The Dtlogin*languageList
|
!! languages available on the login screen. The Dtlogin*languageList
|
||||||
!! resource takes precidence over this resource.
|
!! resource takes precidence over this resource.
|
||||||
!!
|
!!
|
||||||
Dtlogin*languageListCmd: /usr/dt/bin/dtlslocale
|
Dtlogin*languageListCmd: CDE_INSTALLATION_TOP/bin/dtlslocale
|
||||||
|
|
||||||
#undef C
|
#undef C
|
||||||
XCOMM undef C
|
XCOMM undef C
|
||||||
|
|
|
@ -16,7 +16,7 @@ XCOMM ##
|
||||||
XCOMM ####################################################################
|
XCOMM ####################################################################
|
||||||
|
|
||||||
|
|
||||||
DTDSPMSG=/usr/dt/bin/dtdspmsg
|
DTDSPMSG=CDE_INSTALLATION_TOP/bin/dtdspmsg
|
||||||
|
|
||||||
if [ -z "$SESSIONTYPE" ]
|
if [ -z "$SESSIONTYPE" ]
|
||||||
then
|
then
|
||||||
|
@ -30,19 +30,19 @@ fi
|
||||||
|
|
||||||
if [ -z "$SDT_ALT_SESSION" ]
|
if [ -z "$SDT_ALT_SESSION" ]
|
||||||
then
|
then
|
||||||
export SDT_ALT_SESSION="/usr/dt/config/Xsession.ow2"
|
export SDT_ALT_SESSION="CDE_INSTALLATION_TOP/config/Xsession.ow2"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$SDT_ALT_HELLO" ]
|
if [ -z "$SDT_ALT_HELLO" ]
|
||||||
then
|
then
|
||||||
if [ -x $DTDSPMSG ]; 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
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export SDT_NO_DSDM=""
|
export SDT_NO_DSDM=""
|
||||||
|
|
||||||
|
|
||||||
/usr/dt/bin/Xsession
|
CDE_INSTALLATION_TOP/bin/Xsession
|
||||||
|
|
|
@ -76,7 +76,7 @@ XCOMM ##########################################################################
|
||||||
# define cpp_XINITUSER "$HOME/.xinitrc"
|
# define cpp_XINITUSER "$HOME/.xinitrc"
|
||||||
# define cpp_XDMSYS "/etc/X11/Xsession"
|
# define cpp_XDMSYS "/etc/X11/Xsession"
|
||||||
# undef cpp_HELLO
|
# 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
|
#endif
|
||||||
|
|
||||||
#ifdef __FreeBSD__
|
#ifdef __FreeBSD__
|
||||||
|
@ -84,7 +84,7 @@ XCOMM ##########################################################################
|
||||||
# define cpp_XINITUSER "$HOME/.xinitrc"
|
# define cpp_XINITUSER "$HOME/.xinitrc"
|
||||||
# define cpp_XDMSYS "/usr/local/lib/X11/xdm/Xsession"
|
# define cpp_XDMSYS "/usr/local/lib/X11/xdm/Xsession"
|
||||||
# undef cpp_HELLO
|
# 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
|
#endif
|
||||||
|
|
||||||
#ifdef __OpenBSD__
|
#ifdef __OpenBSD__
|
||||||
|
@ -92,7 +92,7 @@ XCOMM ##########################################################################
|
||||||
# define cpp_XINITUSER "$HOME/.xinitrc"
|
# define cpp_XINITUSER "$HOME/.xinitrc"
|
||||||
# define cpp_XDMSYS "/etc/X11/xdm/Xsession"
|
# define cpp_XDMSYS "/etc/X11/xdm/Xsession"
|
||||||
# undef cpp_HELLO
|
# 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
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -602,13 +602,13 @@ StartFirst()
|
||||||
sh | bash) $SHELL -c "$source_profile; \
|
sh | bash) $SHELL -c "$source_profile; \
|
||||||
unset DT; \
|
unset DT; \
|
||||||
$dtdbcache; \
|
$dtdbcache; \
|
||||||
PATH=/usr/dt/bin:\$PATH $tooltalk; \
|
PATH=CDE_INSTALLATION_TOP/bin:\$PATH $tooltalk; \
|
||||||
$startup > $dtstart_sessionlogfile 2>&1" ;;
|
$startup > $dtstart_sessionlogfile 2>&1" ;;
|
||||||
|
|
||||||
ksh | ksh93 | dtksh) $SHELL -c "$source_profile; \
|
ksh | ksh93 | dtksh) $SHELL -c "$source_profile; \
|
||||||
unset DT; \
|
unset DT; \
|
||||||
$dtdbcache; \
|
$dtdbcache; \
|
||||||
PATH=/usr/dt/bin:\$PATH $tooltalk;\
|
PATH=CDE_INSTALLATION_TOP/bin:\$PATH $tooltalk;\
|
||||||
$startup >| $dtstart_sessionlogfile 2>&1" ;;
|
$startup >| $dtstart_sessionlogfile 2>&1" ;;
|
||||||
|
|
||||||
csh | tcsh) $SHELL -c "unsetenv _ PWD; \
|
csh | tcsh) $SHELL -c "unsetenv _ PWD; \
|
||||||
|
|
|
@ -72,8 +72,8 @@ fi
|
||||||
|
|
||||||
#ifdef sun
|
#ifdef sun
|
||||||
if [ ! -f /etc/pam.conf ]; then
|
if [ ! -f /etc/pam.conf ]; then
|
||||||
if [ -f /usr/dt/config/sys.pam.conf ]; then
|
if [ -f CDE_INSTALLATION_TOP/config/sys.pam.conf ]; then
|
||||||
/bin/cp /usr/dt/config/sys.pam.conf /etc/pam.conf
|
/bin/cp CDE_INSTALLATION_TOP/config/sys.pam.conf /etc/pam.conf
|
||||||
/bin/chmod 644 /etc/pam.conf
|
/bin/chmod 644 /etc/pam.conf
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -37,6 +37,6 @@
|
||||||
Dtlogin*altDtsIncrement: True
|
Dtlogin*altDtsIncrement: True
|
||||||
|
|
||||||
Dtlogin*altDtName: %|nls-2-#Current#|
|
Dtlogin*altDtName: %|nls-2-#Current#|
|
||||||
Dtlogin*altDtKey: /usr/dt/bin/Xsession
|
Dtlogin*altDtKey: CDE_INSTALLATION_TOP/bin/Xsession
|
||||||
Dtlogin*altDtStart: /usr/dt/bin/Xsession -session current
|
Dtlogin*altDtStart: CDE_INSTALLATION_TOP/bin/Xsession -session current
|
||||||
|
|
||||||
|
|
|
@ -37,5 +37,5 @@
|
||||||
Dtlogin*altDtsIncrement: True
|
Dtlogin*altDtsIncrement: True
|
||||||
|
|
||||||
Dtlogin*altDtName: %DisplayName%%|nls-2-#Current#|
|
Dtlogin*altDtName: %DisplayName%%|nls-2-#Current#|
|
||||||
Dtlogin*altDtKey: /usr/dt/bin/Xsession
|
Dtlogin*altDtKey: CDE_INSTALLATION_TOP/bin/Xsession
|
||||||
Dtlogin*altDtStart: /usr/dt/bin/Xsession -session display-current
|
Dtlogin*altDtStart: CDE_INSTALLATION_TOP/bin/Xsession -session display-current
|
||||||
|
|
|
@ -37,5 +37,5 @@
|
||||||
Dtlogin*altDtsIncrement: True
|
Dtlogin*altDtsIncrement: True
|
||||||
|
|
||||||
Dtlogin*altDtName: %DisplayName%%|nls-1-#Home#|
|
Dtlogin*altDtName: %DisplayName%%|nls-1-#Home#|
|
||||||
Dtlogin*altDtKey: /usr/dt/bin/Xsession
|
Dtlogin*altDtKey: CDE_INSTALLATION_TOP/bin/Xsession
|
||||||
Dtlogin*altDtStart: /usr/dt/bin/Xsession -session display-home
|
Dtlogin*altDtStart: CDE_INSTALLATION_TOP/bin/Xsession -session display-home
|
||||||
|
|
|
@ -37,5 +37,5 @@
|
||||||
Dtlogin*altDtsIncrement: True
|
Dtlogin*altDtsIncrement: True
|
||||||
|
|
||||||
Dtlogin*altDtName: %|nls-1-#Home#|
|
Dtlogin*altDtName: %|nls-1-#Home#|
|
||||||
Dtlogin*altDtKey: /usr/dt/bin/Xsession
|
Dtlogin*altDtKey: CDE_INSTALLATION_TOP/bin/Xsession
|
||||||
Dtlogin*altDtStart: /usr/dt/bin/Xsession -session home
|
Dtlogin*altDtStart: CDE_INSTALLATION_TOP/bin/Xsession -session home
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue