home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s053 / 4.ddi / etc / stdprofile < prev    next >
Encoding:
Text File  |  1990-12-08  |  472 b   |  23 lines

  1. #ident    "@(#)/etc/stdprofile.sl 1.1 4.0 12/08/90 4828 AT&T-USL"
  2.  
  3. #    This is the default, standard profile provided to users.
  4. #    Users are expected to edit it to meet their own needs.
  5.  
  6. MAIL=/usr/mail/${LOGNAME:?}
  7.  
  8.  
  9. if [ "`tty`" != "/dev/console" -o x${TERM} = "xansi" ]
  10. then
  11.     echo "TERM=\c"
  12.     read TERM
  13. fi
  14.  
  15. # PATH is set during the login sequence. To enhance your PATH
  16. #    while preserving the default settings, try:
  17. #
  18. # PATH=$PATH:"your_path"
  19. #
  20.  
  21. HZ=100
  22. export MAIL PATH TERM HZ
  23.