--- elwix/config/root.skel/profile 2011/07/05 23:43:00 1.1 +++ elwix/config/root.skel/profile 2014/09/15 19:06:55 1.3 @@ -6,7 +6,8 @@ # # remove /usr/games if you want -PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:$HOME/bin; export PATH +PATH=/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 # if you're sure that you'll never log in via telnet or xterm or a @@ -21,3 +22,5 @@ PAGER=more; export PAGER # set ENV to a file invoked each time sh is started for interactive use. ENV=$HOME/.shrc; export ENV + +#export ELWIX_UPGRADE_HOST=10.254.254.253