From: Jorrit Herder Date: Fri, 17 Jun 2005 09:00:31 +0000 (+0000) Subject: Relocated echo "Multiuser startup in progress ..." to top. X-Git-Tag: v3.1.0~756 X-Git-Url: http://zhaoyanbai.com/repos/man.named.html?a=commitdiff_plain;h=90b80ad31e150f944f5e0f48ee519f4e9d486c4f;p=minix.git Relocated echo "Multiuser startup in progress ..." to top. --- diff --git a/etc/rc b/etc/rc index b3c5e56f2..8978c1a4b 100755 --- a/etc/rc +++ b/etc/rc @@ -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.