1 1.11 mycroft # $NetBSD: dot.profile,v 1.11 1999/11/05 11:30:13 mycroft 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.11 mycroft export HOME=/root 8 1.4 jtc 9 1.4 jtc if [ -x /usr/bin/tset ]; then 10 1.4 jtc eval `/usr/bin/tset -sQ \?$TERM` 11 1.4 jtc fi 12 1.6 mikel 13 1.6 mikel umask 022 14 1.11 mycroft #ulimit -c 0 15 1.9 hubertf 16 1.11 mycroft export ENV=$HOME/.shrc 17 1.6 mikel 18 1.6 mikel echo "Don't login as root, use the su command." 19