Home | History | Annotate | Line # | Download | only in root
dot.profile revision 1.17
      1  1.17   sketch #	$NetBSD: dot.profile,v 1.17 2005/02/22 08:28:34 sketch Exp $
      2   1.7      mrg 
      3  1.11  mycroft export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
      4  1.11  mycroft export PATH=${PATH}:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
      5   1.6    mikel 
      6  1.11  mycroft export BLOCKSIZE=1k
      7   1.4      jtc 
      8  1.17   sketch export HOST="$(uname -n)"
      9  1.17   sketch 
     10   1.4      jtc if [ -x /usr/bin/tset ]; then
     11  1.15  mycroft 	eval `tset -sQrm 'unknown:?unknown'`
     12   1.4      jtc fi
     13  1.13    jwise 
     14   1.6    mikel umask 022
     15  1.11  mycroft #ulimit -c 0
     16   1.9  hubertf 
     17  1.16      abs export ENV=/root/.shrc
     18   1.6    mikel 
     19  1.12    jwise # Do not display in 'su -' case
     20  1.12    jwise if [ -z "$SU_FROM" ]; then
     21  1.12    jwise         echo "We recommend creating a non-root account and using su(1) for root access."
     22  1.12    jwise fi
     23