File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / root.skel / profile
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Mon Sep 15 19:06:55 2014 UTC (9 years, 9 months ago) by misho
Branches: MAIN
CVS tags: elwix2_8, elwix2_7, elwix2_6, elwix2_3, HEAD, ELWIX2_7, ELWIX2_6, ELWIX2_5, ELWIX2_2p0
elwix 2.2

    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
    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
   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
   25: 
   26: #export ELWIX_UPGRADE_HOST=10.254.254.253

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