From 90b80ad31e150f944f5e0f48ee519f4e9d486c4f Mon Sep 17 00:00:00 2001 From: Jorrit Herder Date: Fri, 17 Jun 2005 09:00:31 +0000 Subject: [PATCH] Relocated echo "Multiuser startup in progress ..." to top. --- etc/rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.44.0