Diff for /elwix/config/root.skel/profile between versions 1.1 and 1.2.14.1

version 1.1, 2011/07/05 23:43:00 version 1.2.14.1, 2014/01/27 23:26:10
Line 6 Line 6
 #  #
   
 # remove /usr/games if you want  # remove /usr/games if you want
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATHPATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/elwix/pkg/bin:/elwix/pkg/sbin:$HOME/bin;
 export PATH
   
 # Setting TERM is normally done through /etc/ttys.  Do only override  # Setting TERM is normally done through /etc/ttys.  Do only override
 # if you're sure that you'll never log in via telnet or xterm or a  # if you're sure that you'll never log in via telnet or xterm or a
Line 21  PAGER=more;   export PAGER Line 22  PAGER=more;   export PAGER
   
 # set ENV to a file invoked each time sh is started for interactive use.  # set ENV to a file invoked each time sh is started for interactive use.
 ENV=$HOME/.shrc; export ENV  ENV=$HOME/.shrc; export ENV
   
   export ELWIX_UPGRADE_HOST=10.254.254.253

Removed from v.1.1  
changed lines
  Added in v.1.2.14.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>