Home | History | Annotate | Line # | Download | only in root
dot.profile revision 1.29
      1  1.29  jmcneill #	$NetBSD: dot.profile,v 1.29 2017/12/07 18:26:51 jmcneill 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.29  jmcneill # from cdn.NetBSD.org via pkg_add.  (See also pkg_install.conf)
      8  1.29  jmcneill #export PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.|cut -f 1 -d_)/All"
      9  1.19     joerg 
     10  1.11   mycroft export BLOCKSIZE=1k
     11   1.4       jtc 
     12  1.18    sketch export HOST="$(hostname)"
     13  1.17    sketch 
     14   1.6     mikel umask 022
     15  1.11   mycroft #ulimit -c 0
     16   1.9   hubertf 
     17  1.16       abs export ENV=/root/.shrc
     18   1.6     mikel 
     19  1.12     jwise # Do not display in 'su -' case
     20  1.12     jwise if [ -z "$SU_FROM" ]; then
     21  1.22        ad         echo "We recommend that you create a non-root account and use su(1) for root access."
     22  1.12     jwise fi
     23