From 4ddda19196ab0bddd8eee3b7ebb857463adc467e Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sun, 23 Jan 2011 17:30:21 +0100 Subject: status: synchronise the status message This trivial patch moves the start of the LOCALE status message to before the first command. This should not make a difference, as all the commands should be instantaneos, but might be helpful in case of a bug. v2: simplified after suggestion from Seblu Signed-off-by: Tom Gundersen --- rc.sysinit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rc.sysinit b/rc.sysinit index 9d7c250..c1b442e 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -341,12 +341,11 @@ fi status "Updating Module Dependencies" /sbin/depmod -A +stat_busy "Setting Locale: ${LOCALE:=en_US}" # Flush old locale settings : >| /etc/profile.d/locale.sh /bin/chmod 755 /etc/profile.d/locale.sh # Set user defined locale -[[ $LOCALE ]] || LOCALE="en_US" -stat_busy "Setting Locale: $LOCALE" echo "export LANG=$LOCALE" >>/etc/profile.d/locale.sh stat_done -- cgit v1.2.3