NetBSD/etc/root/dot.profile

19 lines
290 B
Plaintext
Raw Normal View History

# $NetBSD: dot.profile,v 1.7 1997/10/28 03:33:23 mrg Exp $
1994-12-24 15:48:01 +03:00
PATH=/sbin:/usr/sbin:/bin:/usr/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."