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

# ELWIX profile
#
# .profile - Bourne Shell startup script for login shells
#
# see also sh(1), environ(7).
#

# remove /usr/games if you want
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
# serial line.
# Use cons25l1 for iso-* fonts
# TERM=cons25; 	export TERM
TERM=xterm-color; 	export TERM

BLOCKSIZE=K;	export BLOCKSIZE
EDITOR=vi;   	export EDITOR
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

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