home *** CD-ROM | disk | FTP | other *** search
- #ident "@(#)/etc/stdprofile.sl 1.1 4.0 12/08/90 4828 AT&T-USL"
-
- # This is the default, standard profile provided to users.
- # Users are expected to edit it to meet their own needs.
-
- MAIL=/usr/mail/${LOGNAME:?}
-
-
- if [ "`tty`" != "/dev/console" -o x${TERM} = "xansi" ]
- then
- echo "TERM=\c"
- read TERM
- 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 MAIL PATH TERM HZ
-