Diff for /elwix/config/etc/uboot/profile between versions 1.1 and 1.2

version 1.1, 2014/01/23 09:24:03 version 1.2, 2014/09/15 19:06:47
Line 0 Line 1
   # $FreeBSD: src/etc/profile,v 1.16 2012/11/17 01:49:02 svnexp Exp $
   #
   # System-wide .profile file for sh(1).
   #
   # Uncomment this to give you the default 4.2 behavior, where disk
   # information is shown in K-Blocks
   # BLOCKSIZE=K; export BLOCKSIZE
   #
   # For the setting of languages and character sets please see
   # login.conf(5) and in particular the charset and lang options.
   # For full locales list check /usr/share/locale/*
   # You should also read the setlocale(3) man page for information
   # on how to achieve more precise control of locale settings.
   #
   # Check system messages
   # msgs -q
   # Allow terminal messages
   # mesg y
   
   PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/pkg/bin:/usr/pkg/sbin:/usr/local/bin:/usr/local/sbin
   
   for i in /system/md*; do
           PATH=${PATH}:${i}/bin:${i}/sbin
   done
   
   export PATH

Removed from v.1.1  
changed lines
  Added in v.1.2


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