File: 
 
[ELWIX - Embedded LightWeight unIX -] / 
elwix / 
config / 
etc / 
default / 
profile
 Revision 
1.2: 
download - view: 
text, 
annotated - 
select for diffs - 
revision graph
Mon Jan 28 01:47:35 2013 UTC (12 years, 9 months ago) by 
misho
Branches: 
MAIN
CVS tags: 
elwix2_8,
elwix2_7,
elwix2_6,
elwix2_3,
elwix2_2,
elwix2_1,
elwix2_0,
elwix1_9_mips,
elwix1_9,
elwix1_8,
HEAD,
ELWIX2_7,
ELWIX2_6,
ELWIX2_5,
ELWIX2_2p0,
ELWIX2_1,
ELWIX2_0,
ELWIX1_9,
ELWIX1_8,
ELWIX1_7
ELWIX 1.7
    1: # $FreeBSD: src/etc/profile,v 1.16 2012/11/17 01:49:02 svnexp Exp $
    2: #
    3: # System-wide .profile file for sh(1).
    4: #
    5: # Uncomment this to give you the default 4.2 behavior, where disk
    6: # information is shown in K-Blocks
    7: # BLOCKSIZE=K; export BLOCKSIZE
    8: #
    9: # For the setting of languages and character sets please see
   10: # login.conf(5) and in particular the charset and lang options.
   11: # For full locales list check /usr/share/locale/*
   12: # You should also read the setlocale(3) man page for information
   13: # on how to achieve more precise control of locale settings.
   14: #
   15: # Check system messages
   16: # msgs -q
   17: # Allow terminal messages
   18: # mesg y
   19: 
   20: PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/pkg/bin:/usr/pkg/sbin:/usr/local/bin:/usr/local/sbin
   21: 
   22: for i in /system/md*; do
   23: 	PATH=${PATH}:${i}/bin:${i}/sbin
   24: done
   25: 
   26: export PATH
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>