NetBSD/etc/root/dot.profile
jtc 6b7dba54bd Changed .login (csh) and .profile (sh) to be consistant with each other.
In particular, explicit setting of erase and kill chars via stty has been
removed.
1994-03-24 01:23:40 +00:00

7 lines
130 B
Plaintext

PATH=/sbin:/usr/sbin:/bin:/usr/bin:.
export PATH
HOME=/root
export HOME
eval `tset -sQ \$TERM`
echo "Don't login as root, use su"