NetBSD/etc/root/dot.profile

20 lines
380 B
Plaintext
Raw Normal View History

1998-01-17 22:36:40 +03:00
# $NetBSD: dot.profile,v 1.8 1998/01/17 19:36:40 thorpej Exp $
1998-01-17 22:36:40 +03:00
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
PATH=${PATH}:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
1993-03-21 12:45:37 +03:00
export PATH
1997-02-15 13:02:07 +03:00
BLOCKSIZE=1k
export BLOCKSIZE
1993-03-21 12:45:37 +03:00
HOME=/root
export HOME
if [ -x /usr/bin/tset ]; then
eval `/usr/bin/tset -sQ \?$TERM`
fi
1997-02-15 13:02:07 +03:00
umask 022
echo "Don't login as root, use the su command."