Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/config/profile.xml

    rb149d10 rf0dc9578  
    1010
    1111  <sect1info>
     12    <othername>$LastChangedBy$</othername>
    1213    <date>$Date$</date>
    1314  </sect1info>
     
    155156
    156157# Set the initial path
    157 export PATH=/usr/bin
    158 
    159 # Attempt to provide backward compatibility with LFS earlier than 11
    160 if [ ! -L /bin ]; then
    161         pathappend /bin
    162 fi
     158export PATH=/bin:/usr/bin
    163159
    164160if [ $EUID -eq 0 ] ; then
    165         pathappend /usr/sbin
    166         if [ ! -L /sbin ]; then
    167                 pathappend /sbin
    168         fi
     161        pathappend /sbin:/usr/sbin
    169162        unset HISTFILE
    170163fi
Note: See TracChangeset for help on using the changeset viewer.