dot.profile revision 1.6
1PATH=/sbin:/usr/sbin:/bin:/usr/bin
2export PATH
3
4BLOCKSIZE=1k
5export BLOCKSIZE
6
7HOME=/root
8export HOME
9
10if [ -x /usr/bin/tset ]; then
11	eval `/usr/bin/tset -sQ \?$TERM`
12fi
13
14umask 022
15
16echo "Don't login as root, use the su command."
17