Annotation of elwix/config/root.skel/profile, revision 1.2.14.1
1.1 misho 1: # ELWIX profile
2: #
3: # .profile - Bourne Shell startup script for login shells
4: #
5: # see also sh(1), environ(7).
6: #
7:
8: # remove /usr/games if you want
1.2 misho 9: PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/elwix/pkg/bin:/elwix/pkg/sbin:$HOME/bin;
10: export PATH
1.1 misho 11:
12: # Setting TERM is normally done through /etc/ttys. Do only override
13: # if you're sure that you'll never log in via telnet or xterm or a
14: # serial line.
15: # Use cons25l1 for iso-* fonts
16: # TERM=cons25; export TERM
17: TERM=xterm-color; export TERM
18:
19: BLOCKSIZE=K; export BLOCKSIZE
20: EDITOR=vi; export EDITOR
21: PAGER=more; export PAGER
22:
23: # set ENV to a file invoked each time sh is started for interactive use.
24: ENV=$HOME/.shrc; export ENV
1.2.14.1! misho 25:
! 26: export ELWIX_UPGRADE_HOST=10.254.254.253
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>