1 1.26.12.1 martin # $NetBSD: dot.profile,v 1.26.12.1 2014/12/01 21:17:21 martin Exp $ 2 1.7 mrg 3 1.11 mycroft export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin 4 1.20 cube export PATH=${PATH}:/usr/X11R7/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin 5 1.6 mikel 6 1.21 erh # Uncomment the following line(s) to install binary packages 7 1.25 erh # from ftp.NetBSD.org via pkg_add. (See also pkg_install.conf) 8 1.26.12.1 martin #export PKG_PATH=ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/7.0/All 9 1.26.12.1 martin #export PKG_PATH="${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/6.0/All" 10 1.19 joerg 11 1.11 mycroft export BLOCKSIZE=1k 12 1.4 jtc 13 1.18 sketch export HOST="$(hostname)" 14 1.17 sketch 15 1.4 jtc if [ -x /usr/bin/tset ]; then 16 1.24 christos eval $(tset -sQrm 'unknown:?unknown') 17 1.4 jtc fi 18 1.13 jwise 19 1.6 mikel umask 022 20 1.11 mycroft #ulimit -c 0 21 1.9 hubertf 22 1.16 abs export ENV=/root/.shrc 23 1.6 mikel 24 1.12 jwise # Do not display in 'su -' case 25 1.12 jwise if [ -z "$SU_FROM" ]; then 26 1.22 ad echo "We recommend that you create a non-root account and use su(1) for root access." 27 1.12 jwise fi 28