xref: /original-bsd/etc/root/dot.profile (revision 891a0314)
1PATH=/sbin:/usr/sbin:/bin:/usr/bin:
2export PATH
3
4BLOCKSIZE=1k
5export BLOCKSIZE
6
7HOME=/root
8export HOME
9
10export TERM
11echo 'erase ^H, kill ^U, intr ^C status ^T'
12stty erase '^H' kill '^U' intr '^C' status '^T' crt
13
14umask 022
15
16echo "Don't login as root, use the su command."
17