English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Diff of /branches/common-nfo/package/base-files/files/etc/profile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3426 by tg, Wed Jul 18 12:45:43 2007 UTC revision 3427 by tg, Wed Aug 8 11:08:41 2007 UTC
# Line 10  cat /etc/banner 2>&- Line 10  cat /etc/banner 2>&-
10  [ -x /usr/bin/arp ] || arp() { cat /proc/net/arp; }  [ -x /usr/bin/arp ] || arp() { cat /proc/net/arp; }
11  [ -x /usr/bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 "$@"; }  [ -x /usr/bin/ldd ] || ldd() { LD_TRACE_LOADED_OBJECTS=1 "$@"; }
12  alias ls='ls --color'  alias ls='ls --color'
13  if [ -z "$KSH_VERSION" -o \! -s /etc/mkshrc ]; then  [ -z "$LC_CTYPE" ] && eval $(chkuterm 2>&-)
14    if [ -n "$KSH_VERSION" ]; then
15            [[ $LC_CTYPE = *UTF* ]] && set -U
16    else
17          [ -z "$BASH_VERSION" ] || PS1='\u@\h:\w\$ '          [ -z "$BASH_VERSION" ] || PS1='\u@\h:\w\$ '
18          alias ll="ls -l"          alias ll="ls -l"
 else  
         . /etc/mkshrc  
19  fi  fi

Legend:
Removed from v.3426  
changed lines
  Added in v.3427

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20