Relocated echo "Multiuser startup in progress ..." to top.

This commit is contained in:
Jorrit Herder 2005-06-17 09:00:31 +00:00
parent 4a2817cea1
commit 90b80ad31e

3
etc/rc
View file

@ -31,6 +31,8 @@ esac
case $action in
start)
echo "Multiuser startup in progress ..."
# National keyboard?
test -f /etc/keymap && loadkeys /etc/keymap
@ -120,7 +122,6 @@ Mount $usr /usr failed -- Single user."
esac
# Things should be alright now.
echo;echo "Multiuser startup in progress."
esac
# Further initialization.