home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
base
/
root.16
/
etc
/
stdprofile
/
stdprofile~
Wrap
Text File
|
1998-08-19
|
978b
|
38 lines
#ident "@(#)adm:i386/cmd/.adm/stdprofile 1.2.1.1"
#ident "$Header: stdprofile 1.1 91/04/29 $"
# This is the default, standard profile provided to users.
# Users are expected to edit it to meet their own needs.
#
# If you have a profile that is attempting to read from the
# terminal or is using the stty(1) command to set terminal
# settings, you may find that GRAPHICAL LOGIN does not give
# you a desktop metaphor session.
#
# To update your profile, you should surround any section
# that reads from the terminal or performs stty(1) commands
# with the following 'if' statement:
#
# if [ "$XDM_LOGIN" != "yes" ]
# then
# :
# read from the terminal or stty(1) commands
# fi
if [ "$XDM_LOGIN" != "yes" ]
then
if [ "`tty`" != "/dev/console" -o x${TERM} = "xansi" ]
then
echo "TERM=\c"
read TERM
fi
fi
# PATH is set during the login sequence. To enhance your PATH
# while preserving the default settings, try:
#
# PATH=$PATH:"your_path"
#
HZ=100
export PATH TERM HZ