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