Magellan Linux

Diff of /smage/trunk/core/eglibc/eglibc-2.9.0_20090111-r2.smage2

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

revision 1002 by niro, Sun Aug 2 17:36:52 2009 UTC revision 1003 by niro, Tue Aug 4 14:37:24 2009 UTC
# Line 399  then Line 399  then
399   [[ -z ${MROOT} ]] && /sbin/init U &> /dev/null   [[ -z ${MROOT} ]] && /sbin/init U &> /dev/null
400  fi  fi
401    
402   # generating user def locales   if [[ -x /usr/sbin/locale-gen ]] && [[ -z ${MROOT} ]]
403   echo "     Generating user defined locales ..."   then
404   [[ -z ${MROOT} ]] && /usr/sbin/locale-gen   # generating user def locales
405     echo "     Generating user defined locales ..."
406     /usr/sbin/locale-gen
407     fi
408    
409   # now we must fix the mage db files   # now we must fix the mage db files
410   # to stop the annoying errors messages   # to stop the annoying errors messages

Legend:
Removed from v.1002  
changed lines
  Added in v.1003