Magellan Linux

Diff of /trunk/magellan-initscripts/etc/profile

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

revision 791 by niro, Sat Jul 2 19:51:34 2005 UTC revision 792 by niro, Thu Jan 8 20:31:43 2009 UTC
# Line 1  Line 1 
1  # /etc/profile: system-wide .profile file for bourne compatible shells  # /etc/profile: system-wide .profile file for bourne compatible shells
2  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/profile,v 1.2 2005-07-02 19:50:44 niro Exp $  # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/profile,v 1.3 2009-01-08 20:31:43 niro Exp $
3    
4  if [ -e "/etc/profile.env" ]  if [ -e "/etc/profile.env" ]
5  then  then
# Line 21  else Line 21  else
21   then   then
22   export PS1='\[\033[01;32m\]\u@\h \[\033[01;34m\]\W \$ \[\033[00m\]'   export PS1='\[\033[01;32m\]\u@\h \[\033[01;34m\]\W \$ \[\033[00m\]'
23   fi   fi
24   export PATH="/bin:/usr/bin:/usr/X11R6/bin:${PATH}"   export PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:${PATH}"
25  fi  fi
26  unset ROOTPATH  unset ROOTPATH
27    

Legend:
Removed from v.791  
changed lines
  Added in v.792