NetBSD/etc/root/dot.profile

19 lines
404 B
Plaintext
Raw Normal View History

# $NetBSD: dot.profile,v 1.11 1999/11/05 11:30:13 mycroft Exp $
export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
export PATH=${PATH}:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
1997-02-15 13:02:07 +03:00
export BLOCKSIZE=1k
export HOME=/root
if [ -x /usr/bin/tset ]; then
eval `/usr/bin/tset -sQ \?$TERM`
fi
1997-02-15 13:02:07 +03:00
umask 022
#ulimit -c 0
1997-02-15 13:02:07 +03:00
export ENV=$HOME/.shrc
1997-02-15 13:02:07 +03:00
echo "Don't login as root, use the su command."