Home | History | Annotate | Line # | Download | only in root
dot.profile revision 1.35
      1  1.35       nia #	$NetBSD: dot.profile,v 1.35 2022/12/25 23:58:50 nia Exp $
      2   1.7       mrg 
      3  1.33       kre case "${PATH}" in
      4  1.33       kre /rescue:*)	;; # leave it alone, user can change manually (if required)
      5  1.33       kre *)	export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
      6  1.35       nia 	export PATH=${PATH}:/usr/games:/usr/X11R7/bin
      7  1.35       nia 	export PATH=${PATH}:/usr/local/sbin:/usr/local/bin
      8  1.33       kre 	;;
      9  1.33       kre esac
     10   1.6     mikel 
     11  1.21       erh # Uncomment the following line(s) to install binary packages
     12  1.29  jmcneill # from cdn.NetBSD.org via pkg_add.  (See also pkg_install.conf)
     13  1.32       nia #export PKG_PATH="https://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.|cut -f 1 -d_)/All"
     14  1.19     joerg 
     15  1.11   mycroft export BLOCKSIZE=1k
     16   1.4       jtc 
     17  1.18    sketch export HOST="$(hostname)"
     18  1.17    sketch 
     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.34       kre if [ -z "$SU_FROM" ] && [ "$PPID" -ne 1 ]; 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