all,
I setup a solaris 2.6 server. The root shell (sh) has a .profile. The
.profile appears to get executed only when I either telnet to it
remotely or open a console panel within CDE. However, when I open a
terminal window from CDE it doesn't recognize SOME of the lines within
.profile unless I source it.
Any ideas?
ps... here is the .profile - note: the lines denoted in +++ are suspect
. /opt/OV/bin/ov.envvars.sh
+++ CWSI=/opt/CSCOcwsi/bin
+++ RME=/opt/CSCOpx/bin
+++ . /opt/CSCOcwsi/.traffdir.sh
MOZILLA_HOME=/opt/netscape
+++ PATH=$PATH:$OV_BIN:$MOZILLA_HOME:$RME:$CWSI:
MANPATH=${MANPATH:-/usr/man:/usr/share/man}:$OV_MAN
+++ export PATH MANPATH MOZILLA_HOME CWSI RME