xref: /minix/etc/root/dot.profile (revision e3b78ef1)
1#	$NetBSD: dot.profile,v 1.26 2012/03/11 17:28:47 he Exp $
2
3export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
4export PATH=${PATH}:/usr/X11R7/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
5
6# Uncomment the following line(s) to install binary packages
7# from ftp.NetBSD.org via pkg_add.  (See also pkg_install.conf)
8#export PKG_PATH=ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/6.0/All
9#export PKG_PATH="${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/5.1/All"
10#export PKG_PATH="${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/5.0/All"
11
12export BLOCKSIZE=1k
13
14export HOST="$(hostname)"
15
16if [ -x /usr/bin/tset ]; then
17	eval $(tset -sQrm 'unknown:?unknown')
18fi
19
20umask 022
21#ulimit -c 0
22
23export ENV=/root/.shrc
24
25# Do not display in 'su -' case
26# Would be nice, but still not tested enough on MINIX
27#if [ -z "$SU_FROM" ]; then
28#        echo "We recommend that you create a non-root account and use su(1) for root access."
29#fi
30